Files
kontor/java-ee/MedienImpl/config/findbugs/findbugs.xml
T
2026-06-01 20:11:49 +02:00

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>