eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Add support for `@CheckReturnValue` annotations
Open
enhancement
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
It would be nice if JDT considered `@CheckReturnValue` annotations (any package) to verify code is doing something to the returned value. The annotation was originally coined in the FindBugs project, but alternative declarations have been created in various libraries, most notably [Spring Framework](https://github.com/spring-projects/spring-framework/issues/33818) recently.
Contributor guide
Assessment
This issue has not been assessed yet.