The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| blocks | LeftCurly | 1 | |
| coding | HiddenField | 17 | |
| MagicNumber | 3 | ||
| SimplifyBooleanExpression | 1 | ||
| design | DesignForExtension | 39 | |
| VisibilityModifier | 3 | ||
| imports | UnusedImports | 2 | |
| javadoc | JavadocMethod | 17 | |
| JavadocPackage | 2 | ||
| JavadocStyle | 16 | ||
| JavadocType | 1 | ||
| JavadocVariable | 20 | ||
| misc | FinalParameters | 29 | |
| regexp | RegexpSingleline
  | 
12 | |
| sizes | LineLength | 19 | |
| whitespace | ParenPad | 3 | |
| WhitespaceAfter | 3 | 
| 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. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getBrokerlist' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setBrokerlist' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| misc | FinalParameters | Parameter brokerlist should be final. | 81 | |
| coding | HiddenField | 'brokerlist' hides a field. | 81 | |
| design | DesignForExtension | Method 'withBrokerlist' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter brokerlist should be final. | 85 | |
| coding | HiddenField | 'brokerlist' hides a field. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| design | DesignForExtension | Method 'getZkconnect' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| design | DesignForExtension | Method 'setZkconnect' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| misc | FinalParameters | Parameter zkconnect should be final. | 110 | |
| coding | HiddenField | 'zkconnect' hides a field. | 110 | |
| design | DesignForExtension | Method 'withZkconnect' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| misc | FinalParameters | Parameter zkconnect should be final. | 114 | |
| coding | HiddenField | 'zkconnect' hides a field. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| design | DesignForExtension | Method 'getTopic' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| design | DesignForExtension | Method 'setTopic' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| misc | FinalParameters | Parameter topic should be final. | 139 | |
| coding | HiddenField | 'topic' hides a field. | 139 | |
| design | DesignForExtension | Method 'withTopic' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| misc | FinalParameters | Parameter topic should be final. | 143 | |
| coding | HiddenField | 'topic' hides a field. | 143 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| design | DesignForExtension | Method 'getGroupId' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| design | DesignForExtension | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| misc | FinalParameters | Parameter groupId should be final. | 168 | |
| coding | HiddenField | 'groupId' hides a field. | 168 | |
| design | DesignForExtension | Method 'withGroupId' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| misc | FinalParameters | Parameter groupId should be final. | 172 | |
| coding | HiddenField | 'groupId' hides a field. | 172 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| misc | FinalParameters | Parameter name should be final. | 190 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 194 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| misc | FinalParameters | Parameter name should be final. | 194 | |
| misc | FinalParameters | Parameter value should be final. | 194 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 201 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| misc | FinalParameters | Parameter other should be final. | 205 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 223). | 213 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'inStreams' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 74 | |
| misc | FinalParameters | Parameter persistQueue should be final. | 81 | |
| coding | HiddenField | 'persistQueue' hides a field. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'persistQueue'. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 82 | |
| design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter config should be final. | 86 | |
| coding | HiddenField | 'config' hides a field. | 86 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 108 | |
| design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter bigInteger should be final. | 127 | |
| design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| misc | FinalParameters | Parameter dateTime should be final. | 132 | |
| misc | FinalParameters | Parameter dateTime2 should be final. | 132 | |
| design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| misc | FinalParameters | Parameter zookeeper should be final. | 141 | |
| misc | FinalParameters | Parameter groupId should be final. | 141 | |
| misc | FinalParameters | Parameter configurationObject should be final. | 152 | |
| design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 159 | |
| coding | MagicNumber | '5' is a magic number. | 161 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter reader should be final. | 41 | |
| coding | HiddenField | 'reader' hides a field. | 41 | |
| misc | FinalParameters | Parameter stream should be final. | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | |
| coding | HiddenField | 'stream' hides a field. | 41 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| coding | MagicNumber | '100' is a magic number. | 57 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 61 | |
| misc | FinalParameters | Parameter persistQueue should be final. | 68 | |
| coding | HiddenField | 'persistQueue' hides a field. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'persistQueue'. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 69 | |
| design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter config should be final. | 73 | |
| coding | HiddenField | 'config' hides a field. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 85 | |
| coding | HiddenField | 'config' hides a field. | 88 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| design | DesignForExtension | Method 'setPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter persistQueue should be final. | 99 | |
| coding | HiddenField | 'persistQueue' hides a field. | 99 | |
| design | DesignForExtension | Method 'getPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| misc | FinalParameters | Parameter entry should be final. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 121 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| misc | FinalParameters | Parameter configurationObject should be final. | 136 | |
| design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 140 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter writer should be final. | 38 | |
| coding | HiddenField | 'writer' hides a field. | 38 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| coding | MagicNumber | '100' is a magic number. | 55 |