The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 4 | |
| coding | AvoidInlineConditionals | 2 | |
| HiddenField | 33 | ||
| MagicNumber | 7 | ||
| SimplifyBooleanExpression | 4 | ||
| design | DesignForExtension | 113 | |
| VisibilityModifier | 21 | ||
| imports | UnusedImports | 4 | |
| javadoc | JavadocMethod | 83 | |
| JavadocPackage | 4 | ||
| JavadocStyle | 39 | ||
| JavadocType | 7 | ||
| JavadocVariable | 46 | ||
| misc | FinalParameters | 98 | |
| TodoComment | 4 | ||
| modifier | RedundantModifier | 4 | |
| regexp | RegexpSingleline
|
44 | |
| sizes | LineLength | 75 | |
| whitespace | ParenPad | 39 | |
| WhitespaceAfter | 3 | ||
| WhitespaceAround | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| coding | MagicNumber | '80L' is a magic number. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| design | DesignForExtension | Method 'getProtocol' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'setProtocol' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| misc | FinalParameters | Parameter protocol should be final. | 126 | |
| coding | HiddenField | 'protocol' hides a field. | 126 | |
| design | DesignForExtension | Method 'withProtocol' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| misc | FinalParameters | Parameter protocol should be final. | 130 | |
| coding | HiddenField | 'protocol' hides a field. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| design | DesignForExtension | Method 'getHostname' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| design | DesignForExtension | Method 'setHostname' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| misc | FinalParameters | Parameter hostname should be final. | 157 | |
| coding | HiddenField | 'hostname' hides a field. | 157 | |
| design | DesignForExtension | Method 'withHostname' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| misc | FinalParameters | Parameter hostname should be final. | 161 | |
| coding | HiddenField | 'hostname' hides a field. | 161 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| design | DesignForExtension | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| design | DesignForExtension | Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| misc | FinalParameters | Parameter port should be final. | 186 | |
| coding | HiddenField | 'port' hides a field. | 186 | |
| design | DesignForExtension | Method 'withPort' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter port should be final. | 190 | |
| coding | HiddenField | 'port' hides a field. | 190 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| design | DesignForExtension | Method 'getResourcePath' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| design | DesignForExtension | Method 'setResourcePath' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| misc | FinalParameters | Parameter resourcePath should be final. | 217 | |
| coding | HiddenField | 'resourcePath' hides a field. | 217 | |
| design | DesignForExtension | Method 'withResourcePath' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| misc | FinalParameters | Parameter resourcePath should be final. | 221 | |
| coding | HiddenField | 'resourcePath' hides a field. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| design | DesignForExtension | Method 'getRequestMethod' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| design | DesignForExtension | Method 'setRequestMethod' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 244 | |
| misc | FinalParameters | Parameter requestMethod should be final. | 244 | |
| coding | HiddenField | 'requestMethod' hides a field. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 248 | |
| design | DesignForExtension | Method 'withRequestMethod' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| misc | FinalParameters | Parameter requestMethod should be final. | 248 | |
| coding | HiddenField | 'requestMethod' hides a field. | 248 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| design | DesignForExtension | Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| design | DesignForExtension | Method 'setContentType' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| misc | FinalParameters | Parameter contentType should be final. | 275 | |
| coding | HiddenField | 'contentType' hides a field. | 275 | |
| design | DesignForExtension | Method 'withContentType' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| misc | FinalParameters | Parameter contentType should be final. | 279 | |
| coding | HiddenField | 'contentType' hides a field. | 279 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| design | DesignForExtension | Method 'getAccessToken' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| design | DesignForExtension | Method 'setAccessToken' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| misc | FinalParameters | Parameter accessToken should be final. | 304 | |
| coding | HiddenField | 'accessToken' hides a field. | 304 | |
| design | DesignForExtension | Method 'withAccessToken' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| misc | FinalParameters | Parameter accessToken should be final. | 308 | |
| coding | HiddenField | 'accessToken' hides a field. | 308 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| design | DesignForExtension | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| misc | FinalParameters | Parameter username should be final. | 333 | |
| coding | HiddenField | 'username' hides a field. | 333 | |
| design | DesignForExtension | Method 'withUsername' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| misc | FinalParameters | Parameter username should be final. | 337 | |
| coding | HiddenField | 'username' hides a field. | 337 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| design | DesignForExtension | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 348 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| design | DesignForExtension | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| misc | FinalParameters | Parameter password should be final. | 362 | |
| coding | HiddenField | 'password' hides a field. | 362 | |
| design | DesignForExtension | Method 'withPassword' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 366 | |
| misc | FinalParameters | Parameter password should be final. | 366 | |
| coding | HiddenField | 'password' hides a field. | 366 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 376 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 376 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| misc | FinalParameters | Parameter name should be final. | 384 | |
| misc | FinalParameters | Parameter value should be final. | 384 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| misc | FinalParameters | Parameter name should be final. | 388 | |
| misc | FinalParameters | Parameter value should be final. | 388 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 395 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 398 | |
| misc | FinalParameters | Parameter other should be final. | 399 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 402). | 407 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 410 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 411 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 413 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 414 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 416 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 416 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 424 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 424 | |
| misc | FinalParameters | Parameter value should be final. | 424 | |
| coding | HiddenField | 'value' hides a field. | 424 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 434 | |
| misc | FinalParameters | Parameter value should be final. | 435 |
| 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. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'getResourcePostfixPattern' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setResourcePostfixPattern' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter resourcePostfixPattern should be final. | 59 | |
| coding | HiddenField | 'resourcePostfixPattern' hides a field. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 63 | |
| design | DesignForExtension | Method 'withResourcePostfixPattern' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter resourcePostfixPattern should be final. | 63 | |
| coding | HiddenField | 'resourcePostfixPattern' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 85 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'setEntity' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| misc | FinalParameters | Parameter entity should be final. | 86 | |
| coding | HiddenField | 'entity' hides a field. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 90 | |
| design | DesignForExtension | Method 'withEntity' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter entity should be final. | 90 | |
| coding | HiddenField | 'entity' hides a field. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'getExtension' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| design | DesignForExtension | Method 'setExtension' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| misc | FinalParameters | Parameter extension should be final. | 117 | |
| coding | HiddenField | 'extension' hides a field. | 117 | |
| design | DesignForExtension | Method 'withExtension' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| misc | FinalParameters | Parameter extension should be final. | 121 | |
| coding | HiddenField | 'extension' hides a field. | 121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| design | DesignForExtension | Method 'getUrlField' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| design | DesignForExtension | Method 'setUrlField' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| misc | FinalParameters | Parameter urlField should be final. | 148 | |
| coding | HiddenField | 'urlField' hides a field. | 148 | |
| design | DesignForExtension | Method 'withUrlField' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| misc | FinalParameters | Parameter urlField should be final. | 152 | |
| coding | HiddenField | 'urlField' hides a field. | 152 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter name should be final. | 170 | |
| misc | FinalParameters | Parameter value should be final. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 174 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| misc | FinalParameters | Parameter name should be final. | 174 | |
| misc | FinalParameters | Parameter value should be final. | 174 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 181 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| misc | FinalParameters | Parameter other should be final. | 185 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 193 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 196 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 197 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 201 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 204 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 212 | |
| misc | FinalParameters | Parameter value should be final. | 212 | |
| coding | HiddenField | 'value' hides a field. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 223 | |
| misc | FinalParameters | Parameter value should be final. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getResource' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setResource' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter resource should be final. | 63 | |
| coding | HiddenField | 'resource' hides a field. | 63 | |
| design | DesignForExtension | Method 'withResource' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter resource should be final. | 67 | |
| coding | HiddenField | 'resource' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getResourcePostfix' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setResourcePostfix' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter resourcePostfix should be final. | 90 | |
| coding | HiddenField | 'resourcePostfix' hides a field. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 94 | |
| design | DesignForExtension | Method 'withResourcePostfix' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter resourcePostfix should be final. | 94 | |
| coding | HiddenField | 'resourcePostfix' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 116 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| 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 'uriBuilder' must be private and have accessor methods. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'authHeader' must be private and have accessor methods. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter configuration should be final. | 73 | |
| coding | HiddenField | 'configuration' hides a field. | 73 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| misc | FinalParameters | Parameter entry should be final. | 83 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 88 | |
| javadoc | JavadocMethod | Expected an @return tag. | 112 | |
| design | DesignForExtension | Method 'prepareURI' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| misc | FinalParameters | Parameter params should be final. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'params'. | 112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 | |
| javadoc | JavadocMethod | Expected an @return tag. | 128 | |
| design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter entry should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'entry'. | 128 | |
| javadoc | JavadocMethod | Expected an @return tag. | 135 | |
| design | DesignForExtension | Method 'preparePayload' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| misc | FinalParameters | Parameter entry should be final. | 135 | |
| javadoc | JavadocMethod | Expected @param tag for 'entry'. | 135 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 135 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 137 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 137 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 138 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 138 | |
| javadoc | JavadocMethod | Expected an @return tag. | 151 | |
| design | DesignForExtension | Method 'prepareHttpPost' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| misc | FinalParameters | Parameter uri should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 151 | |
| misc | FinalParameters | Parameter payload should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'payload'. | 151 | |
| design | DesignForExtension | Method 'executePost' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| misc | FinalParameters | Parameter httpPost should be final. | 167 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 185 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| misc | FinalParameters | Parameter configurationObject should be final. | 199 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 213 | |
| design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'uriBuilder' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'authHeader' must be private and have accessor methods. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 84 | |
| misc | FinalParameters | Parameter processorConfiguration should be final. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'processorConfiguration'. | 84 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 96 | |
| javadoc | JavadocMethod | Expected an @return tag. | 98 | |
| design | DesignForExtension | Method 'prepareExtensionFragment' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| misc | FinalParameters | Parameter entityString should be final. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'entityString'. | 98 | |
| javadoc | JavadocMethod | Expected an @return tag. | 111 | |
| design | DesignForExtension | Method 'getRootDocument' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| misc | FinalParameters | Parameter datum should be final. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'datum'. | 111 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 115 | |
| javadoc | JavadocMethod | Expected an @return tag. | 128 | |
| design | DesignForExtension | Method 'getEntityToExtend' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter rootDocument should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 130 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 133 | |
| javadoc | JavadocMethod | Expected an @return tag. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 140 | |
| design | DesignForExtension | Method 'setEntityToExtend' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| misc | FinalParameters | Parameter rootDocument should be final. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 140 | |
| misc | FinalParameters | Parameter activityObject should be final. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'activityObject'. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 142 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 145 | |
| design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| misc | FinalParameters | Parameter entry should be final. | 153 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 171 | |
| coding | MagicNumber | '200' is a magic number. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 176 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 188 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 188 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 198 | |
| javadoc | JavadocMethod | Expected an @return tag. | 213 | |
| design | DesignForExtension | Method 'prepareURI' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| misc | FinalParameters | Parameter params should be final. | 213 | |
| javadoc | JavadocMethod | Expected @param tag for 'params'. | 213 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 216 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 | |
| javadoc | JavadocMethod | Expected an @return tag. | 230 | |
| design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| misc | FinalParameters | Parameter entry should be final. | 230 | |
| javadoc | JavadocMethod | Expected @param tag for 'entry'. | 230 | |
| javadoc | JavadocMethod | Expected an @return tag. | 237 | |
| design | DesignForExtension | Method 'preparePayload' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| misc | FinalParameters | Parameter entry should be final. | 237 | |
| javadoc | JavadocMethod | Expected @param tag for 'entry'. | 237 | |
| design | DesignForExtension | Method 'prepareHttpGet' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| misc | FinalParameters | Parameter uri should be final. | 246 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| misc | FinalParameters | Parameter configurationObject should be final. | 256 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 271 | |
| design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'uriBuilder' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'authHeader' must be private and have accessor methods. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 84 | |
| misc | FinalParameters | Parameter processorConfiguration should be final. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'processorConfiguration'. | 84 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 96 | |
| javadoc | JavadocMethod | Expected an @return tag. | 98 | |
| design | DesignForExtension | Method 'prepareExtensionFragment' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| misc | FinalParameters | Parameter entityString should be final. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'entityString'. | 98 | |
| javadoc | JavadocMethod | Expected an @return tag. | 111 | |
| design | DesignForExtension | Method 'getRootDocument' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| misc | FinalParameters | Parameter datum should be final. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'datum'. | 111 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 115 | |
| javadoc | JavadocMethod | Expected an @return tag. | 131 | |
| design | DesignForExtension | Method 'getEntityToExtend' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| misc | FinalParameters | Parameter rootDocument should be final. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 133 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 136 | |
| javadoc | JavadocMethod | Expected an @return tag. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 143 | |
| design | DesignForExtension | Method 'setEntityToExtend' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| misc | FinalParameters | Parameter rootDocument should be final. | 143 | |
| javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 143 | |
| misc | FinalParameters | Parameter activityObject should be final. | 143 | |
| javadoc | JavadocMethod | Expected @param tag for 'activityObject'. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 145 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 148 | |
| design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| misc | FinalParameters | Parameter entry should be final. | 155 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 164 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 164 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 164 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 184 | |
| coding | MagicNumber | '200' is a magic number. | 185 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 201 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 211 | |
| javadoc | JavadocMethod | Expected an @return tag. | 226 | |
| design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| misc | FinalParameters | Parameter entry should be final. | 226 | |
| javadoc | JavadocMethod | Expected @param tag for 'entry'. | 226 | |
| javadoc | JavadocMethod | Expected an @return tag. | 233 | |
| design | DesignForExtension | Method 'preparePayload' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| misc | FinalParameters | Parameter entry should be final. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'entry'. | 233 | |
| design | DesignForExtension | Method 'prepareHttpPost' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| misc | FinalParameters | Parameter uri should be final. | 244 | |
| misc | FinalParameters | Parameter entity should be final. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 248 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| misc | FinalParameters | Parameter configurationObject should be final. | 255 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 269 | |
| design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'uriBuilder' must be private and have accessor methods. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 98 | |
| misc | FinalParameters | Parameter providerConfiguration should be final. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'providerConfiguration'. | 104 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Expected an @return tag. | 118 | |
| design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| misc | FinalParameters | Parameter entry should be final. | 118 | |
| javadoc | JavadocMethod | Expected @param tag for 'entry'. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| design | DesignForExtension | Method 'prepareHttpRequest' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| misc | FinalParameters | Parameter uri should be final. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 129 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 131 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 131 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| misc | FinalParameters | Parameter configurationObject should be final. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 161 | |
| design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| coding | MagicNumber | '5' is a magic number. | 199 | |
| design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 209 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 223 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| misc | FinalParameters | Parameter uri should be final. | 233 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 247 | |
| coding | MagicNumber | '200' is a magic number. | 248 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 250 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 256 | |
| javadoc | JavadocMethod | Expected an @return tag. | 272 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| misc | FinalParameters | Parameter jsonNode should be final. | 272 | |
| javadoc | JavadocMethod | Expected @param tag for 'jsonNode'. | 272 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 276 | |
| javadoc | JavadocMethod | Expected an @return tag. | 294 | |
| misc | FinalParameters | Parameter item should be final. | 294 | |
| javadoc | JavadocMethod | Expected @param tag for 'item'. | 294 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 297 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 297 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 301 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 301 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 304 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 304 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 306 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 306 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 308 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 308 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 313 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 313 | |
| design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| misc | FinalParameters | Parameter sequence should be final. | 319 | |
| design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| misc | FinalParameters | Parameter start should be final. | 324 | |
| misc | FinalParameters | Parameter end should be final. | 324 | |
| design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| misc | FinalParameters | Parameter pool should be final. | 333 | |
| coding | MagicNumber | '10' is a magic number. | 337 | |
| coding | MagicNumber | '10' is a magic number. | 340 |