Using spotbugs-maven-plugin 4.9.3.0 , I get warnings like: ``` [ERROR] Medium: Suppressing annotation on the method ... is unnecessary [...] At ...:[lines 74-77] US_USELESS_SUPPRESSION_ON_METHOD ``` However, if there is more than one suppressed annotation, it's a guessing game which annotation was actually useless. Can the error include the useless annotation(s) please?