The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage | 3 | ![]() |
NewlineAtEndOfFile | 1 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter | 2 | ![]() |
JavadocMethod | 191 | ![]() |
JavadocType | 16 | ![]() |
JavadocVariable | 59 | ![]() |
JavadocStyle | 3 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 15 | ![]() |
LineLength
| 0 | ![]() |
MethodLength | 3 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
GenericWhitespace | 1 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 18 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 2 | ![]() |
ParenPad | 1 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 31 | ![]() |
WhitespaceAround | 91 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 3 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 26 | ![]() |
RightCurly | 5 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 1 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 45 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 15 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 111 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.text.MessageFormat. | 16 |
![]() | Unused import - org.hyphenType.datastructure.annotations.ArgumentsObject. | 19 |
![]() | Unused import - org.hyphenType.exit.ExitStatusHelper. | 21 |
![]() | '>' is followed by whitespace. | 31 |
![]() | Expected @param tag for 'pw'. | 50 |
![]() | Expected @param tag for 'formatterClass'. | 61 |
![]() | Expected @param tag for 'formatterClass'. | 72 |
![]() | Expected @param tag for 'pw'. | 72 |
![]() | Expected an @return tag. | 79 |
![]() | First sentence should end with a period. | 81 |
![]() | First sentence should end with a period. | 89 |
![]() | Unused @param tag for 'arguments'. | 93 |
![]() | Expected @param tag for 'args'. | 95 |
Violation | Message | Line |
---|---|---|
![]() | '(' is followed by whitespace. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Unused Javadoc tag. | 58 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.io.File. | 14 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Unused Javadoc tag. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 19 |
![]() | Variable 'value' must be private and have accessor methods. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter value should be final. | 21 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Parameter obj should be final. | 31 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter value should be final. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter value should be final. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter value should be final. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter value should be final. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter name should be final. | 32 |
![]() | Parameter method should be final. | 32 |
![]() | Parameter mandatory should be final. | 32 |
![]() | Parameter index should be final. | 32 |
![]() | Parameter regex should be final. | 32 |
![]() | Parameter channels should be final. | 32 |
![]() | Parameter description should be final. | 32 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Method 'isMandatory' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Method 'getRegex' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Method 'getChannels' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Parameter other should be final. | 67 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 21 |
![]() | Variable 'method' must be private and have accessor methods. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter method should be final. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'description' must be private and have accessor methods. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Variable 'alternatives' must be private and have accessor methods. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'value' must be private and have accessor methods. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'map' must be private and have accessor methods. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'arguments' must be private and have accessor methods. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter method should be final. | 31 |
![]() | Parameter description should be final. | 31 |
![]() | Parameter alternatives should be final. | 31 |
![]() | Parameter value should be final. | 31 |
![]() | Parameter map should be final. | 31 |
![]() | Parameter arguments should be final. | 31 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Parameter obj should be final. | 46 |
![]() | 'if' construct must use '{}'s. | 47 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Parameter o should be final. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'keyName' must be private and have accessor methods. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'valueName' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Variable 'valueType' must be private and have accessor methods. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Variable 'mandatory' must be private and have accessor methods. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter method should be final. | 29 |
![]() | Parameter keyName should be final. | 29 |
![]() | Parameter valueName should be final. | 29 |
![]() | Parameter valueType should be final. | 29 |
![]() | Parameter mandatory should be final. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'name' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Variable 'mandatory' must be private and have accessor methods. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'arraySeparator' must be private and have accessor methods. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Variable 'arrayUseFileSeparator' must be private and have accessor methods. | 26 |
![]() | Missing a Javadoc comment. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Parameter obj should be final. | 35 |
![]() | 'if' construct must use '{}'s. | 36 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Utility classes should not have a public or default constructor. | 13 |
![]() | First sentence should end with a period. | 15 |
![]() | 'if' is not followed by whitespace. | 40 |
![]() | 'if' is not followed by whitespace. | 46 |
![]() | 'if' is not followed by whitespace. | 61 |
![]() | Unused @param tag for 'message'. | 70 |
![]() | Expected @param tag for 't'. | 72 |
![]() | 'if' is not followed by whitespace. | 74 |
![]() | 'if' is not followed by whitespace. | 87 |
![]() | '!=' is not preceded with whitespace. | 87 |
![]() | '!=' is not followed by whitespace. | 87 |
![]() | Missing a Javadoc comment. | 101 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.hyphenType.documentation.rbgenerator.RBGenerator. | 8 |
![]() | '}' is not preceded with whitespace. | 22 |
![]() | Missing a Javadoc comment. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Unused @param tag for 'key'. | 186 |
![]() | Expected @param tag for 'statusCode'. | 192 |
![]() | 'if' is not followed by whitespace. | 197 |
![]() | '==' is not preceded with whitespace. | 197 |
![]() | '==' is not followed by whitespace. | 197 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter optionsInterface should be final. | 31 |
![]() | Method 'getContents' is not designed for extension - needs to be abstract, final or empty. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Method length is 189 lines (max allowed is 150). | 96 |
Violation | Message | Line |
---|---|---|
![]() | Redundant 'final' modifier. | 54 |
![]() | Redundant 'final' modifier. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 45 |
![]() | Method 'main' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Method length is 371 lines (max allowed is 150). | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter args should be final. | 48 |
![]() | '==' is not preceded with whitespace. | 55 |
![]() | '==' is not followed by whitespace. | 55 |
![]() | 'cast' is not followed by whitespace. | 128 |
![]() | 'cast' is not followed by whitespace. | 130 |
![]() | 'if' is not followed by whitespace. | 147 |
![]() | 'for' is not followed by whitespace. | 165 |
![]() | 'if' is not followed by whitespace. | 168 |
![]() | '!=' is not preceded with whitespace. | 168 |
![]() | '!=' is not followed by whitespace. | 168 |
![]() | 'for' is not followed by whitespace. | 175 |
![]() | 'for' is not followed by whitespace. | 198 |
![]() | 'for' is not followed by whitespace. | 218 |
![]() | 'if' is not followed by whitespace. | 221 |
![]() | 'cast' is not followed by whitespace. | 235 |
![]() | 'if' is not followed by whitespace. | 236 |
![]() | '==' is not preceded with whitespace. | 236 |
![]() | '==' is not followed by whitespace. | 236 |
![]() | 'if' is not followed by whitespace. | 241 |
![]() | '==' is not preceded with whitespace. | 241 |
![]() | '==' is not followed by whitespace. | 241 |
![]() | '<' is not preceded with whitespace. | 248 |
![]() | '!=' is not preceded with whitespace. | 265 |
![]() | '!=' is not followed by whitespace. | 265 |
![]() | '&&' should be on a new line. | 265 |
![]() | '&&' should be on a new line. | 266 |
![]() | 'for' is not followed by whitespace. | 285 |
![]() | 'if' is not followed by whitespace. | 286 |
![]() | 'if' is not followed by whitespace. | 293 |
![]() | 'if' is not followed by whitespace. | 354 |
![]() | 'if' is not followed by whitespace. | 357 |
![]() | 'if' is not followed by whitespace. | 359 |
![]() | '}' should be on the same line. | 361 |
![]() | 'for' is not followed by whitespace. | 371 |
![]() | 'for' is not followed by whitespace. | 378 |
![]() | '1024' is a magic number. | 379 |
![]() | Missing a Javadoc comment. | 420 |
![]() | Parameter prefix should be final. | 420 |
![]() | Parameter array should be final. | 420 |
![]() | Parameter arrayClass should be final. | 420 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 9 |
![]() | '=' is not preceded with whitespace. | 9 |
![]() | '=' is not followed by whitespace. | 9 |
![]() | Missing a Javadoc comment. | 13 |
![]() | '=' is not preceded with whitespace. | 13 |
![]() | '=' is not followed by whitespace. | 13 |
![]() | '}' is not preceded with whitespace. | 13 |
![]() | '=' is not preceded with whitespace. | 13 |
![]() | '=' is not followed by whitespace. | 13 |
![]() | Missing a Javadoc comment. | 19 |
![]() | '=' is not preceded with whitespace. | 19 |
![]() | '=' is not followed by whitespace. | 19 |
![]() | '}' is not preceded with whitespace. | 19 |
![]() | '=' is not preceded with whitespace. | 19 |
![]() | '=' is not followed by whitespace. | 19 |
![]() | Missing a Javadoc comment. | 22 |
![]() | '=' is not preceded with whitespace. | 22 |
![]() | '=' is not followed by whitespace. | 22 |
![]() | '=' is not preceded with whitespace. | 22 |
![]() | '=' is not followed by whitespace. | 22 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '=' is not preceded with whitespace. | 25 |
![]() | '=' is not followed by whitespace. | 25 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '=' is not preceded with whitespace. | 28 |
![]() | '=' is not followed by whitespace. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 58 |
![]() | Unused @param tag for 'formatter'. | 65 |
![]() | Expected @param tag for 'optionsInterface'. | 69 |
![]() | Expected an @return tag. | 81 |
![]() | 'if' is not followed by whitespace. | 83 |
![]() | 'cast' is not followed by whitespace. | 137 |
![]() | 'cast' is not followed by whitespace. | 150 |
![]() | 'if' is not followed by whitespace. | 160 |
![]() | 'for' is not followed by whitespace. | 171 |
![]() | 'if' is not followed by whitespace. | 172 |
![]() | 'for' is not followed by whitespace. | 174 |
![]() | ':' is not preceded with whitespace. | 174 |
![]() | 'if' is not followed by whitespace. | 175 |
![]() | 'if' is not followed by whitespace. | 179 |
![]() | 'cast' is not followed by whitespace. | 209 |
![]() | 'cast' is not followed by whitespace. | 213 |
![]() | 'cast' is not followed by whitespace. | 213 |
![]() | 'cast' is not followed by whitespace. | 217 |
![]() | 'cast' is not followed by whitespace. | 218 |
![]() | 'cast' is not followed by whitespace. | 222 |
![]() | 'cast' is not followed by whitespace. | 222 |
![]() | 'cast' is not followed by whitespace. | 223 |
![]() | Parameter formatterAnnotationClass should be final. | 252 |
![]() | Expected @param tag for 'formatterAnnotationClass'. | 252 |
![]() | Parameter formatterAnnotationClass should be final. | 261 |
![]() | Expected @param tag for 'formatterAnnotationClass'. | 261 |
Violation | Message | Line |
---|---|---|
![]() | Unused @param tag for 'formatter'. | 30 |
![]() | Parameter optionsInterface should be final. | 37 |
![]() | Expected @param tag for 'optionsInterface'. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter message should be final. | 27 |
![]() | Parameter cause should be final. | 27 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter message should be final. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter cause should be final. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter arguments should be final. | 42 |
![]() | Method 'getArguments' is not designed for extension - needs to be abstract, final or empty. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.Formatter. | 18 |
![]() | Unused import - org.hyphenType.datastructure.Options. | 20 |
![]() | Unused import - org.hyphenType.unittesting.NonExceptionalExit. | 21 |
![]() | '}' is not preceded with whitespace. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 22 |
![]() | 'if' is not followed by whitespace. | 37 |
![]() | '==' is not preceded with whitespace. | 37 |
![]() | '==' is not followed by whitespace. | 37 |
![]() | '}' should be on the same line. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.hyphenType.datastructure.Options. | 14 |
![]() | Redundant 'public' modifier. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Method 'isGraphicalUIAvailable' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Method 'readFromGraphicalUI' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Parameter type should be final. | 34 |
![]() | Parameter message should be final. | 34 |
![]() | Parameter regex should be final. | 34 |
![]() | 'if' construct must use '{}'s. | 35 |
![]() | 'if' construct must use '{}'s. | 39 |
![]() | 'if' construct must use '{}'s. | 41 |
![]() | Method 'isTextUIAvailable' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Method 'readFromTextUI' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Parameter type should be final. | 57 |
![]() | Parameter message should be final. | 57 |
![]() | Parameter regex should be final. | 57 |
![]() | 'if' construct must use '{}'s. | 58 |
![]() | 'if' construct must use '{}'s. | 63 |
![]() | 'if' construct must use '{}'s. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Method 'readArray' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Method 'readString' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | '}' should be on the same line. | 75 |
![]() | '}' should be on the same line. | 78 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Missing a Javadoc comment. | 90 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter message should be final. | 27 |
![]() | Parameter cause should be final. | 27 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter message should be final. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter cause should be final. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter tokens should be final. | 26 |
![]() | Method 'hasFutureToken' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Method 'futureToken' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Method 'currentToken' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | 'if' construct must use '{}'s. | 39 |
![]() | 'else' construct must use '{}'s. | 41 |
![]() | Method 'consume' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'optionsInterfaceClass'. | 80 |
![]() | Expected @throws tag for 'InvalidOptionsInterfaceException'. | 80 |
![]() | Method length is 263 lines (max allowed is 150). | 89 |
![]() | Expected @param tag for 'optionsInterfaceClass'. | 90 |
![]() | Parameter loadFromResourceBundle should be final. | 90 |
![]() | Expected @param tag for 'loadFromResourceBundle'. | 90 |
![]() | Expected @throws tag for 'InvalidOptionsInterfaceException'. | 90 |
![]() | 'if' is not followed by whitespace. | 103 |
![]() | 'if' is not followed by whitespace. | 175 |
![]() | 'if' is not followed by whitespace. | 190 |
![]() | 'if' is not followed by whitespace. | 211 |
![]() | 'if' is not followed by whitespace. | 237 |
![]() | 'if' is not followed by whitespace. | 300 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.RuntimeException: Unable to get class information for @throws tag 'InvalidOptionException'. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter optionsInterface should be final. | 11 |
![]() | Parameter keyName should be final. | 11 |
![]() | Parameter equalsSign should be final. | 11 |
![]() | Parameter valueName should be final. | 11 |
![]() | Parameter optionName should be final. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter cause should be final. | 11 |
![]() | Parameter optionsInterface should be final. | 11 |
![]() | Parameter simpleArgumentName should be final. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter optionsInterface should be final. | 11 |
![]() | Parameter optionName should be final. | 11 |
![]() | Parameter valueName should be final. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Parameter optionsInterface should be final. | 19 |
![]() | Parameter pattern should be final. | 19 |
![]() | Parameter arguments should be final. | 19 |
![]() | 'if' is not followed by whitespace. | 24 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter cause should be final. | 35 |
![]() | Parameter optionsInterface should be final. | 35 |
![]() | Parameter pattern should be final. | 35 |
![]() | Parameter arguments should be final. | 35 |
![]() | 'if' is not followed by whitespace. | 40 |
![]() | Method 'getLocalizedMessage' is not designed for extension - needs to be abstract, final or empty. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter optionsInterface should be final. | 11 |
![]() | Parameter value should be final. | 11 |
![]() | Parameter name should be final. | 11 |
![]() | Parameter regex should be final. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter cause should be final. | 17 |
![]() | Parameter optionsInterface should be final. | 17 |
![]() | Parameter input should be final. | 17 |
![]() | Parameter type should be final. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.hyphenType.optionprocessors.lib.BooleanValidatorEngine. | 17 |
![]() | File contains tab characters (this is the first instance). | 48 |
![]() | Unused @param tag for '<T>'. | 77 |
![]() | Type Javadoc comment is missing an @param <U> tag. | 80 |
![]() | Expected @param tag for '<T>'. | 91 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Parameter interfaceClass should be final. | 87 |
![]() | Parameter options should be final. | 87 |
![]() | Parameter config should be final. | 87 |
![]() | 'if' construct must use '{}'s. | 95 |
![]() | 'if' construct must use '{}'s. | 98 |
![]() | 'else' construct must use '{}'s. | 100 |
![]() | 'if' construct must use '{}'s. | 145 |
![]() | 'if' construct must use '{}'s. | 147 |
![]() | 'if' construct must use '{}'s. | 151 |
![]() | 'else' construct must use '{}'s. | 153 |
![]() | 'if' construct must use '{}'s. | 160 |
![]() | 'if' construct must use '{}'s. | 162 |
![]() | 'if' construct must use '{}'s. | 168 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Parameter interfaceClass should be final. | 25 |
![]() | Parameter options should be final. | 25 |
![]() | Parameter config should be final. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.hyphenType.wrapper.StandAloneAppWrapper. | 37 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Unused @param tag for 'userInput'. | 86 |
![]() | Expected @param tag for 'optionInterfaceClass'. | 91 |
![]() | Expected @throws tag for 'InvalidOptionsInterfaceException'. | 91 |
![]() | Method 'options' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Method 'options' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Expected @throws tag for 'OptionsExtractorException'. | 121 |
![]() | Expected @throws tag for 'StringParsingErrorException'. | 121 |
![]() | Expected @throws tag for 'MandatoryValueNotFoundException'. | 121 |
![]() | Expected @throws tag for 'RegexMismatchException'. | 121 |
![]() | Expected @throws tag for 'StringParseException'. | 121 |
![]() | Expected @throws tag for 'MandatoryMapValueNotFoundException'. | 121 |
![]() | Expected @throws tag for 'MandatorySimpleArgumentNotFoundException'. | 121 |
![]() | Expected an @return tag. | 198 |
![]() | Method 'buildInvocationHandler' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | Expected @param tag for 'values'. | 198 |
![]() | Expected @param tag for 'optionsInterface'. | 198 |
![]() | Expected @param tag for 'exitCodeEnumClass'. | 198 |
![]() | Expected @param tag for 'rawArguments'. | 198 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Parameter message should be final. | 7 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter message should be final. | 11 |
![]() | Parameter cause should be final. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.hyphenType.dynamicproxy.ConcreteArgumentsInvocationHandler. | 16 |
![]() | Unused @param tag for 'formatter'. | 69 |
![]() | Expected @param tag for 'optionsInterface'. | 79 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.hyphenType.datastructure.Options. | 14 |
![]() | File contains tab characters (this is the first instance). | 30 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Parameter exitCode should be final. | 167 |
![]() | Expected @param tag for 'exitCode'. | 167 |
![]() | Parameter exitCodeEnum should be final. | 179 |
![]() | Expected @param tag for 'exitCodeEnum'. | 179 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Missing a Javadoc comment. | 196 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Missing a Javadoc comment. | 204 |
![]() | Missing a Javadoc comment. | 208 |
![]() | Missing a Javadoc comment. | 212 |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'appClass'. | 80 |
![]() | Expected @param tag for 'arguments'. | 80 |
![]() | Expected @throws tag for 'InvalidOptionsInterfaceException'. | 80 |
![]() | Expected @param tag for 'appClass'. | 91 |
![]() | Expected @param tag for 'input'. | 91 |
![]() | Expected @param tag for 'arguments'. | 91 |
![]() | Expected @throws tag for 'InvalidOptionsInterfaceException'. | 91 |
![]() | Expected an @return tag. | 128 |
![]() | Expected an @return tag. | 139 |
![]() | Expected an @return tag. | 150 |
![]() | Expected an @return tag. | 164 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.hyphenType.optionprocessors.ArgumentsProcessorEngine. | 21 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter clazz should be final. | 64 |
![]() | Expected @param tag for 'clazz'. | 64 |
![]() | Expected @throws tag for 'InvalidOptionsInterfaceException'. | 64 |
![]() | Parameter clazz should be final. | 84 |
![]() | Parameter throwsNotExceptionalExit should be final. | 84 |
![]() | Expected @throws tag for 'InvalidOptionsInterfaceException'. | 84 |
![]() | Method 'buildInvocationHandler' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Parameter values should be final. | 90 |
![]() | Parameter optionsInterface should be final. | 90 |
![]() | Parameter exitCodeEnumClass should be final. | 90 |
![]() | Parameter rawArguments should be final. | 90 |
![]() | Expected an @return tag. | 101 |
![]() | Method 'exitEnumCalled' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Parameter options should be final. | 101 |
![]() | Expected @param tag for 'options'. | 101 |
![]() | Unused @throws tag for 'RuntimeException'. | 118 |
![]() | Method 'getStatusCodeEnum' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Parameter options should be final. | 121 |
![]() | Expected an @return tag. | 132 |
![]() | Method 'exitIntCalled' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Parameter options should be final. | 132 |
![]() | Expected @param tag for 'options'. | 132 |
![]() | Unused @throws tag for 'RuntimeException'. | 149 |
![]() | Method 'getStatusCodeInt' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Parameter options should be final. | 152 |
![]() | Unused @throws tag for 'RuntimeException'. | 164 |
![]() | Parameter options should be final. | 169 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '{' is followed by whitespace. | 69 |
![]() | '{' is followed by whitespace. | 71 |
![]() | '{' is followed by whitespace. | 71 |
![]() | Unused @param tag for 'clazz'. | 92 |
![]() | Expected @param tag for 'method'. | 96 |
![]() | Unused @param tag for 'clazz'. | 109 |
![]() | Expected @param tag for 'method'. | 116 |
![]() | '{' is followed by whitespace. | 118 |
![]() | '{' is followed by whitespace. | 120 |
![]() | '{' is followed by whitespace. | 120 |
![]() | Unused @param tag for 'clazz'. | 141 |
![]() | Expected @param tag for 'field'. | 145 |
![]() | Unused @param tag for 'clazz'. | 158 |
![]() | Expected @param tag for 'field'. | 165 |
![]() | '{' is followed by whitespace. | 167 |
![]() | '{' is followed by whitespace. | 169 |
![]() | '{' is followed by whitespace. | 169 |
![]() | '{' is followed by whitespace. | 243 |
![]() | '{' is followed by whitespace. | 244 |
![]() | '{' is followed by whitespace. | 244 |
![]() | 'if' is not followed by whitespace. | 402 |
![]() | '}' should be on the same line. | 404 |
![]() | 'if' is not followed by whitespace. | 427 |
![]() | Expected @param tag for 'base'. | 510 |
![]() | Expected @param tag for 'base'. | 521 |
![]() | Expected @param tag for 'base'. | 532 |
![]() | Expected @param tag for 'base'. | 558 |
![]() | Missing a Javadoc comment. | 565 |
![]() | Missing a Javadoc comment. | 572 |
![]() | Missing a Javadoc comment. | 579 |
![]() | '{' is followed by whitespace. | 592 |
![]() | '{' is followed by whitespace. | 593 |
![]() | '{' is followed by whitespace. | 593 |
![]() | '{' is followed by whitespace. | 600 |
![]() | '{' is followed by whitespace. | 601 |
![]() | '{' is followed by whitespace. | 601 |
![]() | Missing a Javadoc comment. | 680 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter clazz should be final. | 34 |
![]() | 'if' construct must use '{}'s. | 39 |
![]() | 'else' construct must use '{}'s. | 41 |
![]() | 'if' construct must use '{}'s. | 47 |
![]() | 'else' construct must use '{}'s. | 49 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | 'for' is not followed by whitespace. | 57 |
![]() | ':' is not followed by whitespace. | 57 |
![]() | Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Method 'handleGetObject' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Parameter key should be final. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter contents should be final. | 27 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter contentsMap should be final. | 31 |
![]() | Method 'getContents' is not designed for extension - needs to be abstract, final or empty. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Must have at least one statement. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Expected @param tag for 'separator'. | 92 |
![]() | Expected an @return tag. | 116 |
![]() | Expected @param tag for 'arrayStart'. | 117 |
![]() | Expected @param tag for 'arrayEnd'. | 117 |
![]() | Expected @param tag for 'arraySeparator'. | 117 |
![]() | Expected @throws tag for 'StringParsingError'. | 117 |
![]() | 'if' is not followed by whitespace. | 181 |
![]() | '-' is not preceded with whitespace. | 190 |
![]() | '-' is not followed by whitespace. | 190 |
![]() | 'while' is not followed by whitespace. | 193 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.hyphenType.input.UserInput. | 37 |
![]() | Missing a Javadoc comment. | 219 |
![]() | Parameter mainClassName should be final. | 219 |
![]() | 'if' construct must use '{}'s. | 220 |
![]() | Unused @param tag for 'trapThrowable'. | 256 |
![]() | 'if' construct must use '{}'s. | 349 |
![]() | 'if' is not followed by whitespace. | 349 |
![]() | 'if' is not followed by whitespace. | 351 |
![]() | 'if' is not followed by whitespace. | 358 |
![]() | Missing a Javadoc comment. | 389 |
![]() | Parameter messages should be final. | 389 |
![]() | Parameter e should be final. | 389 |
![]() | Method 'buildOptionsObject' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() | Expected @throws tag for 'OptionsExtractorException'. | 424 |
![]() | Missing a Javadoc comment. | 430 |
![]() | Expected an @return tag. | 441 |
![]() | Expected @param tag for '<E>'. | 442 |