The following document contains the results of Checkstyle 6.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 1 | |
| coding | AvoidInlineConditionals | 2 | |
| design | HideUtilityClassConstructor | 1 | |
| javadoc | JavadocMethod | 15 | |
| JavadocPackage | 1 | ||
| JavadocType | 4 | ||
| JavadocVariable | 3 | ||
| misc | FinalParameters | 7 | |
| modifier | RedundantModifier | 7 | |
| regexp | RegexpSingleline
|
11 | |
| whitespace | WhitespaceAfter | 1 | |
| WhitespaceAround | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 16 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 16 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 22 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter name should be final. | 25 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 26 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter name should be final. | 30 | |
| misc | FinalParameters | Parameter typeFactory should be final. | 30 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 4 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 3 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 4 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 5 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 5 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 5 | |
| misc | FinalParameters | Parameter message should be final. | 6 | |
| blocks | LeftCurly | '{' should have line break after. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 | |
| misc | FinalParameters | Parameter message should be final. | 7 | |
| misc | FinalParameters | Parameter th should be final. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| misc | FinalParameters | Parameter th should be final. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 |