| Rules | Violations | Severity |
|---|
| NewlineAtEndOfFile | 0 | Error |
| Translation | 0 | Error |
| EmptyBlock | 0 | Error |
LeftCurly- option: "nl"
- maxLineLength: "120"
| 0 | Error |
| NeedBraces | 0 | Error |
RightCurly- shouldStartLine: "true"
- option: "alone"
| 0 | Error |
| AvoidNestedBlocks | 0 | Error |
| VisibilityModifier | 0 | Error |
| FinalClass | 0 | Error |
| InterfaceIsType | 0 | Error |
| MutableException | 0 | Error |
| ThrowsCount | 0 | Error |
| CovariantEquals | 0 | Error |
| DoubleCheckedLocking | 0 | Error |
| EmptyStatement | 0 | Error |
| EqualsHashCode | 0 | Error |
FinalLocalVariable- tokens: "VARIABLE_DEF,PARAMETER_DEF"
| 0 | Error |
HiddenField- ignoreConstructorParameter: "true"
| 0 | Error |
IllegalInstantiation- classes: "java.lang.Boolean"
| 0 | Error |
| MissingSwitchDefault | 0 | Error |
| ModifiedControlVariable | 0 | Error |
| RedundantThrows | 0 | Error |
| SimplifyBooleanExpression | 0 | Error |
| SimplifyBooleanReturn | 0 | Error |
| StringLiteralEquality | 0 | Error |
| NestedIfDepth | 0 | Error |
| NestedTryDepth | 0 | Error |
| SuperClone | 0 | Error |
| SuperFinalize | 0 | Error |
| IllegalCatch | 0 | Error |
| IllegalThrows | 0 | Error |
| PackageDeclaration | 0 | Error |
| JUnitTestCase | 0 | Error |
| ParameterAssignment | 0 | Error |
| ExplicitInitialization | 0 | Error |
| DefaultComesLast | 0 | Error |
| MissingCtor | 0 | Error |
| FallThrough | 0 | Error |
| MultipleVariableDeclarations | 0 | Error |
| UnnecessaryParentheses | 0 | Error |
| AvoidStarImport | 0 | Error |
| IllegalImport | 0 | Error |
| RedundantImport | 0 | Error |
| UnusedImports | 0 | Error |
| JavadocType | 0 | Error |
JavadocMethod- allowUndeclaredRTE: "true"
- scope: "package"
| 1 | Error |
| JavadocVariable | 0 | Error |
| JavadocStyle | 0 | Error |
| UncommentedMain | 0 | Error |
| UpperEll | 0 | Error |
| ArrayTypeStyle | 0 | Error |
| FinalParameters | 0 | Error |
| TrailingComment | 0 | Error |
| ModifierOrder | 0 | Error |
| RedundantModifier | 0 | Error |