eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Confusing "At least one of the problems in category 'resource' is not analysed due to a compiler option being ignored"
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
ECJ emits [a warning here](https://ci.eclipse.org/pde/job/eclipse.pde/job/PR-1217/3/eclipse/new/source.c1f52490-53cd-4c0e-a0d9-919578e0d0f0/#352):

The reason seems that the `@SuppressWarnings("resource")` is not needed (anymore?) at that place, but I find the message highly confusing, because it does not tell *what* option is responsible for that if I go to the problem severity

it only talks about "a relevant option is set to ignore" but again here its hard to tell what that should be.
The quickfix suggest to remove the token but I can't really match that to the actual message, because if it is not needed I would expect something like "remove unnecessary suppress warning" or similar:

Contributor guide
Assessment
This issue has not been assessed yet.