The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 1 | Error |
NeedBraces | 27 | Error | |
coding | HiddenField | 29 | Error |
MagicNumber | 20 | Error | |
SimplifyBooleanExpression | 1 | Error | |
design | DesignForExtension | 55 | Error |
javadoc | JavadocMethod | 29 | Error |
JavadocPackage | 2 | Error | |
JavadocStyle | 5 | Error | |
JavadocType | 4 | Error | |
JavadocVariable | 45 | Error | |
misc | FinalParameters | 47 | Error |
modifier | ModifierOrder | 1 | Error |
RedundantModifier | 2 | Error | |
regexp | RegexpSingleline
|
28 | Error |
sizes | LineLength | 102 | Error |
MethodLength | 1 | Error | |
whitespace | OperatorWrap | 5 | Error |
WhitespaceAfter | 1 | Error | |
WhitespaceAround | 25 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | design | DesignForExtension | Method 'getLinkStatus' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | design | DesignForExtension | Method 'setLinkStatus' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | misc | FinalParameters | Parameter linkStatus should be final. | 116 |
Error | coding | HiddenField | 'linkStatus' hides a field. | 116 |
Error | design | DesignForExtension | Method 'withLinkStatus' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Error | misc | FinalParameters | Parameter linkStatus should be final. | 120 |
Error | coding | HiddenField | 'linkStatus' hides a field. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | design | DesignForExtension | Method 'getOriginalURL' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | design | DesignForExtension | Method 'setOriginalURL' is not designed for extension - needs to be abstract, final or empty. | 141 |
Error | misc | FinalParameters | Parameter originalURL should be final. | 143 |
Error | coding | HiddenField | 'originalURL' hides a field. | 143 |
Error | design | DesignForExtension | Method 'withOriginalURL' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Error | misc | FinalParameters | Parameter originalURL should be final. | 147 |
Error | coding | HiddenField | 'originalURL' hides a field. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | design | DesignForExtension | Method 'getFinalURL' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | design | DesignForExtension | Method 'setFinalURL' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | misc | FinalParameters | Parameter finalURL should be final. | 170 |
Error | coding | HiddenField | 'finalURL' hides a field. | 170 |
Error | design | DesignForExtension | Method 'withFinalURL' is not designed for extension - needs to be abstract, final or empty. | 174 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
Error | misc | FinalParameters | Parameter finalURL should be final. | 174 |
Error | coding | HiddenField | 'finalURL' hides a field. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | design | DesignForExtension | Method 'getNormalizedURL' is not designed for extension - needs to be abstract, final or empty. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | design | DesignForExtension | Method 'setNormalizedURL' is not designed for extension - needs to be abstract, final or empty. | 195 |
Error | misc | FinalParameters | Parameter normalizedURL should be final. | 197 |
Error | coding | HiddenField | 'normalizedURL' hides a field. | 197 |
Error | design | DesignForExtension | Method 'withNormalizedURL' is not designed for extension - needs to be abstract, final or empty. | 201 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
Error | misc | FinalParameters | Parameter normalizedURL should be final. | 201 |
Error | coding | HiddenField | 'normalizedURL' hides a field. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | design | DesignForExtension | Method 'getUrlParts' is not designed for extension - needs to be abstract, final or empty. | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | design | DesignForExtension | Method 'setUrlParts' is not designed for extension - needs to be abstract, final or empty. | 222 |
Error | misc | FinalParameters | Parameter urlParts should be final. | 224 |
Error | coding | HiddenField | 'urlParts' hides a field. | 224 |
Error | design | DesignForExtension | Method 'withUrlParts' is not designed for extension - needs to be abstract, final or empty. | 228 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
Error | misc | FinalParameters | Parameter urlParts should be final. | 228 |
Error | coding | HiddenField | 'urlParts' hides a field. | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | design | DesignForExtension | Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | design | DesignForExtension | Method 'setDomain' is not designed for extension - needs to be abstract, final or empty. | 249 |
Error | misc | FinalParameters | Parameter domain should be final. | 251 |
Error | coding | HiddenField | 'domain' hides a field. | 251 |
Error | design | DesignForExtension | Method 'withDomain' is not designed for extension - needs to be abstract, final or empty. | 255 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
Error | misc | FinalParameters | Parameter domain should be final. | 255 |
Error | coding | HiddenField | 'domain' hides a field. | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | design | DesignForExtension | Method 'getRedirected' is not designed for extension - needs to be abstract, final or empty. | 265 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 272 |
Error | design | DesignForExtension | Method 'setRedirected' is not designed for extension - needs to be abstract, final or empty. | 276 |
Error | misc | FinalParameters | Parameter redirected should be final. | 278 |
Error | coding | HiddenField | 'redirected' hides a field. | 278 |
Error | design | DesignForExtension | Method 'withRedirected' is not designed for extension - needs to be abstract, final or empty. | 282 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
Error | misc | FinalParameters | Parameter redirected should be final. | 282 |
Error | coding | HiddenField | 'redirected' hides a field. | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 288 |
Error | design | DesignForExtension | Method 'getRedirects' is not designed for extension - needs to be abstract, final or empty. | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 299 |
Error | design | DesignForExtension | Method 'setRedirects' is not designed for extension - needs to be abstract, final or empty. | 303 |
Error | misc | FinalParameters | Parameter redirects should be final. | 305 |
Error | coding | HiddenField | 'redirects' hides a field. | 305 |
Error | design | DesignForExtension | Method 'withRedirects' is not designed for extension - needs to be abstract, final or empty. | 309 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
Error | misc | FinalParameters | Parameter redirects should be final. | 309 |
Error | coding | HiddenField | 'redirects' hides a field. | 309 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 315 |
Error | design | DesignForExtension | Method 'getRedirectCount' is not designed for extension - needs to be abstract, final or empty. | 319 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 326 |
Error | design | DesignForExtension | Method 'setRedirectCount' is not designed for extension - needs to be abstract, final or empty. | 330 |
Error | misc | FinalParameters | Parameter redirectCount should be final. | 332 |
Error | coding | HiddenField | 'redirectCount' hides a field. | 332 |
Error | design | DesignForExtension | Method 'withRedirectCount' is not designed for extension - needs to be abstract, final or empty. | 336 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 336 |
Error | misc | FinalParameters | Parameter redirectCount should be final. | 336 |
Error | coding | HiddenField | 'redirectCount' hides a field. | 336 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 342 |
Error | design | DesignForExtension | Method 'getTracked' is not designed for extension - needs to be abstract, final or empty. | 346 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 353 |
Error | design | DesignForExtension | Method 'setTracked' is not designed for extension - needs to be abstract, final or empty. | 357 |
Error | misc | FinalParameters | Parameter tracked should be final. | 359 |
Error | coding | HiddenField | 'tracked' hides a field. | 359 |
Error | design | DesignForExtension | Method 'withTracked' is not designed for extension - needs to be abstract, final or empty. | 363 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 363 |
Error | misc | FinalParameters | Parameter tracked should be final. | 363 |
Error | coding | HiddenField | 'tracked' hides a field. | 363 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 369 |
Error | design | DesignForExtension | Method 'getFinalResponseCode' is not designed for extension - needs to be abstract, final or empty. | 373 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 380 |
Error | design | DesignForExtension | Method 'setFinalResponseCode' is not designed for extension - needs to be abstract, final or empty. | 384 |
Error | misc | FinalParameters | Parameter finalResponseCode should be final. | 386 |
Error | coding | HiddenField | 'finalResponseCode' hides a field. | 386 |
Error | design | DesignForExtension | Method 'withFinalResponseCode' is not designed for extension - needs to be abstract, final or empty. | 390 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 390 |
Error | misc | FinalParameters | Parameter finalResponseCode should be final. | 390 |
Error | coding | HiddenField | 'finalResponseCode' hides a field. | 390 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 396 |
Error | design | DesignForExtension | Method 'getCookies' is not designed for extension - needs to be abstract, final or empty. | 400 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 407 |
Error | design | DesignForExtension | Method 'setCookies' is not designed for extension - needs to be abstract, final or empty. | 411 |
Error | misc | FinalParameters | Parameter cookies should be final. | 413 |
Error | coding | HiddenField | 'cookies' hides a field. | 413 |
Error | design | DesignForExtension | Method 'withCookies' is not designed for extension - needs to be abstract, final or empty. | 417 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 417 |
Error | misc | FinalParameters | Parameter cookies should be final. | 417 |
Error | coding | HiddenField | 'cookies' hides a field. | 417 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 423 |
Error | design | DesignForExtension | Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. | 427 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 434 |
Error | design | DesignForExtension | Method 'setStartTime' is not designed for extension - needs to be abstract, final or empty. | 438 |
Error | misc | FinalParameters | Parameter startTime should be final. | 440 |
Error | coding | HiddenField | 'startTime' hides a field. | 440 |
Error | design | DesignForExtension | Method 'withStartTime' is not designed for extension - needs to be abstract, final or empty. | 444 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 444 |
Error | misc | FinalParameters | Parameter startTime should be final. | 444 |
Error | coding | HiddenField | 'startTime' hides a field. | 444 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 450 |
Error | design | DesignForExtension | Method 'getTookInMills' is not designed for extension - needs to be abstract, final or empty. | 454 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 461 |
Error | design | DesignForExtension | Method 'setTookInMills' is not designed for extension - needs to be abstract, final or empty. | 465 |
Error | misc | FinalParameters | Parameter tookInMills should be final. | 467 |
Error | coding | HiddenField | 'tookInMills' hides a field. | 467 |
Error | design | DesignForExtension | Method 'withTookInMills' is not designed for extension - needs to be abstract, final or empty. | 471 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 471 |
Error | misc | FinalParameters | Parameter tookInMills should be final. | 471 |
Error | coding | HiddenField | 'tookInMills' hides a field. | 471 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 476 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 481 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 481 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 487 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 487 |
Error | misc | FinalParameters | Parameter name should be final. | 489 |
Error | misc | FinalParameters | Parameter value should be final. | 489 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 493 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 493 |
Error | misc | FinalParameters | Parameter name should be final. | 493 |
Error | misc | FinalParameters | Parameter value should be final. | 493 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 344). | 500 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 503 |
Error | misc | FinalParameters | Parameter other should be final. | 504 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 508 |
Error | sizes | LineLength | Line is longer than 80 characters (found 589). | 512 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 515 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 516 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 518 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 519 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 520 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 521 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 522 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 523 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 524 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 525 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 526 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 527 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 528 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 529 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 529 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 537 |
Error | modifier | RedundantModifier | Redundant 'private' modifier. | 537 |
Error | misc | FinalParameters | Parameter value should be final. | 537 |
Error | coding | HiddenField | 'value' hides a field. | 537 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 547 |
Error | misc | FinalParameters | Parameter value should be final. | 548 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 58 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 68 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 73 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 73 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 78 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 100 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 105 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 113 |
Error | design | DesignForExtension | Method 'getLinkDetails' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 120 |
Error | misc | FinalParameters | Parameter originalURL should be final. | 124 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 136 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 137 |
Error | coding | MagicNumber | '3' is a magic number. | 137 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 141 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 142 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 142 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 147 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 149 |
Error | design | DesignForExtension | Method 'updateTookInMillis' is not designed for extension - needs to be abstract, final or empty. | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 156 |
Error | design | DesignForExtension | Method 'unwindLink' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | sizes | MethodLength | Method length is 183 lines (max allowed is 150). | 159 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
Error | misc | FinalParameters | Parameter url should be final. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 172 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 174 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 196 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 202 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 220 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 230 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 235 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 243 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 250 |
Error | coding | MagicNumber | '200' is a magic number. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 259 |
Error | coding | MagicNumber | '300' is a magic number. | 262 |
Error | coding | MagicNumber | '301' is a magic number. | 263 |
Error | coding | MagicNumber | '302' is a magic number. | 264 |
Error | coding | MagicNumber | '303' is a magic number. | 265 |
Error | coding | MagicNumber | '304' is a magic number. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 267 |
Error | coding | MagicNumber | '306' is a magic number. | 267 |
Error | coding | MagicNumber | '307' is a magic number. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 284 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 296 |
Error | coding | MagicNumber | '305' is a magic number. | 296 |
Error | coding | MagicNumber | '401' is a magic number. | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 299 |
Error | coding | MagicNumber | '403' is a magic number. | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 304 |
Error | coding | MagicNumber | '404' is a magic number. | 304 |
Error | coding | MagicNumber | '500' is a magic number. | 307 |
Error | coding | MagicNumber | '501' is a magic number. | 308 |
Error | coding | MagicNumber | '502' is a magic number. | 309 |
Error | coding | MagicNumber | '503' is a magic number. | 310 |
Error | coding | MagicNumber | '504' is a magic number. | 311 |
Error | coding | MagicNumber | '505' is a magic number. | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 330 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 336 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 343 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 343 |
Error | misc | FinalParameters | Parameter input should be final. | 343 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 345 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 346 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 351 |
Error | misc | FinalParameters | Parameter url should be final. | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 352 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 353 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 363 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 364 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 371 |
Error | misc | FinalParameters | Parameter url should be final. | 379 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 413 |
Error | misc | FinalParameters | Parameter url should be final. | 418 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 421 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 426 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 436 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 41 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 44 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 48 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 52 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | misc | FinalParameters | Parameter possibleURL should be final. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter possiblyHasURLs should be final. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | misc | FinalParameters | Parameter domain should be final. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 97 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 98 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 105 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 |
Error | coding | MagicNumber | '5' is a magic number. | 105 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 119 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 127 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 138 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 147 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 154 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 154 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 155 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 158 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 158 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 159 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 160 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | misc | FinalParameters | Parameter entry should be final. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 71 |
Error | misc | FinalParameters | Parameter o should be final. | 98 |
Error | design | DesignForExtension | Method 'unwind' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Error | misc | FinalParameters | Parameter inputLinks should be final. | 108 |