The following document contains the results of Checkstyle 9.3 with kaiserpfalz/checkstyle.xml ruleset.
| Files | |||
|---|---|---|---|
| 14 | 0 | 0 | 85 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField | 2 | |
| MagicNumber | 6 | ||
| design | VisibilityModifier | 13 | |
| imports | AvoidStarImport | 2 | |
| javadoc | JavadocPackage | 4 | |
| JavadocStyle | 7 | ||
| JavadocVariable | 26 | ||
| MissingJavadocMethod | 16 | ||
| misc | NewlineAtEndOfFile | 1 | |
| modifier | RedundantModifier | 3 | |
| sizes | LineLength
|
3 | |
| whitespace | NoWhitespaceBefore | 1 | |
| WhitespaceAround | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 150 characters (found 162). | 48 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 50 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 150 characters (found 162). | 57 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 59 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 150 characters (found 163). | 46 | |
| coding | HiddenField | 'apiKey' hides a field. | 46 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 52 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 | |
| whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 82 | |
| coding | MagicNumber | '10' is a magic number. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | HiddenField | 'code' hides a field. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | MagicNumber | '401' is a magic number. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | MagicNumber | '400' is a magic number. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | MagicNumber | '402' is a magic number. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | MagicNumber | '429' is a magic number. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | MagicNumber | '405' is a magic number. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - lombok.*. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'ean' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'categoryId' must be private and have accessor methods. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'categoryName' must be private and have accessor methods. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'issuingCountry' must be private and have accessor methods. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - lombok.*. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'ean' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'categoryId' must be private and have accessor methods. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'categoryName' must be private and have accessor methods. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'issuingCountry' must be private and have accessor methods. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'product' must be private and have accessor methods. | 42 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'ean' must be private and have accessor methods. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'valid' must be private and have accessor methods. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | Extra HTML tag found: </a>.</p> | 24 |