mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
Fixed some warnings reported by tools
This commit is contained in:
parent
194bbe9850
commit
d20427ca5e
@ -117,7 +117,6 @@ public class PlanPlaceHolders extends PlaceholderExpansion {
|
||||
}
|
||||
} catch (Exception e) {
|
||||
errorHandler.log(L.WARN, getClass(), e);
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
return null;
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user