|
60 | 60 | <rule ref="category/java/bestpractices.xml/UnusedPrivateField"/>
|
61 | 61 | <rule ref="category/java/bestpractices.xml/UnusedPrivateMethod"/>
|
62 | 62 | <rule ref="category/java/bestpractices.xml/UseCollectionIsEmpty"/>
|
| 63 | + <rule ref="category/java/bestpractices.xml/UseEnumCollections" /> |
63 | 64 | <rule ref="category/java/bestpractices.xml/UseStandardCharsets"/>
|
64 | 65 | <rule ref="category/java/bestpractices.xml/UseTryWithResources"/>
|
65 | 66 | <rule ref="category/java/bestpractices.xml/UseVarargs"/>
|
|
259 | 260 | <rule ref="category/java/errorprone.xml/AvoidLosingExceptionInformation"/>
|
260 | 261 | <rule ref="category/java/errorprone.xml/AvoidMultipleUnaryOperators"/>
|
261 | 262 | <rule ref="category/java/errorprone.xml/AvoidUsingOctalValues"/>
|
262 |
| - <rule ref="category/java/errorprone.xml/ComparisonWithNaN"/> |
263 | 263 | <rule ref="category/java/errorprone.xml/BrokenNullCheck"/>
|
264 | 264 | <rule ref="category/java/errorprone.xml/CallSuperFirst"/>
|
265 | 265 | <rule ref="category/java/errorprone.xml/CallSuperLast"/>
|
|
270 | 270 | <rule ref="category/java/errorprone.xml/CloneMethodReturnTypeMustMatchClassName"/>
|
271 | 271 | <rule ref="category/java/errorprone.xml/CloseResource"/>
|
272 | 272 | <rule ref="category/java/errorprone.xml/CompareObjectsWithEquals"/>
|
| 273 | + <rule ref="category/java/errorprone.xml/ComparisonWithNaN"/> |
273 | 274 | <rule ref="category/java/errorprone.xml/ConfusingArgumentToVarargsMethod" />
|
274 | 275 | <rule ref="category/java/errorprone.xml/ConstructorCallsOverridableMethod"/>
|
275 | 276 | <rule ref="category/java/errorprone.xml/DetachedTestCase"/>
|
|
288 | 289 | <rule ref="category/java/errorprone.xml/FinalizeOverloaded"/>
|
289 | 290 | <rule ref="category/java/errorprone.xml/FinalizeShouldBeProtected"/>
|
290 | 291 | <rule ref="category/java/errorprone.xml/IdempotentOperations"/>
|
| 292 | + <rule ref="category/java/errorprone.xml/ImplicitSwitchFallThrough"/> |
291 | 293 | <rule ref="category/java/errorprone.xml/InstantiationToGetClass"/>
|
292 | 294 | <rule ref="category/java/errorprone.xml/InvalidLogMessageFormat"/>
|
293 | 295 | <rule ref="category/java/errorprone.xml/JumbledIncrementer"/>
|
294 | 296 | <rule ref="category/java/errorprone.xml/JUnitSpelling"/>
|
295 | 297 | <rule ref="category/java/errorprone.xml/JUnitStaticSuite"/>
|
296 | 298 | <rule ref="category/java/errorprone.xml/MethodWithSameNameAsEnclosingClass"/>
|
297 | 299 | <rule ref="category/java/errorprone.xml/MisplacedNullCheck"/>
|
298 |
| - <rule ref="category/java/errorprone.xml/ImplicitSwitchFallThrough"/> |
299 | 300 | <rule ref="category/java/errorprone.xml/MissingSerialVersionUID"/>
|
300 | 301 | <rule ref="category/java/errorprone.xml/MissingStaticMethodInNonInstantiatableClass"/>
|
301 | 302 | <rule ref="category/java/errorprone.xml/MoreThanOneLogger"/>
|
|
329 | 330 | <rule ref="category/java/errorprone.xml/UseProperClassLoader"/>
|
330 | 331 |
|
331 | 332 | <rule ref="category/java/multithreading.xml/AvoidSynchronizedAtMethodLevel"/>
|
| 333 | + <rule ref="category/java/multithreading.xml/AvoidSynchronizedStatement" /> |
332 | 334 | <rule ref="category/java/multithreading.xml/AvoidThreadGroup"/>
|
333 | 335 | <rule ref="category/java/multithreading.xml/AvoidUsingVolatile"/>
|
334 | 336 | <rule ref="category/java/multithreading.xml/DoNotUseThreads"/>
|
|
0 commit comments