The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
9 | 0 | 0 | 24 |
Rules | Violations | Severity |
---|---|---|
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
MemberName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
FileLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 10 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
NeedBraces | 4 | ![]() |
LeftCurly
| 0 | ![]() |
RightCurly
| 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 6 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 3 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 50 |
![]() | Must have at least one statement. | 135 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 62 |
![]() | 'cast' is not followed by whitespace. | 77 |
![]() | 'cast' is not followed by whitespace. | 182 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 75 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'logger' must be private and have accessor methods. | 35 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'logger' must be private and have accessor methods. | 34 |
Violation | Message | Line |
---|---|---|
![]() | '3' is a magic number. | 32 |
![]() | '4' is a magic number. | 37 |
![]() | '5' is a magic number. | 42 |
![]() | '6' is a magic number. | 47 |
![]() | '7' is a magic number. | 52 |
![]() | '8' is a magic number. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'logger' must be private and have accessor methods. | 39 |
![]() | 'cast' is not followed by whitespace. | 45 |
![]() | 'if' construct must use '{}'s. | 46 |
![]() | 'cast' is not followed by whitespace. | 49 |
![]() | 'if' construct must use '{}'s. | 50 |
![]() | 'cast' is not followed by whitespace. | 53 |
![]() | 'if' construct must use '{}'s. | 54 |
![]() | 'cast' is not followed by whitespace. | 57 |
![]() | 'if' construct must use '{}'s. | 58 |