stendhal/tests/findbugs-excludes.xml

9 lines
229 B
XML

<FindBugsFilter>
<Match>
<Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS" />
<Package name="~games\.stendhal\.server\.entity.*" />
</Match>
<Match>
<Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON" />
</Match>
</FindBugsFilter>