The following document contains the results of Checkstyle.
Rule | Violations | Severity |
---|---|---|
NewlineAtEndOfFile | 15 | Info |
Translation | 0 | Error |
FileLength | 0 | Info |
FileTabCharacter | 0 | Info |
RegexpSingleline
|
1 | Info |
FileContentsHolder | 0 | Info |
MissingDeprecated | 0 | Info |
MissingOverride | 0 | Info |
EmptyBlock | 0 | Info |
LeftCurly
|
3 | Info |
NeedBraces | 3 | Info |
RightCurly
|
1 | Info |
AvoidNestedBlocks | 1 | Info |
CovariantEquals | 0 | Error |
EmptyStatement | 0 | Info |
EqualsHashCode | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Info |
MissingSwitchDefault | 0 | Info |
RedundantThrows | 0 | Info |
SimplifyBooleanExpression | 0 | Info |
SimplifyBooleanReturn | 0 | Info |
StringLiteralEquality | 0 | Error |
NoFinalizer | 0 | Error |
IllegalCatch | 1 | Info |
IllegalThrows | 0 | Info |
JUnitTestCase | 0 | Info |
IllegalType | 0 | Error |
DefaultComesLast | 0 | Info |
FallThrough | 0 | Info |
MultipleVariableDeclarations | 0 | Info |
UnnecessaryParentheses | 1 | Info |
FinalClass | 0 | Info |
InterfaceIsType | 0 | Info |
HideUtilityClassConstructor | 2 | Info |
AvoidStarImport | 0 | Info |
IllegalImport | 0 | Info |
RedundantImport | 0 | Info |
UnusedImports | 0 | Info |
ImportOrder | 0 | Info |
JavadocMethod
|
0 | Info |
JavadocType
|
0 | Info |
JavadocVariable
|
0 | Info |
UpperEll | 0 | Info |
ArrayTypeStyle | 0 | Info |
Indentation | 9 | Info |
TodoComment | 0 | Info |
Regexp
|
0 | Info |
RegexpSinglelineJava
|
0 | Info |
ModifierOrder | 6 | Info |
RedundantModifier | 0 | Info |
ConstantName | 4 | Info |
LocalFinalVariableName | 0 | Info |
LocalVariableName | 0 | Info |
MemberName | 0 | Info |
MethodName | 0 | Info |
MethodTypeParameterName | 0 | Info |
PackageName | 0 | Info |
ParameterName | 0 | Info |
StaticVariableName | 0 | Info |
TypeName | 0 | Info |
ExecutableStatementCount | 0 | Info |
ExecutableStatementCount | 0 | Info |
LineLength
|
12 | Info |
MethodLength
|
0 | Info |
AnonInnerLength
|
0 | Info |
ParameterNumber | 0 | Info |
GenericWhitespace | 0 | Info |
EmptyForIteratorPad | 0 | Info |
MethodParamPad | 0 | Info |
NoWhitespaceAfter | 0 | Info |
NoWhitespaceBefore | 0 | Info |
ParenPad | 0 | Info |
TypecastParenPad | 0 | Info |
WhitespaceAfter
|
2 | Info |
SuppressWithNearbyCommentFilter
|
0 | Info |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Name 'profile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Line is longer than 120 characters (found 126). | 79 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Name 'collectionTypes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
Info | Unnecessary parentheses around assignment right-hand side. | 124 |
Info | method call child at indentation level 12 not at correct indentation, 16 | 530 |
Info | method call child at indentation level 12 not at correct indentation, 16 | 531 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Avoid nested blocks. | 126 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Line is longer than 120 characters (found 140). | 70 |
Info | Line is longer than 120 characters (found 126). | 80 |
Info | Line has trailing whitespace. | 114 |
Info | ',' is not followed by whitespace. | 122 |
Info | Line is longer than 120 characters (found 123). | 170 |
Info | method def child at indentation level 7 not at correct indentation, 8 | 170 |
Info | Line is longer than 120 characters (found 132). | 171 |
Info | 'if' construct must use '{}'s. | 178 |
Info | 'if' construct must use '{}'s. | 198 |
Info | 'else' construct must use '{}'s. | 200 |
Info | Line is longer than 120 characters (found 126). | 209 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Name 'inheritanceStrategies' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 |
Info | Line is longer than 120 characters (found 133). | 290 |
Info | assign child at indentation level 11 not at correct indentation, 12 | 551 |
Info | assign child at indentation level 11 not at correct indentation, 12 | 566 |
Info | method def child at indentation level 8 not at correct indentation, 12 | 613 |
Info | method def child at indentation level 8 not at correct indentation, 12 | 712 |
Info | method def child at indentation level 8 not at correct indentation, 12 | 723 |
Info | method def child at indentation level 8 not at correct indentation, 12 | 726 |
Info | Line is longer than 120 characters (found 155). | 788 |
Info | Line is longer than 120 characters (found 161). | 861 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Line is longer than 120 characters (found 122). | 65 |
Info | '{' should be on a new line. | 79 |
Info | '{' should be on a new line. | 81 |
Info | '}' should be alone on a line. | 83 |
Info | '{' should be on a new line. | 83 |
Info | Line is longer than 120 characters (found 122). | 94 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | ',' is not followed by whitespace. | 56 |
Info | Line is longer than 120 characters (found 133). | 111 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Utility classes should not have a public or default constructor. | 9 |
Info | 'public' modifier out of order with the JLS suggestions. | 14 |
Info | 'public' modifier out of order with the JLS suggestions. | 19 |
Info | 'public' modifier out of order with the JLS suggestions. | 24 |
Info | 'public' modifier out of order with the JLS suggestions. | 29 |
Info | 'public' modifier out of order with the JLS suggestions. | 34 |
Info | 'public' modifier out of order with the JLS suggestions. | 45 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Utility classes should not have a public or default constructor. | 19 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. |