9 lines
229 B
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>
|