Skip to content

Commit

Permalink
Exclude ProxyObject class from findbugs. It's just an internal class
Browse files Browse the repository at this point in the history
used for serialization
  • Loading branch information
ralscha committed Nov 27, 2012
1 parent d69aac7 commit ca6becb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions findbugs-exclude.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE FindBugsFilter>
<FindBugsFilter>
<Match>
<Class name="ch.ralscha.extdirectspring.generator.ProxyObject" />
</Match>
<Match>
<Class name="ch.ralscha.extdirectspring.generator.ProxyObject$ApiObject" />
</Match>
<Match>
<Class name="ch.ralscha.extdirectspring.generator.ProxyObject$ReaderObject" />
</Match>
</FindBugsFilter>

0 comments on commit ca6becb

Please sign in to comment.