Skip to content

Instantly share code, notes, and snippets.

@ipereziriarte
Created April 4, 2013 07:11
Show Gist options
  • Save ipereziriarte/5308449 to your computer and use it in GitHub Desktop.
Save ipereziriarte/5308449 to your computer and use it in GitHub Desktop.
Suppress FindBugs specific warnings
<Match>
<Class name="com.mycompany.Foo" />
<Method name="bar" />
<Bug pattern="DLS_DEAD_STORE_OF_CLASS_LITERAL" />
</Match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment