import repositories kontor-java and kontor-ee

This commit is contained in:
Thomas Peetz
2025-03-30 15:57:09 +02:00
parent cbc57d22f8
commit fd5bc54eee
393 changed files with 21181 additions and 5 deletions
@@ -0,0 +1,15 @@
<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>