What to import to use @SuppressFBWarnings?
In order to use the FindBugs annotations, you need to include annotations.jar and jsr305.jar from the FindBugs distribution on your classpath. If you are sure that you want the @SuppressFBWarnings annotation only (and not the others), then annotations.jar alone would be sufficient. You can find the two JARs in the lib folder of the FindBugs … Read more