The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 4 | |
| coding | HiddenField | 9 | |
| SimplifyBooleanExpression | 2 | ||
| design | DesignForExtension | 20 | |
| VisibilityModifier | 2 | ||
| imports | UnusedImports | 6 | |
| javadoc | JavadocMethod | 10 | |
| JavadocPackage | 2 | ||
| JavadocStyle | 12 | ||
| JavadocType | 2 | ||
| JavadocVariable | 6 | ||
| misc | FinalParameters | 14 | |
| modifier | ModifierOrder | 4 | |
| regexp | RegexpSingleline
|
24 | |
| sizes | LineLength | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 | |
| imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 26 | |
| imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter config should be final. | 48 | |
| coding | HiddenField | 'config' hides a field. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter args should be final. | 52 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 53 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| misc | FinalParameters | Parameter source should be final. | 73 | |
| coding | HiddenField | 'source' hides a field. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 77 | |
| design | DesignForExtension | Method 'withSource' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter source should be final. | 77 | |
| coding | HiddenField | 'source' hides a field. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| misc | FinalParameters | Parameter destination should be final. | 104 | |
| coding | HiddenField | 'destination' hides a field. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 108 | |
| design | DesignForExtension | Method 'withDestination' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter destination should be final. | 108 | |
| coding | HiddenField | 'destination' hides a field. | 108 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 120 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| misc | FinalParameters | Parameter other should be final. | 124 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 | |
| imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 26 | |
| imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter reindex should be final. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter args should be final. | 52 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 53 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| misc | FinalParameters | Parameter source should be final. | 73 | |
| coding | HiddenField | 'source' hides a field. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 77 | |
| design | DesignForExtension | Method 'withSource' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter source should be final. | 77 | |
| coding | HiddenField | 'source' hides a field. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| misc | FinalParameters | Parameter destination should be final. | 104 | |
| coding | HiddenField | 'destination' hides a field. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 108 | |
| design | DesignForExtension | Method 'withDestination' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter destination should be final. | 108 | |
| coding | HiddenField | 'destination' hides a field. | 108 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 120 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| misc | FinalParameters | Parameter other should be final. | 124 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 132 |