Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide compiler info marks or change problem severity?

Tags:

eclipse

Our team is pretty annoyed by these info marks that look like warnings and also cause little 'i' icons on the projects and files.

Considered solutions:

1) If we could, we would just configure the severity of this from info to ignore, but according to this eclipse bug this is not possible: https://bugs.eclipse.org/bugs/show_bug.cgi?id=520287

2) Manually comment the @SuppressWarnings annotation in and out. Not a solution because we cannot do this for tons of generated files that have @SuppressWarnings annotation on the class level (but no unused fields).

3) I couldn't find a "label decoration" that is responsible for displaying the compilation state (none / info / warning /error). Is this possible somehow?

4) Grateful for any other ideas

enter image description here

enter image description here

like image 410
Reto Höhener Avatar asked Nov 20 '25 07:11

Reto Höhener


1 Answers

In Project > Properties: Java Compiler > Errors/Warnings: Annotations for Unused '@SuppressWarnings' token choose Ignore.

like image 133
howlger Avatar answered Nov 21 '25 20:11

howlger



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!