The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 2 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
JavadocMethod | 9 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 4 | ![]() |
JavadocStyle | 10 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 1 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 60 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 6 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 1 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 7 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 11 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 5 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 7 | ![]() |
RegexpSinglelineJava
| 0 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 72 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 37 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 27 |
![]() | Variable 'rootCause' must be private and have accessor methods. | 28 |
![]() | Line is longer than 80 characters. | 47 |
![]() | 'rootCause' hides a field. | 47 |
![]() | Expected @param tag for 'rootCause'. | 47 |
![]() | First sentence should end with a period. | 52 |
![]() | Method 'getRootCause' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'indexValue' must be private and have accessor methods. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Variable 'indexName' must be private and have accessor methods. | 26 |
![]() | Parameter indexName should be final. | 34 |
![]() | 'indexName' hides a field. | 34 |
![]() | Parameter indexValue should be final. | 34 |
![]() | 'indexValue' hides a field. | 34 |
![]() | Method 'getIndexName' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Method 'getIndexValue' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Method 'setIndexName' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Parameter indexName should be final. | 62 |
![]() | 'indexName' hides a field. | 62 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Method 'setIndexValue' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter indexValue should be final. | 75 |
![]() | 'indexValue' hides a field. | 75 |
![]() | Line is longer than 80 characters. | 77 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 68 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Unused @throws tag for 'RuntimeException'. | 38 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line is longer than 80 characters. | 180 |
![]() | Line is longer than 80 characters. | 186 |
![]() | First sentence should end with a period. | 198 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Line is longer than 80 characters. | 273 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Line is longer than 80 characters. | 291 |
![]() | First sentence should end with a period. | 293 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Expected @throws tag for 'FloggyException'. | 39 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Expected @throws tag for 'FloggyException'. | 77 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 26 |
![]() | Variable 'className' must be private and have accessor methods. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | Variable 'id' must be private and have accessor methods. | 30 |
![]() | Parameter id should be final. | 40 |
![]() | 'id' hides a field. | 40 |
![]() | Parameter className should be final. | 40 |
![]() | 'className' hides a field. | 40 |
![]() | Expected an @return tag. | 50 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Parameter obj should be final. | 50 |
![]() | Expected @param tag for 'obj'. | 50 |
![]() | 'if' construct must use '{}'s. | 51 |
![]() | 'if' construct must use '{}'s. | 54 |
![]() | 'if' construct must use '{}'s. | 57 |
![]() | 'if' construct must use '{}'s. | 63 |
![]() | 'if' construct must use '{}'s. | 65 |
![]() | 'if' construct must use '{}'s. | 68 |
![]() | First sentence should end with a period. | 74 |
![]() | Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | First sentence should end with a period. | 83 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Expected an @return tag. | 96 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Avoid inline conditionals. | 100 |
![]() | Expected an @return tag. | 110 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Name 'NEW_LINE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 38 |
![]() | First sentence should end with a period. | 67 |
![]() | First sentence should end with a period. | 73 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Unused @throws tag for 'RuntimeException'. | 85 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line is longer than 80 characters. | 147 |