eclipse-jdt / eclipse-jdt/eclipse.jdt.core
deprecation markers with since > BREE are not shown in Problems view but in Editor
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
example: org.eclipse.e4.ui.css.swt.helpers.CSSSWTImageHelper shows a warning
`The constructor URL(String) is deprecated since version 20` in the editor but not in the Problems View.
Even if i configure the warning to be an error it is not shown in the Problems view while compile warings/errors of other type in the same file are shown.

The project is configured to have 17 compliance. When i change the the compliance level to 21 then both editor and problem view are consistently showning the marker.

I expect the warning in the editor to match the warnings in the problems view, no matter which compliance level i selected - shouldn't i?
Contributor guide
Assessment
This issue has not been assessed yet.