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?
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?