@@ -31,9 +31,6 @@ under the License.
31
31
32
32
<rule ref =" category/java/bestpractices.xml/AvoidUsingHardCodedIP" />
33
33
<rule ref =" category/java/bestpractices.xml/CheckResultSet" />
34
-
35
- <!-- this little fellow will complain about PACKAGE based imports -->
36
- <!-- <rule ref="category/java/bestpractices.xml/UnusedImports" /> -->
37
34
38
35
<rule ref =" category/java/bestpractices.xml/UnusedFormalParameter" />
39
36
<rule ref =" category/java/bestpractices.xml/UnusedLocalVariable" />
@@ -49,7 +46,6 @@ under the License.
49
46
<rule ref =" category/java/codestyle.xml/UselessParentheses" />
50
47
<rule ref =" category/java/codestyle.xml/UselessQualifiedThis" />
51
48
52
- <!-- for Codazy -->
53
49
<rule ref =" category/java/codestyle.xml/MethodNamingConventions" >
54
50
<properties >
55
51
<property name =" methodPattern" value =" [a-z][a-zA-Z0-9]*" />
@@ -67,24 +63,14 @@ under the License.
67
63
<rule ref =" category/java/design.xml/UselessOverridingMethod" />
68
64
<rule ref =" category/java/design.xml/AvoidThrowingNullPointerException" />
69
65
70
- <!--
71
- <rule ref="category/java/design.xml/NPathComplexity">
72
- <properties>
73
- <property name="reportLevel" value="200" />
74
- </properties>
75
- </rule>
76
- -->
77
-
78
66
79
- <!-- for Codazy -->
80
67
<rule ref =" category/java/design.xml/CyclomaticComplexity" >
81
68
<properties >
82
69
<property name =" classReportLevel" value =" 200" />
83
70
<property name =" methodReportLevel" value =" 120" />
84
71
</properties >
85
72
</rule >
86
73
<rule ref =" category/java/design.xml/ExcessiveMethodLength" />
87
- <rule ref =" category/java/bestpractices.xml/SwitchStmtsShouldHaveDefault" />
88
74
89
75
<rule ref =" category/java/errorprone.xml/AvoidBranchingStatementAsLastInLoop" />
90
76
<rule ref =" category/java/errorprone.xml/AvoidDecimalLiteralsInBigDecimalConstructor" />
0 commit comments