Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Is there any way to get this plugin to respect SuppressFBWarnings? #34

Open
Nadahar opened this issue Nov 25, 2015 · 1 comment
Open

Comments

@Nadahar
Copy link

Nadahar commented Nov 25, 2015

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.

@VsevolodGolovanov
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants