|
17 | 17 | </rule> |
18 | 18 | <rule ref="category/java/bestpractices.xml/SwitchStmtsShouldHaveDefault" /> |
19 | 19 | <rule ref="category/java/bestpractices.xml/SystemPrintln" /> |
20 | | - <rule ref="category/java/bestpractices.xml/UnusedImports" /> |
21 | 20 | <rule ref="category/java/bestpractices.xml/UnusedLocalVariable" /> |
22 | 21 | <rule ref="category/java/bestpractices.xml/UseAssertNullInsteadOfAssertTrue" /> |
23 | 22 | <rule ref="category/java/bestpractices.xml/UseAssertSameInsteadOfAssertTrue" /> |
|
34 | 33 | </properties> |
35 | 34 | </rule> |
36 | 35 | <rule ref="category/java/codestyle.xml/ControlStatementBraces" /> |
37 | | - <rule ref="category/java/codestyle.xml/DontImportJavaLang" /> |
38 | | - <rule ref="category/java/codestyle.xml/DuplicateImports" /> |
39 | 36 | <rule ref="category/java/codestyle.xml/ExtendsObject" /> |
40 | 37 | <rule ref="category/java/codestyle.xml/FieldNamingConventions" /> |
41 | 38 | <rule ref="category/java/codestyle.xml/ForLoopShouldBeWhileLoop" /> |
|
48 | 45 | <rule ref="category/java/codestyle.xml/UnnecessaryAnnotationValueElement" /> |
49 | 46 | <rule ref="category/java/codestyle.xml/UnnecessaryConstructor" /> |
50 | 47 | <rule ref="category/java/codestyle.xml/UnnecessaryFullyQualifiedName" /> |
| 48 | + <rule ref="category/java/codestyle.xml/UnnecessaryImport" /> |
51 | 49 | <rule ref="category/java/codestyle.xml/UnnecessaryModifier" /> |
52 | 50 | <rule ref="category/java/codestyle.xml/UnnecessaryReturn" /> |
53 | 51 | <rule ref="category/java/codestyle.xml/UselessParentheses" /> |
|
91 | 89 | <rule ref="category/java/errorprone.xml/FinalizeOnlyCallsSuperFinalize" /> |
92 | 90 | <rule ref="category/java/errorprone.xml/FinalizeShouldBeProtected" /> |
93 | 91 | <rule ref="category/java/errorprone.xml/IdempotentOperations" /> |
94 | | - <rule ref="category/java/errorprone.xml/ImportFromSamePackage" /> |
95 | 92 | <rule ref="category/java/errorprone.xml/InstantiationToGetClass" /> |
96 | 93 | <rule ref="category/java/errorprone.xml/InvalidLogMessageFormat" /> |
97 | 94 | <rule ref="category/java/errorprone.xml/MissingStaticMethodInNonInstantiatableClass" /> |
|
0 commit comments