fix(pmd): PMD errors fixed

This commit is contained in:
2026-05-24 20:09:11 +02:00
2 changed files with 11 additions and 5 deletions

View File

@@ -162,7 +162,7 @@
<rule ref="category/java/design.xml/CollapsibleIfStatements"/>
<rule ref="category/java/design.xml/CouplingBetweenObjects">
<properties>
<property name="threshold" value="60" />
<property name="threshold" value="70" />
</properties>
</rule>
<rule ref="category/java/design.xml/CyclomaticComplexity">