The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
7 | 0 | 0 | 134 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 1 | Error |
NewlineAtEndOfFile | 3 | Error |
Translation | 0 | Error |
JavadocMethod | 23 | Error |
JavadocType | 1 | Error |
JavadocVariable | 0 | Error |
JavadocStyle | 4 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
LineLength | 30 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 27 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 2 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 1 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 2 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 4 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 5 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 11 | Error |
GenericIllegalRegexp
|
20 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 11 | |
Missing a Javadoc comment. | 17 | |
Utility classes should not have a public or default constructor. | 17 | |
Missing a Javadoc comment. | 19 | |
Parameter args should be final. | 19 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 24 | |
Parameter args should be final. | 24 | |
Line is longer than 80 characters. | 27 | |
Method 'install' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 53 | |
'+' is not followed by whitespace. | 53 | |
Line has trailing spaces. | 54 | |
Method 'uninstall' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Line is longer than 80 characters. | 59 | |
Missing a Javadoc comment. | 67 | |
Parameter msg should be final. | 67 | |
Missing a Javadoc comment. | 71 | |
Parameter args should be final. | 71 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 12 | |
Utility classes should not have a public or default constructor. | 16 | |
First sentence should end with a period. | 18 | |
Line has trailing spaces. | 20 | |
Expected an @return tag. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
'+' is not preceded with whitespace. | 24 | |
Line is longer than 80 characters. | 30 | |
Must have at least one statement. | 30 | |
First sentence should end with a period. | 36 | |
Line has trailing spaces. | 38 | |
Expected an @return tag. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 44 | |
'3' is a magic number. | 44 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 47 | |
Line has trailing spaces. | 50 | |
First sentence should end with a period. | 55 | |
Line has trailing spaces. | 57 | |
Expected an @return tag. | 59 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line has trailing spaces. | 63 | |
First sentence should end with a period. | 68 | |
Line has trailing spaces. | 70 | |
Expected an @return tag. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line has trailing spaces. | 79 | |
Line has trailing spaces. | 81 | |
Parameter args should be final. | 85 | |
Expected @param tag for 'args'. | 85 | |
Expected @throws tag for 'Exception'. | 85 | |
Line has trailing spaces. | 91 | |
Line has trailing spaces. | 93 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Utility classes should not have a public or default constructor. | 13 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Parameter args should be final. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 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. | 24 | |
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 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 12 | |
Missing a Javadoc comment. | 18 | |
Parameter args should be final. | 18 | |
Line is longer than 80 characters. | 33 | |
Method 'install' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 60 | |
Method 'uninstall' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 87 | |
Parameter msg should be final. | 87 | |
Missing a Javadoc comment. | 91 | |
Parameter args should be final. | 91 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 10 | |
Utility classes should not have a public or default constructor. | 14 | |
Missing a Javadoc comment. | 16 | |
Parameter args should be final. | 16 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 28 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 14 | |
Utility classes should not have a public or default constructor. | 18 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 20 | |
Line is longer than 80 characters. | 21 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
'14' is a magic number. | 39 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter args should be final. | 45 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |