Fixed some warnings reported by tools

This commit is contained in:
Rsl1122 2019-10-19 14:17:58 +03:00
parent 194bbe9850
commit d20427ca5e
2 changed files with 2 additions and 3 deletions

View File

@ -117,7 +117,6 @@ public class PlanPlaceHolders extends PlaceholderExpansion {
}
} catch (Exception e) {
errorHandler.log(L.WARN, getClass(), e);
e.printStackTrace();
}
return null;

View File

@ -64,8 +64,8 @@
<!-- Metrics -->
<module name="ClassFanOutComplexity">
<!-- This value is high. Notable: DatabaseTest: 84, SQLDB: 56 -->
<property name="max" value="85"/>
<!-- This value is high. Notable: DatabaseTest: 86, SQLDB: 56 -->
<property name="max" value="87"/>
</module>
<module name="CyclomaticComplexity">
<!-- This value is high. Notable: ActivityIndex: 18 -->