Hi there,
We are facing the problem that the annotation, generated by IntelliJ for unused methods: @SuppressWarnings("UnusedDeclaration") is not understable for Users using still Eclipse.
On the other way round, IntelliJ understands the annotation @SuppressWarnings("unused") used by Eclipse.
Is there any possibility to adapt the annotation in IntelliJ generated for unused methods to represent a @SuppressWarnings("unused") annotation instead of a @SuppressWarnings("UnusedDeclaration") annotation.
Thanks in advance for any hints.