The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
17 | 0 | 0 | 78 |
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 | 5 | ![]() |
WhitespaceAfter | 45 | ![]() |
WhitespaceAround | 6 | ![]() |
ModifierOrder | 1 | ![]() |
RedundantModifier | 1 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
NeedBraces | 2 | ![]() |
LeftCurly
| 1 | ![]() |
RightCurly
| 1 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 3 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 13 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 54 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 88 |
![]() | 'cast' is not followed by whitespace. | 195 |
![]() | 'cast' is not followed by whitespace. | 195 |
![]() | 'cast' is not followed by whitespace. | 201 |
![]() | 'cast' is not followed by whitespace. | 201 |
![]() | 'cast' is not followed by whitespace. | 208 |
![]() | 'cast' is not followed by whitespace. | 212 |
![]() | 'cast' is not followed by whitespace. | 237 |
![]() | 'cast' is not followed by whitespace. | 241 |
![]() | 'cast' is not followed by whitespace. | 268 |
![]() | 'cast' is not followed by whitespace. | 281 |
![]() | 'cast' is not followed by whitespace. | 304 |
![]() | 'cast' is not followed by whitespace. | 369 |
![]() | 'cast' is not followed by whitespace. | 373 |
![]() | Redundant 'public' modifier. | 411 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'manager' must be private and have accessor methods. | 142 |
![]() | 'else' construct must use '{}'s. | 217 |
![]() | 'cast' is not followed by whitespace. | 261 |
![]() | 'cast' is not followed by whitespace. | 264 |
![]() | 'cast' is not followed by whitespace. | 305 |
![]() | 'cast' is not followed by whitespace. | 321 |
![]() | 'cast' is not followed by whitespace. | 344 |
![]() | 'cast' is not followed by whitespace. | 354 |
![]() | 'cast' is not followed by whitespace. | 407 |
![]() | 'cast' is not followed by whitespace. | 408 |
![]() | 'cast' is not followed by whitespace. | 454 |
![]() | 'cast' is not followed by whitespace. | 487 |
![]() | 'cast' is not followed by whitespace. | 488 |
![]() | 'cast' is not followed by whitespace. | 527 |
![]() | 'cast' is not followed by whitespace. | 544 |
![]() | 'cast' is not followed by whitespace. | 598 |
![]() | 'cast' is not followed by whitespace. | 599 |
![]() | 'cast' is not followed by whitespace. | 695 |
![]() | 'if' is not followed by whitespace. | 702 |
![]() | '==' is not preceded with whitespace. | 702 |
![]() | '==' is not followed by whitespace. | 702 |
![]() | 'cast' is not followed by whitespace. | 706 |
![]() | 'if' is not followed by whitespace. | 707 |
![]() | 'cast' is not followed by whitespace. | 780 |
![]() | 'cast' is not followed by whitespace. | 782 |
![]() | 'cast' is not followed by whitespace. | 793 |
![]() | 'cast' is not followed by whitespace. | 820 |
![]() | 'cast' is not followed by whitespace. | 822 |
![]() | '{' should be on a new line. | 924 |
![]() | Line contains a tab character. | 925 |
![]() | Line contains a tab character. | 926 |
![]() | Line contains a tab character. | 927 |
![]() | Line contains a tab character. | 929 |
![]() | 'if' is not followed by whitespace. | 960 |
![]() | '}' should be alone on a line. | 966 |
![]() | 'if' is not followed by whitespace. | 992 |
![]() | Line contains a tab character. | 997 |
![]() | 'cast' is not followed by whitespace. | 1014 |
Violation | Message | Line |
---|---|---|
![]() | '3' is a magic number. | 32 |
![]() | '4' is a magic number. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'processor' must be private and have accessor methods. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'index' must be private and have accessor methods. | 23 |
Violation | Message | Line |
---|---|---|
![]() | '9' is a magic number. | 146 |
![]() | 'cast' is not followed by whitespace. | 173 |
![]() | 'cast' is not followed by whitespace. | 191 |
![]() | 'cast' is not followed by whitespace. | 196 |
![]() | 'cast' is not followed by whitespace. | 197 |
![]() | 'cast' is not followed by whitespace. | 203 |
Violation | Message | Line |
---|---|---|
![]() | 'if' construct must use '{}'s. | 86 |
![]() | 'cast' is not followed by whitespace. | 103 |
Violation | Message | Line |
---|---|---|
![]() | 'final' modifier out of order with the JLS suggestions. | 44 |
![]() | Variable 'logger' must be private and have accessor methods. | 44 |
![]() | Variable 'digester' must be private and have accessor methods. | 46 |
![]() | Variable 'containerReferences' must be private and have accessor methods. | 47 |
![]() | Variable 'configEncoding' must be private and have accessor methods. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'refAttrib' must be private and have accessor methods. | 32 |
![]() | Variable 'classAttrib' must be private and have accessor methods. | 33 |
![]() | Variable 'classRefRequired' must be private and have accessor methods. | 34 |
![]() | Variable 'containerMethodName' must be private and have accessor methods. | 35 |
![]() | Variable 'context' must be private and have accessor methods. | 36 |
![]() | Variable 'containerAttrib' must be private and have accessor methods. | 37 |
![]() | 'cast' is not followed by whitespace. | 142 |