Skip to content

Commit

Permalink
Fix Findbug exclusions.
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Jun 6, 2012
1 parent 37a5f13 commit a48efc9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions findbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@

<!-- Don't tell me about servlets and serialization. -->
<Match>
<Class name="~com\.yammer\.metrics\.reporting\..*Servlet"/>
<Bug code="Se"/>
</Match>

<!-- Don't tell me about Spring and serialization. -->
<Match>
<Class name="~com\.yammer\.metrics\.spring\..*"/>
<Class name="~com\.yammer\.metrics\.servlet\..*Servlet"/>
<Bug code="Se"/>
</Match>
</FindBugsFilter>

0 comments on commit a48efc9

Please sign in to comment.