blob: 59a06c923023933bcf2108f35e0f6dbacc808c11 [file] [log] [blame]
<FindBugsFilter>
<Match classregex=".*\.PackageTest">
<BugCode name="OS"/>
</Match>
<Match classregex=".*\$Test">
<BugCode name="OS"/>
</Match>
<Match classregex=".*" >
<!--
EI,EI2 - may expose internal representation
IS2 - Inconsistent synchronisation
MS - mutable static field
Se - serialisation
SIC - should be static inner class?
HE - hashcode/equals
-->
<BugCode name="EI,EI2,IS2,HE" />
</Match>
</FindBugsFilter>