The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| coding | HiddenField | 5 | |
| design | DesignForExtension | 21 | |
| VisibilityModifier | 6 | ||
| imports | UnusedImports | 1 | |
| javadoc | JavadocMethod | 9 | |
| JavadocPackage | 1 | ||
| JavadocStyle | 6 | ||
| JavadocType | 1 | ||
| JavadocVariable | 15 | ||
| misc | FinalParameters | 18 | |
| NewlineAtEndOfFile | 1 | ||
| sizes | LineLength | 12 | |
| whitespace | ParenPad | 16 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| design | DesignForExtension | Method 'propertyField' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| misc | FinalParameters | Parameter field should be final. | 43 | |
| misc | FinalParameters | Parameter clazz should be final. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'clazz'. | 43 | |
| misc | FinalParameters | Parameter propertyName should be final. | 44 | |
| misc | FinalParameters | Parameter propertyNode should be final. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'propertyNode'. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| design | DesignForExtension | Method 'propertyGetter' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| misc | FinalParameters | Parameter getter should be final. | 59 | |
| misc | FinalParameters | Parameter propertyName should be final. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| design | DesignForExtension | Method 'propertySetter' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| misc | FinalParameters | Parameter setter should be final. | 73 | |
| misc | FinalParameters | Parameter propertyName should be final. | 73 | |
| design | DesignForExtension | Method 'anyGetter' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| misc | FinalParameters | Parameter getter should be final. | 86 | |
| design | DesignForExtension | Method 'anySetter' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| misc | FinalParameters | Parameter setter should be final. | 99 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.jsonschema2pojo.NoopAnnotator. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | DesignForExtension | Method 'setSourceDirectory' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter sourceDirectory should be final. | 44 | |
| coding | HiddenField | 'sourceDirectory' hides a field. | 44 | |
| design | DesignForExtension | Method 'setSourcePaths' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter sourcePaths should be final. | 48 | |
| coding | HiddenField | 'sourcePaths' hides a field. | 48 | |
| design | DesignForExtension | Method 'setTargetPackage' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter targetPackage should be final. | 52 | |
| coding | HiddenField | 'targetPackage' hides a field. | 52 | |
| design | DesignForExtension | Method 'setTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter targetDirectory should be final. | 56 | |
| coding | HiddenField | 'targetDirectory' hides a field. | 56 | |
| design | DesignForExtension | Method 'getTargetPackage' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| design | DesignForExtension | Method 'getTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 73 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| design | DesignForExtension | Method 'isGenerateBuilders' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| design | DesignForExtension | Method 'isUseLongIntegers' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| design | DesignForExtension | Method 'isRemoveOldOutput' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| design | DesignForExtension | Method 'isUseJodaDates' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'isIncludeJsr303Annotations' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| design | DesignForExtension | Method 'isUseCommonsLang3' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| design | DesignForExtension | Method 'getCustomAnnotator' is not designed for extension - needs to be abstract, final or empty. | 119 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 55 | |
| misc | FinalParameters | Parameter args should be final. | 59 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 66 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 69 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter config should be final. | 84 | |
| coding | HiddenField | 'config' hides a field. | 84 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter pojoFile should be final. | 100 | |
| misc | FinalParameters | Parameter pojoHive should be final. | 100 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 107 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'project' must be private and have accessor methods. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 56 | |
| design | VisibilityModifier | Variable 'basedir' must be private and have accessor methods. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 59 | |
| design | VisibilityModifier | Variable 'sourceDirectory' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 62 | |
| design | VisibilityModifier | Variable 'sourcePaths' must be private and have accessor methods. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'targetDirectory' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'targetPackage' must be private and have accessor methods. | 69 | |
| design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 104 |