| Rules |
Violations |
Severity |
| Translation |
0 |
Error |
| JavadocType
|
0 |
Error |
JavadocMethod
- allowMissingPropertyJavadoc: "true"
- allowUndeclaredRTE: "true"
- excludeScope: "private"
|
0 |
Error |
| JavadocVariable
|
0 |
Error |
| JavadocStyle |
0 |
Error |
PackageName
- format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
|
0 |
Error |
| TypeName |
0 |
Error |
MemberName
- format: "^[a-z][a-zA-Z0-9]*$"
|
0 |
Error |
| LocalFinalVariableName |
0 |
Error |
| LocalVariableName |
0 |
Error |
| ParameterName |
0 |
Error |
StaticVariableName
- format: "^[a-z][a-zA-Z0-9]*_$"
|
0 |
Error |
| AvoidStarImport |
0 |
Error |
| IllegalImport |
0 |
Error |
| RedundantImport |
0 |
Error |
| UnusedImports |
0 |
Error |
ImportOrder
- ordered: "true"
- groups: "java,javax"
- separated: "true"
|
0 |
Error |
| LineLength
|
0 |
Error |
| MethodParamPad |
0 |
Error |
| NoWhitespaceAfter |
0 |
Error |
| NoWhitespaceBefore |
0 |
Error |
OperatorWrap
- tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, QUESTION, SL, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN"
- option: "eol"
|
0 |
Error |
| ParenPad |
0 |
Error |
| TypecastParenPad
|
0 |
Error |
WhitespaceAfter
- tokens: "COMMA, SEMI, TYPECAST"
|
0 |
Error |
WhitespaceAround
- tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND, WILDCARD_TYPE"
|
0 |
Error |
| ModifierOrder |
0 |
Error |
| RedundantModifier |
0 |
Error |
| EmptyBlock |
0 |
Error |
LeftCurly
- maxLineLength: "120"
- tokens: "CLASS_DEF, CTOR_DEF, INTERFACE_DEF, METHOD_DEF"
- option: "eol"
|
0 |
Error |
LeftCurly
- maxLineLength: "120"
- tokens: "LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE"
- option: "eol"
|
0 |
Error |
RightCurly
- tokens: "LITERAL_CATCH, LITERAL_FINALLY, LITERAL_ELSE"
- option: "alone"
|
0 |
Error |
AvoidNestedBlocks
- allowInSwitchCase: "true"
|
0 |
Error |
| CovariantEquals |
0 |
Error |
| EmptyStatement |
0 |
Error |
| EqualsHashCode |
0 |
Error |
FinalLocalVariable
- tokens: "PARAMETER_DEF, VARIABLE_DEF"
|
0 |
Error |
| HiddenField
|
0 |
Error |
| InnerAssignment |
0 |
Error |
| MissingSwitchDefault |
0 |
Error |
| ModifiedControlVariable |
0 |
Error |
| RedundantThrows
|
0 |
Error |
| SimplifyBooleanExpression |
0 |
Error |
| SimplifyBooleanReturn |
0 |
Error |
| StringLiteralEquality |
0 |
Error |
| SuperClone |
0 |
Error |
| SuperFinalize |
0 |
Error |
| IllegalCatch |
0 |
Error |
| IllegalThrows |
0 |
Error |
| PackageDeclaration |
0 |
Error |
| JUnitTestCase |
0 |
Error |
| DeclarationOrder |
0 |
Error |
| ParameterAssignment |
0 |
Error |
| ExplicitInitialization |
0 |
Error |
| DefaultComesLast |
0 |
Error |
| FallThrough |
0 |
Error |
| MultipleVariableDeclarations |
0 |
Error |
| UnnecessaryParentheses |
0 |
Error |
| VisibilityModifier
|
0 |
Error |
| FinalClass |
0 |
Error |
| HideUtilityClassConstructor |
0 |
Error |
| MutableException |
0 |
Error |
| ClassFanOutComplexity
|
0 |
Error |
| CyclomaticComplexity
|
0 |
Error |
| NPathComplexity
|
0 |
Error |
| TodoComment
|
0 |
Error |
| UncommentedMain |
0 |
Error |
| UpperEll |
0 |
Error |
| ArrayTypeStyle |
0 |
Error |
Indentation
- caseIndent: "8"
- basicOffset: "4"
- braceAdjustment: "0"
|
0 |
Error |
| TrailingComment |
0 |
Error |