This commit is contained in:
2026-02-14 01:35:11 +03:00
commit 895bea43d2
27 changed files with 1210 additions and 0 deletions

9
spotbugs-exclude.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<!-- Ignore warnings in test sources -->
<Match>
<Source name="~.*src/test/java/.*"/>
</Match>
</FindBugsFilter>