The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
| Category | Rule | Violations | Severity |
|---|---|---|---|
| javadoc | JavadocVariable | 3 | |
| misc | NewlineAtEndOfFile | 2 | |
| sizes | LineLength | 3 | |
| whitespace | FileTabCharacter | 2 | |
| WhitespaceAfter | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 72 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. |