15 lines
288 B
XML
15 lines
288 B
XML
<FindBugsFilter>
|
|
|
|
<Match>
|
|
<Bug category="PERFORMANCE" />
|
|
</Match>
|
|
|
|
<!-- All bugs in test classes, except for JUnit-specific bugs -->
|
|
<Match>
|
|
<Class name="~.*\.*Test" />
|
|
<Not>
|
|
<Bug code="IJU" />
|
|
</Not>
|
|
</Match>
|
|
|
|
</FindBugsFilter> |