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 | 1 | ||
| SimplifyBooleanExpression | 2 | ||
| design | DesignForExtension | 44 | |
| VisibilityModifier | 4 | ||
| imports | UnusedImports | 3 | |
| javadoc | JavadocMethod | 16 | |
| JavadocPackage | 2 | ||
| JavadocStyle | 1 | ||
| JavadocType | 3 | ||
| JavadocVariable | 22 | ||
| misc | FinalParameters | 42 | |
| NewlineAtEndOfFile | 1 | ||
| naming | ConstantName | 1 | |
| MethodName | 2 | ||
| regexp | RegexpSingleline
|
12 | |
| sizes | LineLength | 25 | |
| whitespace | ParenPad | 5 | |
| WhitespaceAfter | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| misc | FinalParameters | Parameter id should be final. | 75 | |
| coding | HiddenField | 'id' hides a field. | 75 | |
| design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter id should be final. | 79 | |
| coding | HiddenField | 'id' hides a field. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'getHash' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'setHash' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| misc | FinalParameters | Parameter hash should be final. | 102 | |
| coding | HiddenField | 'hash' hides a field. | 102 | |
| design | DesignForExtension | Method 'withHash' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter hash should be final. | 106 | |
| coding | HiddenField | 'hash' hides a field. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| design | DesignForExtension | Method 'getHashType' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| design | DesignForExtension | Method 'setHashType' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| misc | FinalParameters | Parameter hashType should be final. | 129 | |
| coding | HiddenField | 'hashType' hides a field. | 129 | |
| design | DesignForExtension | Method 'withHashType' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| misc | FinalParameters | Parameter hashType should be final. | 133 | |
| coding | HiddenField | 'hashType' hides a field. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| misc | FinalParameters | Parameter count should be final. | 156 | |
| coding | HiddenField | 'count' hides a field. | 156 | |
| design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter count should be final. | 160 | |
| coding | HiddenField | 'count' hides a field. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| design | DesignForExtension | Method 'getDeliveredAt' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| design | DesignForExtension | Method 'setDeliveredAt' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| misc | FinalParameters | Parameter deliveredAt should be final. | 183 | |
| coding | HiddenField | 'deliveredAt' hides a field. | 183 | |
| design | DesignForExtension | Method 'withDeliveredAt' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| misc | FinalParameters | Parameter deliveredAt should be final. | 187 | |
| coding | HiddenField | 'deliveredAt' hides a field. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| design | DesignForExtension | Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| misc | FinalParameters | Parameter data should be final. | 210 | |
| coding | HiddenField | 'data' hides a field. | 210 | |
| design | DesignForExtension | Method 'withData' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| misc | FinalParameters | Parameter data should be final. | 214 | |
| coding | HiddenField | 'data' hides a field. | 214 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| misc | FinalParameters | Parameter name should be final. | 232 | |
| misc | FinalParameters | Parameter value should be final. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 236 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| misc | FinalParameters | Parameter name should be final. | 236 | |
| misc | FinalParameters | Parameter value should be final. | 236 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 243 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| misc | FinalParameters | Parameter other should be final. | 247 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 259). | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| design | DesignForExtension | Method 'json' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| misc | FinalParameters | Parameter headers should be final. | 92 | |
| misc | FinalParameters | Parameter body should be final. | 93 | |
| design | DesignForExtension | Method 'json_new_line' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| naming | MethodName | Name 'json_new_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| misc | FinalParameters | Parameter headers should be final. | 134 | |
| misc | FinalParameters | Parameter body should be final. | 135 | |
| design | DesignForExtension | Method 'json_meta' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| naming | MethodName | Name 'json_meta' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
| misc | FinalParameters | Parameter headers should be final. | 190 | |
| misc | FinalParameters | Parameter body should be final. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 208 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 210 | |
| design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| misc | FinalParameters | Parameter sequence should be final. | 256 | |
| design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| misc | FinalParameters | Parameter start should be final. | 261 | |
| misc | FinalParameters | Parameter end should be final. | 261 | |
| design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| misc | FinalParameters | Parameter configurationObject should be final. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfiguration. | 22 | |
| imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.ObjectMapper. | 29 | |
| imports | UnusedImports | Unused import - java.util.Map. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 44 | |
| design | DesignForExtension | Method 'newPerpetualStream' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 49 | |
| misc | FinalParameters | Parameter streamId should be final. | 49 | |
| misc | FinalParameters | Parameter provider should be final. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 85). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'builder' must be private and have accessor methods. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| misc | FinalParameters | Parameter bootstrap should be final. | 79 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 95 | |
| misc | FinalParameters | Parameter streamsDropwizardConfiguration should be final. | 95 | |
| misc | FinalParameters | Parameter environment should be final. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 99 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 100 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 114 | |
| coding | MagicNumber | '10000' is a magic number. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 132 | |
| design | DesignForExtension | Method 'setup' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| misc | FinalParameters | Parameter streamsConfiguration should be final. | 132 | |
| coding | HiddenField | 'streamsConfiguration' hides a field. | 132 | |
| misc | FinalParameters | Parameter resourceProviders should be final. | 132 | |
| coding | HiddenField | 'resourceProviders' hides a field. | 132 | |
| coding | HiddenField | 'builder' hides a field. | 134 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 137 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| misc | FinalParameters | Parameter builder should be final. | 152 | |
| coding | HiddenField | 'builder' hides a field. | 152 | |
| misc | FinalParameters | Parameter streamsConfiguration should be final. | 152 | |
| coding | HiddenField | 'streamsConfiguration' hides a field. | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| misc | FinalParameters | Parameter args should be final. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 17 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 24 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter name should be final. | 39 | |
| misc | FinalParameters | Parameter value should be final. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 43 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter name should be final. | 43 | |
| misc | FinalParameters | Parameter value should be final. | 43 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| misc | FinalParameters | Parameter other should be final. | 54 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| design | DesignForExtension | Method 'providesStreamsConfiguration' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |