Files
kontor/java-ee/MedienImpl/config/findbugs/findbugs.xml
T
2025-04-30 17:31:18 +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>