Rules | Violations | Severity |
---|
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter | 0 | Error |
FinalClass | 0 | Info |
ArrayTypeStyle | 0 | Info |
MagicNumber- ignoreNumbers: "-1, 0, 1, 2, 1024, 255"
| 0 | Info |
RedundantImport | 0 | Info |
RedundantThrows | 2 | Info |
SimplifyBooleanReturn | 2 | Info |
SimplifyBooleanExpression | 0 | Info |
LineLength | 1 | Warning |
LineLength- id: "lineError"
- max: "255"
| 0 | Error |
UnusedImports | 0 | Warning |
EmptyBlock- id: "emptyBlock"
- tokens: "LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_IF, LITERAL_FOR, LITERAL_TRY, LITERAL_WHILE, INSTANCE_INIT, STATIC_INIT"
- option: "stmt"
| 0 | Warning |
EmptyBlock- id: "emptyCatchBlock"
- tokens: "LITERAL_CATCH"
- option: "text"
| 0 | Warning |
NeedBraces | 0 | Warning |
ParameterNumber | 0 | Error |
MethodLength | 0 | Error |
AvoidStarImport- allowStaticMemberImports: "true"
| 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
LeftCurly | 0 | Error |
RightCurly | 0 | Error |
StaticVariableName | 0 | Error |
MemberName- format: "^[a-z_][a-zA-Z0-9]*$"
| 0 | Error |
VisibilityModifier- packageAllowed: "true"
- protectedAllowed: "true"
| 0 | Error |
AvoidNestedBlocks | 0 | Error |
LocalVariableName | 0 | Error |
ConstantName- format: "(^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$)|log|logger"
| 0 | Error |
TypeName | 0 | Error |
MethodName | 0 | Error |
EmptyStatement | 0 | Warning |
EqualsHashCode | 0 | Error |
InnerAssignment | 0 | Warning |
OperatorWrap | 0 | Warning |
LocalFinalVariableName | 0 | Error |
ParameterName | 0 | Error |
MissingSwitchDefault | 0 | Error |
ParenPad | 0 | Warning |
UpperEll | 0 | Error |
InterfaceIsType | 0 | Error |
NoWhitespaceAfter- tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
| 0 | Error |
PackageName | 0 | Error |
IllegalImport | 0 | Error |
EmptyForIteratorPad | 0 | Warning |
MethodParamPad | 0 | Warning |
NoWhitespaceBefore | 0 | Warning |
TypecastParenPad | 0 | Warning |
IllegalInstantiation- classes: "java.lang.Boolean"
| 0 | Warning |
AnnotationUseStyle- elementStyle: "ignore"
- trailingArrayComma: "never"
- closingParens: "ignore"
| 0 | Error |
MissingDeprecated | 0 | Error |
MissingOverride | 0 | Error |
PackageAnnotation | 0 | Error |
CovariantEquals | 0 | Error |
EqualsAvoidNull | 0 | Warning |
StringLiteralEquality | 0 | Error |
NoFinalizer | 0 | Error |
SuperClone | 0 | Error |
OuterTypeFilename | 0 | Error |