The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 1 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 111 | ![]() |
RegexpSingleline
| 11 | ![]() |
JavadocMethod | 15 | ![]() |
JavadocType | 1 | ![]() |
JavadocVariable | 13 | ![]() |
JavadocStyle | 1 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 1 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 4 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 18 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 6 | ![]() |
NoWhitespaceAfter | 1 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 4 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 1 | ![]() |
WhitespaceAround | 15 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 1 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 3 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 1 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 2 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 6 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 2 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 3 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 5 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Name 'EC2GO_QUERY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | Line is longer than 80 characters (found 84). | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '{' is not preceded with whitespace. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | '(' is followed by whitespace. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | 'if' construct must use '{}'s. | 79 |
![]() | Line is longer than 80 characters (found 92). | 88 |
![]() | Redundant 'final' modifier. | 88 |
![]() | Expected @throws tag for 'SQLException'. | 88 |
![]() | '{' is not preceded with whitespace. | 88 |
![]() | Line contains a tab character. | 92 |
![]() | '{' is not preceded with whitespace. | 93 |
![]() | '3' is a magic number. | 95 |
![]() | '{' is not preceded with whitespace. | 96 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Parameter goId should be final. | 109 |
![]() | Parameter goName should be final. | 109 |
![]() | '{' is not preceded with whitespace. | 109 |
![]() | Line is longer than 80 characters (found 105). | 129 |
![]() | Line is longer than 80 characters (found 116). | 130 |
![]() | '{' is not preceded with whitespace. | 133 |
![]() | 'if' construct must use '{}'s. | 143 |
![]() | 'if' construct must use '{}'s. | 149 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | Variable 'LOGGER' must be private and have accessor methods. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 36 |
![]() | Line is longer than 80 characters (found 109). | 41 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | Parameter args should be final. | 41 |
![]() | Expected @throws tag for 'Exception'. | 41 |
![]() | Expected @throws tag for 'InstantiationException'. | 41 |
![]() | Redundant throws: 'InstantiationException' is subclass of 'Exception'. | 41 |
![]() | Expected @throws tag for 'ClassNotFoundException'. | 41 |
![]() | Redundant throws: 'ClassNotFoundException' is subclass of 'Exception'. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | '{' is not preceded with whitespace. | 43 |
![]() | Line has trailing spaces. | 47 |
![]() | '+' is not preceded with whitespace. | 50 |
![]() | '+' is not followed by whitespace. | 50 |
![]() | '{' is not preceded with whitespace. | 52 |
![]() | Line is longer than 80 characters (found 84). | 54 |
![]() | Line is longer than 80 characters (found 81). | 55 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 59 |
![]() | '{' is not preceded with whitespace. | 60 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 66 |
![]() | '+' is not preceded with whitespace. | 67 |
![]() | '+' is not followed by whitespace. | 67 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Variable 'importerProps' must be private and have accessor methods. | 17 |
![]() | Line contains a tab character. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | '{' is not preceded with whitespace. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | '(' is preceded with whitespace. | 30 |
![]() | Expected @throws tag for 'Exception'. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | Expected @throws tag for 'Exception'. | 43 |
![]() | First sentence should end with a period. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | Expected @throws tag for 'Exception'. | 49 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | Expected @throws tag for 'Exception'. | 54 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Variable 'LOGGER' must be private and have accessor methods. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line is longer than 80 characters (found 84). | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter importer should be final. | 23 |
![]() | Line is longer than 80 characters (found 83). | 24 |
![]() | Line has trailing spaces. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters (found 82). | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Method 'setup' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'setupKraken' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | '{' is not preceded with whitespace. | 52 |
![]() | Line is longer than 80 characters (found 83). | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 56 |
![]() | Method 'importData' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'getKrakenLinks' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter ec should be final. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line is longer than 80 characters (found 84). | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line is longer than 80 characters (found 91). | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line is longer than 80 characters (found 86). | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | '.' is followed by whitespace. | 77 |
![]() | Line is longer than 80 characters (found 86). | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line is longer than 80 characters (found 99). | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 90 |
![]() | Method 'loadData' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line is longer than 80 characters (found 121). | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line is longer than 80 characters (found 125). | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 102 |
![]() | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |