File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 42
42
<rule ref =" category/java/codestyle.xml/NoPackage" />
43
43
<rule ref =" category/java/codestyle.xml/PrematureDeclaration" />
44
44
<rule ref =" category/java/codestyle.xml/UnnecessarySemicolon" />
45
+ <rule ref =" category/java/codestyle.xml/VariableCanBeInlined" />
45
46
46
47
<rule ref =" category/java/design.xml" >
47
48
<!-- Sometimes abstract classes have just fields -->
138
139
<rule ref =" category/java/errorprone.xml/AvoidMultipleUnaryOperators" />
139
140
<rule ref =" category/java/errorprone.xml/AvoidUsingOctalValues" />
140
141
<rule ref =" category/java/errorprone.xml/BrokenNullCheck" />
142
+ <rule ref =" category/java/errorprone.xml/CollectionTypeMismatch" />
141
143
<rule ref =" category/java/errorprone.xml/ComparisonWithNaN" />
142
144
<rule ref =" category/java/errorprone.xml/DoNotCallGarbageCollectionExplicitly" />
143
145
<rule ref =" category/java/errorprone.xml/DontImportSun" />
155
157
<rule ref =" category/java/errorprone.xml/SingletonClassReturningNewInstance" />
156
158
<rule ref =" category/java/errorprone.xml/UnconditionalIfStatement" />
157
159
<rule ref =" category/java/errorprone.xml/UnnecessaryCaseChange" />
158
- <rule ref =" category/java/errorprone.xml/UselessOperationOnImmutable " />
160
+ <rule ref =" category/java/errorprone.xml/UselessPureMethodCall " />
159
161
160
162
161
163
<rule ref =" category/java/multithreading.xml" >
You can’t perform that action at this time.
0 commit comments