The following document contains the results of Checkstyle 6.18 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 5 | |
| RightCurly | 7 | ||
| coding | EmptyStatement | 1 | |
| HiddenField | 4 | ||
| design | DesignForExtension | 5 | |
| HideUtilityClassConstructor | 1 | ||
| VisibilityModifier | 3 | ||
| javadoc | JavadocMethod | 15 | |
| JavadocPackage | 1 | ||
| JavadocType | 3 | ||
| JavadocVariable | 16 | ||
| misc | ArrayTypeStyle | 2 | |
| FinalParameters | 10 | ||
| naming | ConstantName | 8 | |
| regexp | RegexpSingleline
|
36 | |
| sizes | LineLength | 17 | |
| whitespace | FileTabCharacter | 4 | |
| WhitespaceAfter | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 17 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 19 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter accountMgmt should be final. | 29 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 32 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter accountMgmt should be final. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter args should be final. | 52 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 71 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 71 | |
| blocks | RightCurly | '}' at column 49 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 72 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 74 | |
| blocks | LeftCurly | '{' at column 22 should have line break after. | 74 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | DesignForExtension | Method 'setAccountDAO' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| misc | FinalParameters | Parameter accountDAO should be final. | 17 | |
| coding | HiddenField | 'accountDAO' hides a field. | 17 | |
| coding | EmptyStatement | Empty statement. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | DesignForExtension | Method 'getAccounts' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| misc | FinalParameters | Parameter index should be final. | 21 | |
| misc | FinalParameters | Parameter count should be final. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 14 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 14 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 16 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| naming | ConstantName | Name 'jdbcDriver' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| naming | ConstantName | Name 'jdbcURL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| naming | ConstantName | Name 'jdbcUser' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| naming | ConstantName | Name 'jdbcPassword' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| naming | ConstantName | Name 'inputFile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter args should be final. | 74 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 89 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 91 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 92 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 16 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'is' must be private and have accessor methods. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'accountDAO' must be private and have accessor methods. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| design | DesignForExtension | Method 'setInputStream' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| misc | FinalParameters | Parameter is should be final. | 21 | |
| coding | HiddenField | 'is' hides a field. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | DesignForExtension | Method 'setAccountDAO' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter accountDAO should be final. | 25 | |
| coding | HiddenField | 'accountDAO' hides a field. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| design | DesignForExtension | Method 'ingest' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Expected @throws tag for 'JAXBException'. | 40 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLStreamException'. | 40 | |
| coding | HiddenField | 'parser' hides a field. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 59 | |
| misc | FinalParameters | Parameter accountDTO should be final. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'accountDTO'. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 |