 
    
  
                
                    
    
        The following document contains the results of Checkstyle 6.18 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| coding | HiddenField | 12 |  Error | 
| design | DesignForExtension | 4 |  Error | 
| FinalClass | 4 |  Error | |
| VisibilityModifier | 1 |  Error | |
| javadoc | JavadocMethod | 50 |  Error | 
| JavadocStyle | 11 |  Error | |
| JavadocType | 5 |  Error | |
| JavadocVariable | 14 |  Error | |
| misc | FinalParameters | 4 |  Error | 
| NewlineAtEndOfFile | 2 |  Error | |
| whitespace | FileTabCharacter | 5 |  Error | 
| WhitespaceAfter | 7 |  Error | |
| WhitespaceAround | 2 |  Error | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 | 
|  Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 | 
|  Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | 
|  Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | 
|  Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | 
|  Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | 
|  Error | misc | FinalParameters | Parameter key should be final. | 18 | 
|  Error | coding | HiddenField | 'key' hides a field. | 18 | 
|  Error | misc | FinalParameters | Parameter value should be final. | 18 | 
|  Error | coding | HiddenField | 'value' hides a field. | 18 | 
|  Error | misc | FinalParameters | Parameter filename should be final. | 18 | 
|  Error | coding | HiddenField | 'filename' hides a field. | 18 | 
|  Error | misc | FinalParameters | Parameter linenumber should be final. | 19 | 
|  Error | coding | HiddenField | 'linenumber' hides a field. | 19 | 
|  Error | design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 29 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | 
|  Error | design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 33 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | 
|  Error | design | DesignForExtension | Method 'getFilename' is not designed for extension - needs to be abstract, final or empty. | 37 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | 
|  Error | design | DesignForExtension | Method 'getLinenumber' is not designed for extension - needs to be abstract, final or empty. | 41 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | 
|  Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | 
|  Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | 
|  Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | 
|  Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | 
|  Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | 
|  Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 48 | 
|  Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 74 | 
|  Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 | 
|  Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 96 | 
|  Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 107 | 
|  Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 131 | 
|  Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 192 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 65 | 
|  Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 76 | 
|  Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 81 | 
|  Error | javadoc | JavadocStyle | First sentence should end with a period. | 83 | 
|  Error | javadoc | JavadocStyle | First sentence should end with a period. | 88 | 
|  Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 | 
|  Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 | 
|  Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 114 | 
|  Error | javadoc | JavadocStyle | First sentence should end with a period. | 116 | 
|  Error | javadoc | JavadocStyle | First sentence should end with a period. | 121 | 
|  Error | javadoc | JavadocStyle | First sentence should end with a period. | 126 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | 
|  Error | javadoc | JavadocMethod | Expected an @return tag. | 370 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 375 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 380 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 385 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | 
|  Error | coding | HiddenField | 'definedPropertiesAreUsed' hides a field. | 394 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 402 | 
|  Error | coding | HiddenField | 'usedPropertiesAreDefined' hides a field. | 402 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 406 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 410 | 
|  Error | coding | HiddenField | 'definitionsOnlyOnce' hides a field. | 410 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 419 | 
|  Error | coding | HiddenField | 'replaceInTemplateWithPropertyName' hides a field. | 419 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 423 | 
|  Error | coding | HiddenField | 'definitions' hides a field. | 433 | 
|  Error | javadoc | JavadocMethod | Expected @param tag for 'definitions'. | 433 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 437 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 442 | 
|  Error | coding | HiddenField | 'templates' hides a field. | 442 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 446 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 451 | 
|  Error | coding | HiddenField | 'usages' hides a field. | 451 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | 
|  Error | coding | HiddenField | 'log' hides a field. | 26 | 
|  Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | 
|  Error | javadoc | JavadocMethod | Expected @param tag for 'charset'. | 42 | 
|  Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 43 | 
|  Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | 
|  Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | 
|  Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | 
|  Error | javadoc | JavadocMethod | Expected @param tag for 'charset'. | 73 | 
|  Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 74 | 
|  Error | javadoc | JavadocType | Missing a Javadoc comment. | 100 | 
|  Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | 
|  Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | 
|  Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | design | FinalClass | Class Definitions should be declared as final. | 7 | 
|  Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | 
|  Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 | 
|  Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | design | FinalClass | Class FileSpecs should be declared as final. | 19 | 
|  Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | 
|  Error | javadoc | JavadocMethod | Expected @param tag for 'basedir'. | 42 | 
|  Error | javadoc | JavadocMethod | Expected @param tag for 'log'. | 43 | 
|  Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 46 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | design | FinalClass | Class Templates should be declared as final. | 7 | 
|  Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | 
|  Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 | 
|  Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | design | FinalClass | Class Usages should be declared as final. | 7 | 
|  Error | javadoc | JavadocType | Missing a Javadoc comment. | 7 | 
|  Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | 
|  Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 | 
|  Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | misc | NewlineAtEndOfFile | File does not end with a newline. |