The following document contains the results of Checkstyle 9.3 with kaiserpfalz/checkstyle.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
17 | 0 | 0 | 112 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 1 | ![]() |
NeedBraces | 1 | ![]() | |
coding | HiddenField | 3 | ![]() |
MagicNumber | 8 | ![]() | |
design | VisibilityModifier | 5 | ![]() |
javadoc | JavadocPackage | 6 | ![]() |
JavadocStyle | 5 | ![]() | |
JavadocVariable | 43 | ![]() | |
MissingJavadocMethod | 6 | ![]() | |
misc | FinalParameters | 1 | ![]() |
NewlineAtEndOfFile | 9 | ![]() | |
sizes | LineLength
|
2 | ![]() |
whitespace | WhitespaceAfter | 20 | ![]() |
WhitespaceAround | 2 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
coding | HiddenField | 'start' hides a field. | 101 |
![]() |
coding | HiddenField | 'start' hides a field. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
coding | HiddenField | 'defaultBundle' hides a field. | 81 |
![]() |
misc | FinalParameters | Parameter locale should be final. | 132 |
![]() |
blocks | LeftCurly | '{' at column 30 should have line break after. | 183 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 183 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 183 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 183 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
sizes | LineLength | Line is longer than 150 characters (found 159). | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
coding | MagicNumber | '5' is a magic number. | 78 |
![]() |
coding | MagicNumber | '3' is a magic number. | 87 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
![]() |
design | VisibilityModifier | Variable 'created' must be private and have accessor methods. | 125 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
![]() |
design | VisibilityModifier | Variable 'modified' must be private and have accessor methods. | 131 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 137 |
![]() |
coding | MagicNumber | '256' is a magic number. | 142 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 149 |
![]() |
coding | MagicNumber | '256' is a magic number. | 154 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 213 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 213 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
sizes | LineLength | Line is longer than 150 characters (found 151). | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'metadata' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | VisibilityModifier | Variable 'spec' must be private and have accessor methods. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 |
![]() |
design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 93 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
coding | MagicNumber | '100' is a magic number. | 36 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
coding | MagicNumber | '100' is a magic number. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
coding | MagicNumber | '100' is a magic number. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
coding | MagicNumber | '100' is a magic number. | 87 |