findbugs-maven-plugin
findbugs-maven-plugin copied to clipboard
Is there any way to get this plugin to respect SuppressFBWarnings?
I've been trying to figure out how to configure this plugin to respect @SuppressFBWarnings
annotations but have failed so far. Is there a way, or am I trying to do something impossible?
I'd like to avoid having to suppress both with @SuppressFBWarnings
and <excludeFilterFile>
for each suppression.
I use those annotations like this:
@SuppressFBWarnings(value = "SOME_BUG_PATTERN", justification = "I'm a barbie girl")
public static void someMethod() {
And they do get respected. Plugin version 3.0.3.