The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
14 | 0 | 0 | 32 |
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 | 8 | ![]() |
WhitespaceAround | 8 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 1 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 4 | ![]() |
NeedBraces | 0 | ![]() |
LeftCurly
| 3 | ![]() |
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 | 2 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | '5' is a magic number. | 77 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on a new line. | 123 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 50 |
![]() | 'cast' is not followed by whitespace. | 81 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Redundant 'public' modifier. | 21 |
Violation | Message | Line |
---|---|---|
![]() | '3' is a magic number. | 33 |
![]() | '4' is a magic number. | 38 |
![]() | '5' is a magic number. | 43 |
![]() | '6' is a magic number. | 48 |
![]() | '7' is a magic number. | 53 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 46 |
![]() | 'cast' is not followed by whitespace. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'filenameParser' must be private and have accessor methods. | 95 |
![]() | 'cast' is not followed by whitespace. | 480 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'compiledPatterns' must be private and have accessor methods. | 23 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 72 |
![]() | 'cast' is not followed by whitespace. | 76 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '!=' is not preceded with whitespace. | 78 |
![]() | '!=' is not followed by whitespace. | 78 |
![]() | '{' should be on a new line. | 152 |
![]() | 'if' is not followed by whitespace. | 169 |
![]() | 'if' is not followed by whitespace. | 229 |
![]() | Must have at least one statement. | 259 |
![]() | Must have at least one statement. | 312 |
![]() | '{' should be on a new line. | 317 |
![]() | Must have at least one statement. | 328 |
![]() | Must have at least one statement. | 341 |
![]() | 'if' is not followed by whitespace. | 417 |
![]() | '!=' is not preceded with whitespace. | 417 |
![]() | '!=' is not followed by whitespace. | 417 |