Checkstyle Results
The following document contains the results of Checkstyle 5.7. 
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 5 | |
| LeftCurly | 3 | ||
| NeedBraces | 241 | ||
| coding | AvoidInlineConditionals | 142 | |
| EmptyStatement | 1 | ||
| HiddenField | 236 | ||
| MagicNumber | 17 | ||
| RedundantThrows | 588 | ||
| design | DesignForExtension | 610 | |
| FinalClass | 6 | ||
| HideUtilityClassConstructor | 3 | ||
| VisibilityModifier | 16 | ||
| imports | AvoidStarImport | 18 | |
| UnusedImports | 2 | ||
| javadoc | JavadocMethod | 694 | |
JavadocPackage
|
2 | ||
| JavadocStyle | 324 | ||
| JavadocType | 9 | ||
| JavadocVariable | 301 | ||
| misc | FinalParameters | 578 | |
| NewlineAtEndOfFile | 4 | ||
| modifier | RedundantModifier | 22 | |
| naming | ConstantName | 2 | |
| regexp | RegexpSingleline
|
104 | |
| sizes | FileLength | 1 | |
| LineLength | 1374 | ||
| ParameterNumber | 2 | ||
| whitespace | FileTabCharacter
|
183 | |
| MethodParamPad | 2 | ||
| NoWhitespaceBefore | 2 | ||
| OperatorWrap | 48 | ||
| ParenPad | 9 | ||
| WhitespaceAfter | 29 | ||
| WhitespaceAround | 174 |
Details
org/rundeck/api/ApiCall.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.http.*. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.http.client.methods.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.http.conn.ssl.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.http.entity.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| misc | FinalParameters | Parameter client should be final. | 74 | |
| coding | HiddenField | 'client' hides a field. | 74 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 88 | |
| coding | MagicNumber | '100' is a magic number. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| blocks | EmptyBlock | Must have at least one statement. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 114 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 114 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| javadoc | JavadocMethod | Expected an @return tag. | 130 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 130 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 132 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 167 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 167 | |
| misc | FinalParameters | Parameter apiPath should be final. | 167 | |
| misc | FinalParameters | Parameter parser should be final. | 167 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 167 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 168 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 168 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 168 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 188 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 188 | |
| misc | FinalParameters | Parameter apiPath should be final. | 188 | |
| misc | FinalParameters | Parameter parser should be final. | 188 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 188 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 189 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 189 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 189 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 207 | |
| misc | FinalParameters | Parameter apiPath should be final. | 207 | |
| misc | FinalParameters | Parameter parseXml should be final. | 207 | |
| javadoc | JavadocMethod | Expected @param tag for 'parseXml'. | 207 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 207 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 207 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 207 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 208 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 209 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 234 | |
| misc | FinalParameters | Parameter apiPath should be final. | 234 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 234 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 234 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 234 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 235 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 260 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 260 | |
| misc | FinalParameters | Parameter apiPath should be final. | 260 | |
| misc | FinalParameters | Parameter parser should be final. | 260 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 261 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 261 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 262 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 262 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 281 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 281 | |
| misc | FinalParameters | Parameter apiPath should be final. | 281 | |
| misc | FinalParameters | Parameter parser should be final. | 281 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 281 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 282 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 282 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 282 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 297 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 297 | |
| misc | FinalParameters | Parameter apiPath should be final. | 297 | |
| misc | FinalParameters | Parameter parser should be final. | 297 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 297 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 298 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 298 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 298 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 314 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 314 | |
| misc | FinalParameters | Parameter apiPath should be final. | 314 | |
| misc | FinalParameters | Parameter parser should be final. | 314 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 314 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 315 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 315 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 315 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| misc | FinalParameters | Parameter apiPath should be final. | 319 | |
| misc | FinalParameters | Parameter parser should be final. | 319 | |
| misc | FinalParameters | Parameter httpPost should be final. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| misc | FinalParameters | Parameter apiPath should be final. | 323 | |
| misc | FinalParameters | Parameter handler should be final. | 323 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 323 | |
| misc | FinalParameters | Parameter httpPost should be final. | 323 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 325 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 362 | |
| blocks | EmptyBlock | Must have at least one statement. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 383 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 383 | |
| misc | FinalParameters | Parameter apiPath should be final. | 383 | |
| misc | FinalParameters | Parameter parser should be final. | 383 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 383 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 384 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 384 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 384 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 393 | |
| misc | FinalParameters | Parameter apiPath should be final. | 395 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 395 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 396 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 396 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 396 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 398 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 399 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 400 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 406 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 415 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 415 | |
| misc | FinalParameters | Parameter request should be final. | 415 | |
| misc | FinalParameters | Parameter parser should be final. | 415 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 415 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 416 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 416 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 416 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 434 | |
| misc | FinalParameters | Parameter apiPath should be final. | 434 | |
| misc | FinalParameters | Parameter outputStream should be final. | 434 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 434 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 435 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 435 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 435 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 435 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 440 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 441 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 442 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 442 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 442 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 443 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 446 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 446 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 446 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 452 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 457 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 458 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 460 | |
| misc | FinalParameters | Parameter request should be final. | 460 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 460 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 460 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 460 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 461 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 461 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 462 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 465 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 470 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 470 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 471 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 471 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 474 | |
| design | FinalClass | Class ParserHandler should be declared as final. | 478 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 478 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 479 | |
| design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 479 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 481 | |
| misc | FinalParameters | Parameter parser should be final. | 481 | |
| coding | HiddenField | 'parser' hides a field. | 481 | |
| misc | FinalParameters | Parameter response should be final. | 486 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 492 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 502 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 508 | |
| design | FinalClass | Class ContentHandler should be declared as final. | 513 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 514 | |
| design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 514 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 516 | |
| misc | FinalParameters | Parameter parser should be final. | 516 | |
| coding | HiddenField | 'parser' hides a field. | 516 | |
| misc | FinalParameters | Parameter response should be final. | 521 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 527 | |
| design | FinalClass | Class ChainHandler should be declared as final. | 530 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 530 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 531 | |
| design | VisibilityModifier | Variable 'chain' must be private and have accessor methods. | 531 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 532 | |
| misc | FinalParameters | Parameter chain should be final. | 532 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 532 | |
| coding | HiddenField | 'chain' hides a field. | 532 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 533 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 533 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 541 | |
| design | FinalClass | Class RequireContentTypeHandler should be declared as final. | 544 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 545 | |
| design | VisibilityModifier | Variable 'contentType' must be private and have accessor methods. | 545 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 547 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 547 | |
| coding | HiddenField | 'contentType' hides a field. | 547 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 556 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 556 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 560 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 560 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 564 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 565 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 572 | |
| design | FinalClass | Class WriteOutHandler should be declared as final. | 575 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 575 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 575 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 576 | |
| misc | FinalParameters | Parameter writeOut should be final. | 576 | |
| coding | HiddenField | 'writeOut' hides a field. | 576 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 580 | |
| design | VisibilityModifier | Variable 'writeOut' must be private and have accessor methods. | 580 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 581 | |
| design | VisibilityModifier | Variable 'thrown' must be private and have accessor methods. | 581 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 585 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 587 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 587 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 593 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 596 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 596 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 599 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 601 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 603 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 608 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 610 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 613 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 616 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 616 | |
| misc | FinalParameters | Parameter request should be final. | 616 | |
| misc | FinalParameters | Parameter handler should be final. | 616 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 616 | |
| javadoc | JavadocMethod | Expected @param tag for 'handler'. | 616 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 616 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 617 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 617 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 618 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 618 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 619 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 620 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 621 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 636 | |
| coding | MagicNumber | '100' is a magic number. | 638 | |
| coding | MagicNumber | '3' is a magic number. | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 639 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 643 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 650 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 654 | |
| coding | MagicNumber | '100' is a magic number. | 655 | |
| coding | MagicNumber | '403' is a magic number. | 656 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 656 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 658 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 659 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 661 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 662 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 665 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 665 | |
| coding | MagicNumber | '204' is a magic number. | 665 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 665 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 665 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 669 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 679 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 680 | |
| javadoc | JavadocMethod | Expected an @return tag. | 685 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 685 | |
| misc | FinalParameters | Parameter httpClient should be final. | 685 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 685 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 702 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 714 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 717 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 726 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 727 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 728 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 730 | |
| coding | MagicNumber | '100' is a magic number. | 733 | |
| coding | MagicNumber | '3' is a magic number. | 733 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 734 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 739 | |
| coding | MagicNumber | '100' is a magic number. | 744 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 745 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 750 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 752 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 757 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 763 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 766 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 774 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 775 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 780 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 783 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 783 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 786 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 793 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 795 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 800 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 801 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 802 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 804 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 809 | |
| misc | FinalParameters | Parameter request should be final. | 809 | |
| misc | FinalParameters | Parameter context should be final. | 809 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 811 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 812 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 814 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 815 |
org/rundeck/api/ApiPathBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 62 | |
| misc | FinalParameters | Parameter paths should be final. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter paths should be final. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| javadoc | JavadocMethod | Expected an @return tag. | 87 | |
| misc | FinalParameters | Parameter mimeTypes should be final. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'mimeTypes'. | 87 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 88 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| javadoc | JavadocMethod | Expected an @return tag. | 94 | |
| misc | FinalParameters | Parameter params should be final. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'params'. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| javadoc | JavadocMethod | Expected an @return tag. | 101 | |
| misc | FinalParameters | Parameter params should be final. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'params'. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 111 | |
| misc | FinalParameters | Parameter key should be final. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 130 | |
| javadoc | JavadocMethod | Unused @param tag for 'value'. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'values'. | 133 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 153 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 154 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 155 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 181 | |
| misc | FinalParameters | Parameter key should be final. | 188 | |
| misc | FinalParameters | Parameter value should be final. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 197 | |
| misc | FinalParameters | Parameter key should be final. | 203 | |
| misc | FinalParameters | Parameter value should be final. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 212 | |
| misc | FinalParameters | Parameter key should be final. | 218 | |
| misc | FinalParameters | Parameter value should be final. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 227 | |
| misc | FinalParameters | Parameter key should be final. | 233 | |
| misc | FinalParameters | Parameter value should be final. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 242 | |
| misc | FinalParameters | Parameter key should be final. | 248 | |
| misc | FinalParameters | Parameter value should be final. | 248 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 255 | |
| misc | FinalParameters | Parameter nodeFilters should be final. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 272 | |
| javadoc | JavadocMethod | Unused @param tag for 'stream.'. | 276 | |
| misc | FinalParameters | Parameter name should be final. | 279 | |
| misc | FinalParameters | Parameter stream should be final. | 279 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 293 | |
| coding | HiddenField | 'contentType' hides a field. | 293 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 295 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 295 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 296 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 301 | |
| coding | HiddenField | 'contentType' hides a field. | 308 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 310 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 310 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 311 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 323 | |
| coding | HiddenField | 'contentType' hides a field. | 323 | |
| coding | HiddenField | 'contents' hides a field. | 323 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 325 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 325 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 326 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 338 | |
| coding | HiddenField | 'contentType' hides a field. | 338 | |
| coding | HiddenField | 'contents' hides a field. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 339 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 347 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 363 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 387 | |
| misc | FinalParameters | Parameter str should be final. | 392 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 396 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 408 | |
| javadoc | JavadocMethod | Expected an @return tag. | 411 | |
| javadoc | JavadocMethod | Expected an @return tag. | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 419 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 422 | |
| javadoc | JavadocMethod | Expected an @return tag. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 429 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 437 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 441 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 449 | |
| misc | FinalParameters | Parameter contentType should be final. | 449 | |
| coding | HiddenField | 'contentType' hides a field. | 449 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 450 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 450 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 458 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 462 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 465 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 467 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 468 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 472 | |
| javadoc | JavadocMethod | Expected an @return tag. | 474 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 474 |
org/rundeck/api/DefaultJobsImport.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | DesignForExtension | Method 'getStream' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| design | DesignForExtension | Method 'setStream' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | HiddenField | 'stream' hides a field. | 22 | |
| design | DesignForExtension | Method 'getFileType' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| design | DesignForExtension | Method 'setFileType' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | HiddenField | 'fileType' hides a field. | 30 | |
| design | DesignForExtension | Method 'getImportMethod' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'setImportMethod' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | HiddenField | 'importMethod' hides a field. | 38 | |
| design | DesignForExtension | Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| design | DesignForExtension | Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | HiddenField | 'project' hides a field. | 46 | |
| design | DesignForExtension | Method 'getUuidImportBehavior' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 54 | |
| design | DesignForExtension | Method 'setUuidImportBehavior' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter uuidImportBehavior should be final. | 54 | |
| coding | HiddenField | 'uuidImportBehavior' hides a field. | 54 |
org/rundeck/api/DefaultRunAdhoc.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 5 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 8 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| misc | FinalParameters | Parameter project should be final. | 19 | |
| coding | HiddenField | 'project' hides a field. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter nodeFilters should be final. | 27 | |
| coding | HiddenField | 'nodeFilters' hides a field. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter nodeThreadcount should be final. | 35 | |
| coding | HiddenField | 'nodeThreadcount' hides a field. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter nodeKeepgoing should be final. | 43 | |
| coding | HiddenField | 'nodeKeepgoing' hides a field. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter asUser should be final. | 51 | |
| coding | HiddenField | 'asUser' hides a field. | 51 |
org/rundeck/api/DefaultRunAdhocCommand.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 6 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| misc | FinalParameters | Parameter command should be final. | 14 | |
| coding | HiddenField | 'command' hides a field. | 14 |
org/rundeck/api/DefaultRunAdhocScript.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 5 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| misc | FinalParameters | Parameter script should be final. | 19 | |
| coding | HiddenField | 'script' hides a field. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter argString should be final. | 27 | |
| coding | HiddenField | 'argString' hides a field. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter scriptInterpreter should be final. | 35 | |
| coding | HiddenField | 'scriptInterpreter' hides a field. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter interpreterArgsQuoted should be final. | 43 | |
| coding | HiddenField | 'interpreterArgsQuoted' hides a field. | 43 |
org/rundeck/api/DefaultRunJob.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 5 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter jobId should be final. | 35 | |
| coding | HiddenField | 'jobId' hides a field. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter options should be final. | 39 | |
| coding | HiddenField | 'options' hides a field. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter nodeFilters should be final. | 43 | |
| coding | HiddenField | 'nodeFilters' hides a field. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter asUser should be final. | 47 | |
| coding | HiddenField | 'asUser' hides a field. | 47 |
org/rundeck/api/ExecutionQueryParameters.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'query' must be private and have accessor methods. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | HiddenField | 'query' hides a field. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 55 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 76 |
org/rundeck/api/FileType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
org/rundeck/api/NodeFiltersBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'hostname' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| misc | FinalParameters | Parameter hostname should be final. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'hostname'. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'type' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| misc | FinalParameters | Parameter type should be final. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'tags' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| misc | FinalParameters | Parameter tags should be final. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'tags'. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| misc | FinalParameters | Parameter name should be final. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| design | DesignForExtension | Method 'osName' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| misc | FinalParameters | Parameter osName should be final. | 100 | |
| javadoc | JavadocMethod | Expected @param tag for 'osName'. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| design | DesignForExtension | Method 'osFamily' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter osFamily should be final. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'osFamily'. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| design | DesignForExtension | Method 'osArch' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter osArch should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'osArch'. | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| design | DesignForExtension | Method 'osVersion' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| misc | FinalParameters | Parameter osVersion should be final. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'osVersion'. | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| design | DesignForExtension | Method 'excludeHostname' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| misc | FinalParameters | Parameter hostname should be final. | 157 | |
| javadoc | JavadocMethod | Expected @param tag for 'hostname'. | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| design | DesignForExtension | Method 'excludeType' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| misc | FinalParameters | Parameter type should be final. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| design | DesignForExtension | Method 'excludeTags' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| misc | FinalParameters | Parameter tags should be final. | 187 | |
| javadoc | JavadocMethod | Expected @param tag for 'tags'. | 187 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| design | DesignForExtension | Method 'excludeName' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| misc | FinalParameters | Parameter name should be final. | 202 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 202 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| design | DesignForExtension | Method 'excludeOsName' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| misc | FinalParameters | Parameter osName should be final. | 217 | |
| javadoc | JavadocMethod | Expected @param tag for 'osName'. | 217 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| design | DesignForExtension | Method 'excludeOsFamily' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| misc | FinalParameters | Parameter osFamily should be final. | 232 | |
| javadoc | JavadocMethod | Expected @param tag for 'osFamily'. | 232 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| design | DesignForExtension | Method 'excludeOsArch' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| misc | FinalParameters | Parameter osArch should be final. | 247 | |
| javadoc | JavadocMethod | Expected @param tag for 'osArch'. | 247 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| design | DesignForExtension | Method 'excludeOsVersion' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| misc | FinalParameters | Parameter osVersion should be final. | 262 | |
| javadoc | JavadocMethod | Expected @param tag for 'osVersion'. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| design | DesignForExtension | Method 'excludePrecedence' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| misc | FinalParameters | Parameter excludePrecedence should be final. | 275 | |
| javadoc | JavadocMethod | Expected @param tag for 'excludePrecedence'. | 275 | |
| design | DesignForExtension | Method 'toProperties' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| coding | HiddenField | 'filters' hides a field. | 284 |
org/rundeck/api/OptionsBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'addOption' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| misc | FinalParameters | Parameter key should be final. | 44 | |
| misc | FinalParameters | Parameter value should be final. | 44 | |
| design | DesignForExtension | Method 'toProperties' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| coding | HiddenField | 'options' hides a field. | 53 |
org/rundeck/api/QueryParameterBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | ConstantName | Name 'format' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 54 | |
| misc | FinalParameters | Parameter key should be final. | 54 | |
| misc | FinalParameters | Parameter value should be final. | 54 | |
| misc | FinalParameters | Parameter doPost should be final. | 54 | |
| misc | FinalParameters | Parameter builder should be final. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter value should be final. | 75 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 76 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 76 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 77 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 77 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter value should be final. | 83 |
org/rundeck/api/RunAdhoc.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 5 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| javadoc | JavadocMethod | Expected an @return tag. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 16 | |
| javadoc | JavadocMethod | Expected an @return tag. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 22 | |
| javadoc | JavadocMethod | Expected an @return tag. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocMethod | Expected an @return tag. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocMethod | Expected an @return tag. | 37 |
org/rundeck/api/RunAdhocCommand.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| javadoc | JavadocMethod | Expected an @return tag. | 12 |
org/rundeck/api/RunAdhocCommandBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 5 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| design | DesignForExtension | Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| misc | FinalParameters | Parameter project should be final. | 19 | |
| design | DesignForExtension | Method 'setCommand' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter commandString should be final. | 25 | |
| design | DesignForExtension | Method 'setNodeFilters' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter nodeFilters should be final. | 30 | |
| design | DesignForExtension | Method 'setNodeThreadcount' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter nodeThreadcount should be final. | 35 | |
| design | DesignForExtension | Method 'setNodeKeepgoing' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter nodeKeepgoing should be final. | 40 | |
| design | DesignForExtension | Method 'setAsUser' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter asUser should be final. | 45 | |
| design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
org/rundeck/api/RunAdhocScript.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 5 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| javadoc | JavadocMethod | Expected an @return tag. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocMethod | Expected an @return tag. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocMethod | Expected an @return tag. | 26 | |
| javadoc | JavadocMethod | Expected an @return tag. | 32 |
org/rundeck/api/RunAdhocScriptBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocMethod | Expected an @return tag. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'script'. | 46 | |
| design | DesignForExtension | Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'setScript' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| design | DesignForExtension | Method 'setArgString' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Method 'setNodeFilters' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 70 | |
| design | DesignForExtension | Method 'setNodeThreadcount' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'setNodeKeepgoing' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Method 'setAsUser' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 85 | |
| design | DesignForExtension | Method 'setScriptInterpreter' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 90 | |
| design | DesignForExtension | Method 'setInterpreterArgsQuoted' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
org/rundeck/api/RunJob.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 5 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| javadoc | JavadocMethod | Expected an @return tag. | 13 | |
| javadoc | JavadocMethod | Expected an @return tag. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 22 | |
| javadoc | JavadocMethod | Expected an @return tag. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocMethod | Expected an @return tag. | 33 |
org/rundeck/api/RunJobBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 5 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| design | DesignForExtension | Method 'setJobId' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| misc | FinalParameters | Parameter jobId should be final. | 19 | |
| design | DesignForExtension | Method 'setOptions' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| misc | FinalParameters | Parameter options should be final. | 24 | |
| design | DesignForExtension | Method 'setNodeFilters' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter nodeFilters should be final. | 29 | |
| design | DesignForExtension | Method 'setAsUser' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter asUser should be final. | 34 | |
| design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
org/rundeck/api/RundeckApiException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter message should be final. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter message should be final. | 31 | |
| misc | FinalParameters | Parameter cause should be final. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter message should be final. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter message should be final. | 49 | |
| misc | FinalParameters | Parameter cause should be final. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter message should be final. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter message should be final. | 65 | |
| misc | FinalParameters | Parameter cause should be final. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter message should be final. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter message should be final. | 81 | |
| misc | FinalParameters | Parameter cause should be final. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter message should be final. | 93 | |
| misc | FinalParameters | Parameter statusCode should be final. | 93 | |
| coding | HiddenField | 'statusCode' hides a field. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter message should be final. | 98 | |
| misc | FinalParameters | Parameter cause should be final. | 98 | |
| misc | FinalParameters | Parameter statusCode should be final. | 98 | |
| coding | HiddenField | 'statusCode' hides a field. | 98 | |
| design | DesignForExtension | Method 'getStatusCode' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | HiddenField | 'contentType' hides a field. | 117 | |
| coding | HiddenField | 'requiredContentType' hides a field. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | HiddenField | 'contentType' hides a field. | 123 | |
| coding | HiddenField | 'requiredContentType' hides a field. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | HiddenField | 'contentType' hides a field. | 130 | |
| coding | HiddenField | 'requiredContentType' hides a field. | 131 | |
| design | DesignForExtension | Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| design | DesignForExtension | Method 'getRequiredContentType' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
org/rundeck/api/RundeckClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 2,641 lines (max allowed is 2,000). | 1 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rundeck.api.domain.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rundeck.api.parser.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| design | DesignForExtension | Method 'setToken' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| misc | FinalParameters | Parameter token should be final. | 140 | |
| coding | HiddenField | 'token' hides a field. | 140 | |
| design | DesignForExtension | Method 'setLogin' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| misc | FinalParameters | Parameter login should be final. | 144 | |
| coding | HiddenField | 'login' hides a field. | 144 | |
| design | DesignForExtension | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| misc | FinalParameters | Parameter password should be final. | 148 | |
| coding | HiddenField | 'password' hides a field. | 148 | |
| design | DesignForExtension | Method 'setSessionID' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| misc | FinalParameters | Parameter sessionID should be final. | 152 | |
| coding | HiddenField | 'sessionID' hides a field. | 152 | |
| design | DesignForExtension | Method 'getApiVersion' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 157 | |
| design | DesignForExtension | Method 'setApiVersion' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter apiVersion should be final. | 160 | |
| coding | HiddenField | 'apiVersion' hides a field. | 160 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 161 | |
| design | DesignForExtension | Method 'setApiVersion' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| misc | FinalParameters | Parameter apiVersion should be final. | 164 | |
| coding | HiddenField | 'apiVersion' hides a field. | 164 | |
| design | DesignForExtension | Method 'getApiEndpoint' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| design | DesignForExtension | Method 'isSslHostnameVerifyAllowAll' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| design | DesignForExtension | Method 'setSslHostnameVerifyAllowAll' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter sslHostnameVerifyAllowAll should be final. | 176 | |
| coding | HiddenField | 'sslHostnameVerifyAllowAll' hides a field. | 176 | |
| design | DesignForExtension | Method 'isSslCertificateTrustAllowSelfSigned' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 184 | |
| design | DesignForExtension | Method 'setSslCertificateTrustAllowSelfSigned' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| misc | FinalParameters | Parameter sslCertificateTrustAllowSelfSigned should be final. | 184 | |
| coding | HiddenField | 'sslCertificateTrustAllowSelfSigned' hides a field. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 185 | |
| design | DesignForExtension | Method 'isSystemProxyEnabled' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| design | DesignForExtension | Method 'setSystemProxyEnabled' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter systemProxyEnabled should be final. | 191 | |
| coding | HiddenField | 'systemProxyEnabled' hides a field. | 191 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| coding | HiddenField | 'url' hides a field. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'url'. | 199 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 199 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 199 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 201 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 201 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 204 | |
| javadoc | JavadocMethod | Expected an @return tag. | 207 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 211 | |
| design | DesignForExtension | Method 'ping' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 227 | |
| design | DesignForExtension | Method 'testAuth' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 227 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 252 | |
| design | DesignForExtension | Method 'getProjects' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 252 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 252 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 252 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 253 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 253 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 271 | |
| design | DesignForExtension | Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| misc | FinalParameters | Parameter projectName should be final. | 271 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 271 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 271 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 271 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 272 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 272 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 274 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 277 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 295 | |
| design | DesignForExtension | Method 'createProject' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| misc | FinalParameters | Parameter projectName should be final. | 295 | |
| misc | FinalParameters | Parameter configuration should be final. | 295 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 296 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 296 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 296 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 297 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 297 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 299 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 305 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 317 | |
| design | DesignForExtension | Method 'deleteProject' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| misc | FinalParameters | Parameter projectName should be final. | 319 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 320 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 320 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 320 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 321 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 321 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 336 | |
| design | DesignForExtension | Method 'exportProject' is not designed for extension - needs to be abstract, final or empty. | 338 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 339 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 339 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 339 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 340 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 340 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 340 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 340 | |
| whitespace | WhitespaceAround | 'finally' is not preceded with whitespace. | 344 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 344 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 357 | |
| design | DesignForExtension | Method 'exportProject' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| misc | FinalParameters | Parameter projectName should be final. | 359 | |
| misc | FinalParameters | Parameter out should be final. | 359 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 359 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 360 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 360 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 360 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 361 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 361 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 361 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 385 | |
| design | DesignForExtension | Method 'importArchive' is not designed for extension - needs to be abstract, final or empty. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 386 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 387 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 387 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 387 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 388 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 388 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 388 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 391 | |
| coding | EmptyStatement | Empty statement. | 391 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 396 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 396 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 400 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 417 | |
| design | DesignForExtension | Method 'getProjectConfig' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| misc | FinalParameters | Parameter projectName should be final. | 419 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 420 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 420 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 420 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 421 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 421 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 425 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 440 | |
| design | DesignForExtension | Method 'getProjectConfig' is not designed for extension - needs to be abstract, final or empty. | 440 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 441 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 441 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 441 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 442 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 442 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 444 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 450 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 453 | |
| coding | MagicNumber | '404' is a magic number. | 453 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 453 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 453 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 453 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 472 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 474 | |
| design | DesignForExtension | Method 'setProjectConfig' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 475 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 475 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 475 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 476 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 476 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 479 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 480 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 484 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 489 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 498 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 500 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 502 | |
| design | DesignForExtension | Method 'deleteProjectConfig' is not designed for extension - needs to be abstract, final or empty. | 502 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 503 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 503 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 503 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 504 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 504 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 506 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 507 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 509 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 512 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 519 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 521 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 524 | |
| design | DesignForExtension | Method 'setProjectConfig' is not designed for extension - needs to be abstract, final or empty. | 524 | |
| misc | FinalParameters | Parameter projectName should be final. | 524 | |
| misc | FinalParameters | Parameter configuration should be final. | 524 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 524 | |
| javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 524 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 525 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 525 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 525 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 526 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 526 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 526 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 528 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 531 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 535 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 535 | |
| misc | FinalParameters | Parameter projectName should be final. | 535 | |
| misc | FinalParameters | Parameter configuration should be final. | 535 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 544 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 550 | |
| design | DesignForExtension | Method 'storeProjectFile' is not designed for extension - needs to be abstract, final or empty. | 550 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 550 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 551 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 552 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 554 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 557 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 563 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 564 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 569 | |
| design | DesignForExtension | Method 'readProjectFile' is not designed for extension - needs to be abstract, final or empty. | 569 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 569 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 570 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 571 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 576 | |
| coding | MagicNumber | '404' is a magic number. | 581 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 588 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 593 | |
| design | DesignForExtension | Method 'deleteProjectFile' is not designed for extension - needs to be abstract, final or empty. | 593 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 593 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 594 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 595 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 596 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 597 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 603 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 606 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 608 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 611 | |
| design | DesignForExtension | Method 'getJobs' is not designed for extension - needs to be abstract, final or empty. | 611 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 611 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 611 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 611 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 611 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 611 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 619 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 623 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 625 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 626 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 627 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 630 | |
| design | DesignForExtension | Method 'getJobs' is not designed for extension - needs to be abstract, final or empty. | 630 | |
| misc | FinalParameters | Parameter project should be final. | 630 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 630 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 630 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 630 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 631 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 631 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 631 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 635 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 640 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 642 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 643 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 644 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 645 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 646 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 649 | |
| design | DesignForExtension | Method 'getJobs' is not designed for extension - needs to be abstract, final or empty. | 649 | |
| misc | FinalParameters | Parameter project should be final. | 649 | |
| misc | FinalParameters | Parameter jobFilter should be final. | 649 | |
| misc | FinalParameters | Parameter groupPath should be final. | 649 | |
| misc | FinalParameters | Parameter jobIds should be final. | 649 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 650 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 650 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 650 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 650 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 650 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 650 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 650 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 652 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 653 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 654 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 655 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 656 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 659 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 662 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 665 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 666 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 667 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 668 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 671 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 674 | |
| design | DesignForExtension | Method 'exportJobsToFile' is not designed for extension - needs to be abstract, final or empty. | 674 | |
| misc | FinalParameters | Parameter filename should be final. | 674 | |
| misc | FinalParameters | Parameter format should be final. | 674 | |
| misc | FinalParameters | Parameter project should be final. | 674 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 674 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 675 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 675 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 675 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 675 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 675 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 675 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 677 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 680 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 683 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 686 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 687 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 688 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 689 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 691 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 694 | |
| design | DesignForExtension | Method 'exportJobsToFile' is not designed for extension - needs to be abstract, final or empty. | 694 | |
| misc | FinalParameters | Parameter filename should be final. | 694 | |
| misc | FinalParameters | Parameter format should be final. | 694 | |
| misc | FinalParameters | Parameter project should be final. | 694 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 694 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 695 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 695 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 695 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 695 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 695 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 695 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 699 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 700 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 703 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 707 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 709 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 710 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 711 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 715 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 718 | |
| design | DesignForExtension | Method 'exportJobsToFile' is not designed for extension - needs to be abstract, final or empty. | 718 | |
| misc | FinalParameters | Parameter filename should be final. | 718 | |
| misc | FinalParameters | Parameter format should be final. | 718 | |
| misc | FinalParameters | Parameter project should be final. | 718 | |
| misc | FinalParameters | Parameter jobFilter should be final. | 718 | |
| misc | FinalParameters | Parameter groupPath should be final. | 718 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 719 | |
| misc | FinalParameters | Parameter jobIds should be final. | 719 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 719 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 719 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 719 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 719 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 719 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 720 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 730 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 731 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 734 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 741 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 742 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 743 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 748 | |
| design | DesignForExtension | Method 'exportJobsToFile' is not designed for extension - needs to be abstract, final or empty. | 748 | |
| misc | FinalParameters | Parameter filename should be final. | 748 | |
| misc | FinalParameters | Parameter format should be final. | 748 | |
| misc | FinalParameters | Parameter project should be final. | 748 | |
| misc | FinalParameters | Parameter jobFilter should be final. | 748 | |
| misc | FinalParameters | Parameter groupPath should be final. | 748 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 749 | |
| misc | FinalParameters | Parameter jobIds should be final. | 749 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 749 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 749 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 749 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 749 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 749 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 750 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 751 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 752 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 753 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 756 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 762 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 763 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 764 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 765 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 770 | |
| design | DesignForExtension | Method 'exportJobs' is not designed for extension - needs to be abstract, final or empty. | 770 | |
| misc | FinalParameters | Parameter format should be final. | 770 | |
| misc | FinalParameters | Parameter project should be final. | 770 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 770 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 770 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 770 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 771 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 771 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 771 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 773 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 776 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 781 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 782 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 783 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 784 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 785 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 789 | |
| design | DesignForExtension | Method 'exportJobs' is not designed for extension - needs to be abstract, final or empty. | 789 | |
| misc | FinalParameters | Parameter format should be final. | 789 | |
| misc | FinalParameters | Parameter project should be final. | 789 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 789 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 790 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 790 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 790 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 790 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 790 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 790 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 794 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 795 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 801 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 803 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 804 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 805 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 806 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 807 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 812 | |
| design | DesignForExtension | Method 'exportJobs' is not designed for extension - needs to be abstract, final or empty. | 812 | |
| misc | FinalParameters | Parameter format should be final. | 812 | |
| misc | FinalParameters | Parameter project should be final. | 812 | |
| misc | FinalParameters | Parameter jobFilter should be final. | 812 | |
| misc | FinalParameters | Parameter groupPath should be final. | 812 | |
| misc | FinalParameters | Parameter jobIds should be final. | 812 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 813 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 813 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 813 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 813 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 813 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 813 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 813 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 815 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 818 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 819 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 825 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 827 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 828 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 829 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 830 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 831 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 834 | |
| design | DesignForExtension | Method 'exportJobs' is not designed for extension - needs to be abstract, final or empty. | 834 | |
| misc | FinalParameters | Parameter format should be final. | 834 | |
| misc | FinalParameters | Parameter project should be final. | 834 | |
| misc | FinalParameters | Parameter jobFilter should be final. | 834 | |
| misc | FinalParameters | Parameter groupPath should be final. | 834 | |
| misc | FinalParameters | Parameter jobIds should be final. | 834 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 835 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 835 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 835 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 835 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 835 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 835 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 835 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 839 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 844 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 847 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 850 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 853 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 854 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 855 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 856 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 863 | |
| design | DesignForExtension | Method 'exportJobToFile' is not designed for extension - needs to be abstract, final or empty. | 863 | |
| misc | FinalParameters | Parameter filename should be final. | 863 | |
| misc | FinalParameters | Parameter format should be final. | 863 | |
| misc | FinalParameters | Parameter jobId should be final. | 863 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 863 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 864 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 864 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 864 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 864 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 864 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 864 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 866 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 869 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 872 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 875 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 876 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 877 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 878 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 884 | |
| design | DesignForExtension | Method 'exportJobToFile' is not designed for extension - needs to be abstract, final or empty. | 884 | |
| misc | FinalParameters | Parameter filename should be final. | 884 | |
| misc | FinalParameters | Parameter format should be final. | 884 | |
| misc | FinalParameters | Parameter jobId should be final. | 884 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 884 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 885 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 885 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 885 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 885 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 885 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 885 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 886 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 888 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 891 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 896 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 897 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 898 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 899 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 900 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 905 | |
| design | DesignForExtension | Method 'exportJob' is not designed for extension - needs to be abstract, final or empty. | 905 | |
| misc | FinalParameters | Parameter format should be final. | 905 | |
| misc | FinalParameters | Parameter jobId should be final. | 905 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 905 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 905 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 905 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 906 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 906 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 906 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 908 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 911 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 916 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 917 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 918 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 919 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 920 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 924 | |
| design | DesignForExtension | Method 'exportJob' is not designed for extension - needs to be abstract, final or empty. | 924 | |
| misc | FinalParameters | Parameter format should be final. | 924 | |
| misc | FinalParameters | Parameter jobId should be final. | 924 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 924 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 924 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 924 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 925 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 925 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 925 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 928 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 932 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 933 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 935 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 940 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 941 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 945 | |
| design | DesignForExtension | Method 'importJobs' is not designed for extension - needs to be abstract, final or empty. | 945 | |
| javadoc | JavadocMethod | Expected @param tag for 'filename'. | 945 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 945 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 945 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 946 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 946 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 947 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 947 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 947 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 947 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 948 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 952 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 958 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 959 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 961 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 966 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 967 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 971 | |
| design | DesignForExtension | Method 'importJobs' is not designed for extension - needs to be abstract, final or empty. | 971 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 971 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 972 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 972 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 973 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 973 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 973 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 975 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 976 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 981 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 981 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 981 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 983 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 985 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 985 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 985 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 989 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 993 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 997 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1000 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1001 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1002 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1003 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1006 | |
| design | DesignForExtension | Method 'findJob' is not designed for extension - needs to be abstract, final or empty. | 1006 | |
| misc | FinalParameters | Parameter project should be final. | 1006 | |
| misc | FinalParameters | Parameter groupPath should be final. | 1006 | |
| misc | FinalParameters | Parameter name should be final. | 1006 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1006 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1007 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1007 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1007 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1007 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1007 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1007 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1010 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1011 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1014 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1019 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1020 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1021 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1022 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1026 | |
| design | DesignForExtension | Method 'getJob' is not designed for extension - needs to be abstract, final or empty. | 1026 | |
| misc | FinalParameters | Parameter jobId should be final. | 1026 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1026 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1026 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1026 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1027 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1027 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1027 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1028 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1029 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1032 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1036 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1037 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1038 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1039 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1040 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1042 | |
| design | DesignForExtension | Method 'deleteJob' is not designed for extension - needs to be abstract, final or empty. | 1042 | |
| misc | FinalParameters | Parameter jobId should be final. | 1042 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1042 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1042 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1042 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1043 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1043 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1043 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1048 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1053 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1054 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1055 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1056 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 1058 | |
| design | DesignForExtension | Method 'deleteJobs' is not designed for extension - needs to be abstract, final or empty. | 1058 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1058 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1058 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1058 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1059 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1059 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1059 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1061 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1063 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1063 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1067 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1068 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1072 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1073 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1074 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1075 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1076 | |
| design | DesignForExtension | Method 'triggerJob' is not designed for extension - needs to be abstract, final or empty. | 1079 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1080 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1080 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1080 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1080 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1080 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1080 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1080 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1081 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1082 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 1085 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1085 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 1085 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1099 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1100 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1105 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1107 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1108 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1109 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1110 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1114 | |
| design | DesignForExtension | Method 'runJob' is not designed for extension - needs to be abstract, final or empty. | 1114 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1114 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1114 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1114 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1115 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1115 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1115 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1120 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1121 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1125 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1126 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1128 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1130 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1131 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1132 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1133 | |
| design | DesignForExtension | Method 'runJob' is not designed for extension - needs to be abstract, final or empty. | 1136 | |
| misc | FinalParameters | Parameter poolingInterval should be final. | 1136 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1137 | |
| misc | FinalParameters | Parameter poolingUnit should be final. | 1137 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1137 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1137 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1137 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1137 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1137 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1138 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1166 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1167 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1169 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1170 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1171 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1172 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1173 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1174 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1177 | |
| design | DesignForExtension | Method 'triggerAdhocCommand' is not designed for extension - needs to be abstract, final or empty. | 1177 | |
| misc | FinalParameters | Parameter command should be final. | 1177 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1177 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1177 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1177 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1178 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1178 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1178 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1179 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1180 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1181 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 1188 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1188 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1191 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1192 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1198 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1199 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1200 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1203 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1204 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1205 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1206 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1207 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 1211 | |
| design | DesignForExtension | Method 'runAdhocCommand' is not designed for extension - needs to be abstract, final or empty. | 1211 | |
| misc | FinalParameters | Parameter command should be final. | 1211 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1211 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1211 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1211 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1212 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1212 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1212 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1219 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1220 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1221 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1225 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1226 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1227 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1228 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1229 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1230 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1231 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1234 | |
| design | DesignForExtension | Method 'runAdhocCommand' is not designed for extension - needs to be abstract, final or empty. | 1234 | |
| misc | FinalParameters | Parameter command should be final. | 1234 | |
| misc | FinalParameters | Parameter poolingInterval should be final. | 1234 | |
| misc | FinalParameters | Parameter poolingUnit should be final. | 1234 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1235 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1235 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1235 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1235 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1235 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1235 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1235 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1262 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1263 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1265 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1268 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1270 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1271 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1272 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1273 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1274 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1278 | |
| design | DesignForExtension | Method 'triggerAdhocScript' is not designed for extension - needs to be abstract, final or empty. | 1278 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1279 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1280 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1280 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1280 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1280 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1280 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1280 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1281 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1293 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1294 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1297 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1298 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1299 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1300 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1301 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1305 | |
| design | DesignForExtension | Method 'triggerAdhocScript' is not designed for extension - needs to be abstract, final or empty. | 1305 | |
| misc | FinalParameters | Parameter script should be final. | 1305 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1305 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1306 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1306 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1306 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1306 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1306 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1306 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1307 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1308 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1309 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1312 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 1322 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1322 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 1322 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1325 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1326 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1332 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1333 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1334 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1337 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1338 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1339 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1340 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1341 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1346 | |
| design | DesignForExtension | Method 'runAdhocScript' is not designed for extension - needs to be abstract, final or empty. | 1346 | |
| misc | FinalParameters | Parameter script should be final. | 1346 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1346 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1347 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1347 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1347 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1347 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1347 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1347 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1354 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1355 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1356 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1359 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1361 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1362 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1364 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1366 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1367 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1368 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1369 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1374 | |
| design | DesignForExtension | Method 'runAdhocScript' is not designed for extension - needs to be abstract, final or empty. | 1374 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1375 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1375 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1376 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1376 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1376 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1376 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1377 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1389 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1390 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1391 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1395 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1396 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1397 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1398 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1399 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1400 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1401 | |
| javadoc | JavadocMethod | Unused @throws tag for 'IOException'. | 1402 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1406 | |
| design | DesignForExtension | Method 'runAdhocScript' is not designed for extension - needs to be abstract, final or empty. | 1406 | |
| misc | FinalParameters | Parameter poolingInterval should be final. | 1406 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1407 | |
| misc | FinalParameters | Parameter poolingUnit should be final. | 1407 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1407 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1407 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1407 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1407 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1407 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1408 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1433 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1436 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1438 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1439 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1442 | |
| design | DesignForExtension | Method 'getRunningExecutions' is not designed for extension - needs to be abstract, final or empty. | 1442 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1442 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1442 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1442 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1443 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1443 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1448 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1456 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1460 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1461 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1462 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1463 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1464 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1467 | |
| design | DesignForExtension | Method 'getRunningExecutions' is not designed for extension - needs to be abstract, final or empty. | 1467 | |
| misc | FinalParameters | Parameter project should be final. | 1467 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1467 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1468 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1468 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1468 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1468 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1468 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1468 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1469 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1470 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1477 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1481 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1482 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1483 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1484 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1485 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1486 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1488 | |
| design | DesignForExtension | Method 'getJobExecutions' is not designed for extension - needs to be abstract, final or empty. | 1488 | |
| misc | FinalParameters | Parameter jobId should be final. | 1488 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1488 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1488 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1488 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1489 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1489 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1489 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1493 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1497 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1498 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1499 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1500 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1501 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1502 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1506 | |
| design | DesignForExtension | Method 'getJobExecutions' is not designed for extension - needs to be abstract, final or empty. | 1506 | |
| misc | FinalParameters | Parameter jobId should be final. | 1506 | |
| misc | FinalParameters | Parameter status should be final. | 1506 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1506 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1507 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1507 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1507 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1507 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1507 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1507 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 1509 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1509 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1512 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1516 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1517 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1518 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1519 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1520 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1521 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1522 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1524 | |
| design | DesignForExtension | Method 'getJobExecutions' is not designed for extension - needs to be abstract, final or empty. | 1524 | |
| misc | FinalParameters | Parameter jobId should be final. | 1524 | |
| misc | FinalParameters | Parameter status should be final. | 1524 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1524 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1525 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1525 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1525 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1525 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1525 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1525 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1529 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1533 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1535 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1536 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1537 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1538 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1539 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1540 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1542 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1544 | |
| design | DesignForExtension | Method 'getJobExecutions' is not designed for extension - needs to be abstract, final or empty. | 1544 | |
| misc | FinalParameters | Parameter jobId should be final. | 1544 | |
| misc | FinalParameters | Parameter status should be final. | 1544 | |
| misc | FinalParameters | Parameter max should be final. | 1544 | |
| misc | FinalParameters | Parameter offset should be final. | 1544 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1545 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1545 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1545 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1545 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1545 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1545 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1545 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 1547 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1547 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1552 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1556 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1558 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1559 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1560 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1561 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1562 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1563 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1565 | |
| design | DesignForExtension | Method 'getJobExecutions' is not designed for extension - needs to be abstract, final or empty. | 1565 | |
| misc | FinalParameters | Parameter jobId should be final. | 1565 | |
| misc | FinalParameters | Parameter status should be final. | 1565 | |
| misc | FinalParameters | Parameter max should be final. | 1565 | |
| misc | FinalParameters | Parameter offset should be final. | 1565 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1566 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1566 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1566 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1566 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1566 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1566 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1566 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1567 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1568 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1571 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1572 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1575 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1580 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1581 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1582 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1583 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1584 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1585 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1587 | |
| design | DesignForExtension | Method 'getExecutions' is not designed for extension - needs to be abstract, final or empty. | 1587 | |
| misc | FinalParameters | Parameter query should be final. | 1587 | |
| misc | FinalParameters | Parameter max should be final. | 1587 | |
| misc | FinalParameters | Parameter offset should be final. | 1587 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1588 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1588 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1588 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1588 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1588 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1588 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1588 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1590 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1592 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1598 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1602 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1607 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1608 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1609 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1612 | |
| design | DesignForExtension | Method 'getExecution' is not designed for extension - needs to be abstract, final or empty. | 1612 | |
| misc | FinalParameters | Parameter executionId should be final. | 1612 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1612 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1612 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1612 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1613 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1613 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1613 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1614 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1622 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1626 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1627 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1628 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1631 | |
| design | DesignForExtension | Method 'abortExecution' is not designed for extension - needs to be abstract, final or empty. | 1631 | |
| misc | FinalParameters | Parameter executionId should be final. | 1631 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1631 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1631 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1631 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1632 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1632 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1632 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1636 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1639 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1641 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1642 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1643 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 1646 | |
| design | DesignForExtension | Method 'abortExecution' is not designed for extension - needs to be abstract, final or empty. | 1646 | |
| misc | FinalParameters | Parameter executionId should be final. | 1646 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1646 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1646 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1646 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1647 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1647 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1647 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1648 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1649 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 1650 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1650 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 1650 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1653 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1656 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1663 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1665 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1666 | |
| design | DesignForExtension | Method 'deleteAllJobExecutions' is not designed for extension - needs to be abstract, final or empty. | 1670 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1671 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1671 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1671 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1672 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1672 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1672 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1673 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1676 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1676 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1677 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1681 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1686 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1687 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1688 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1691 | |
| design | DesignForExtension | Method 'deleteExecutions' is not designed for extension - needs to be abstract, final or empty. | 1691 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1692 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1692 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1692 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1693 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1693 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1693 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1694 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1695 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1699 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1704 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1708 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1712 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1713 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1714 | |
| design | DesignForExtension | Method 'deleteExecution' is not designed for extension - needs to be abstract, final or empty. | 1717 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1718 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1718 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1718 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1719 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1719 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1719 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1720 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1721 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1722 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1729 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1734 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1735 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1736 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1737 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1738 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1740 | |
| design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1740 | |
| misc | FinalParameters | Parameter project should be final. | 1740 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1740 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1740 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1740 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1741 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1741 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1741 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1742 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1742 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1745 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1750 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1752 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1753 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1754 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1755 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1756 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1758 | |
| design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1758 | |
| misc | FinalParameters | Parameter project should be final. | 1758 | |
| misc | FinalParameters | Parameter max should be final. | 1758 | |
| misc | FinalParameters | Parameter offset should be final. | 1758 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1758 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1759 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1759 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1759 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1759 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1759 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1759 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1760 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1760 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1760 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1763 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1768 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1771 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1772 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1773 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1774 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1775 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1777 | |
| design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1777 | |
| misc | FinalParameters | Parameter project should be final. | 1777 | |
| misc | FinalParameters | Parameter jobId should be final. | 1777 | |
| misc | FinalParameters | Parameter reportId should be final. | 1777 | |
| misc | FinalParameters | Parameter user should be final. | 1777 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1778 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1778 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1778 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1778 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1778 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1778 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1778 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1779 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1782 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1787 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1790 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1792 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1793 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1794 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1795 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1796 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1798 | |
| design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1798 | |
| misc | FinalParameters | Parameter project should be final. | 1798 | |
| misc | FinalParameters | Parameter jobId should be final. | 1798 | |
| misc | FinalParameters | Parameter reportId should be final. | 1798 | |
| misc | FinalParameters | Parameter user should be final. | 1798 | |
| misc | FinalParameters | Parameter max should be final. | 1798 | |
| misc | FinalParameters | Parameter offset should be final. | 1798 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1799 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1799 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1799 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1799 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1799 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1799 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1799 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1800 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1803 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1807 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1808 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1811 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1812 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1813 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1814 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1815 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1817 | |
| design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1817 | |
| misc | FinalParameters | Parameter project should be final. | 1817 | |
| misc | FinalParameters | Parameter recent should be final. | 1817 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1817 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1818 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1818 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1818 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1818 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1818 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1818 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1819 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1822 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1826 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1827 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1830 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1832 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1833 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1834 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1835 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1836 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1838 | |
| design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1838 | |
| misc | FinalParameters | Parameter project should be final. | 1838 | |
| misc | FinalParameters | Parameter recent should be final. | 1838 | |
| misc | FinalParameters | Parameter max should be final. | 1838 | |
| misc | FinalParameters | Parameter offset should be final. | 1838 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1838 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1839 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1839 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1839 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1839 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1839 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1839 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1840 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1843 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1850 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1851 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1852 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1853 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1854 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1856 | |
| design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1856 | |
| misc | FinalParameters | Parameter project should be final. | 1856 | |
| misc | FinalParameters | Parameter begin should be final. | 1856 | |
| misc | FinalParameters | Parameter end should be final. | 1856 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1856 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1857 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1857 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1857 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1857 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1857 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1857 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1858 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1858 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1858 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1861 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1868 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1870 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1871 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1872 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1873 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1874 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1876 | |
| design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1876 | |
| misc | FinalParameters | Parameter project should be final. | 1876 | |
| misc | FinalParameters | Parameter begin should be final. | 1876 | |
| misc | FinalParameters | Parameter end should be final. | 1876 | |
| misc | FinalParameters | Parameter max should be final. | 1876 | |
| misc | FinalParameters | Parameter offset should be final. | 1876 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1877 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1877 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1877 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1877 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1877 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1877 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1877 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1878 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1878 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1881 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1886 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1888 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1889 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1894 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1896 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1897 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1898 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1899 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1901 | |
| design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1901 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 1901 | |
| misc | FinalParameters | Parameter project should be final. | 1901 | |
| misc | FinalParameters | Parameter jobId should be final. | 1901 | |
| misc | FinalParameters | Parameter reportId should be final. | 1901 | |
| misc | FinalParameters | Parameter user should be final. | 1901 | |
| misc | FinalParameters | Parameter recent should be final. | 1901 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1902 | |
| misc | FinalParameters | Parameter begin should be final. | 1902 | |
| misc | FinalParameters | Parameter end should be final. | 1902 | |
| misc | FinalParameters | Parameter max should be final. | 1902 | |
| misc | FinalParameters | Parameter offset should be final. | 1902 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1902 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1902 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1902 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1903 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1903 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1903 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1904 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1905 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1917 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1921 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1922 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1923 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1924 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1925 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1926 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1929 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1930 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1934 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1935 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1936 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1937 | |
| design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1939 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 1939 | |
| misc | FinalParameters | Parameter project should be final. | 1939 | |
| misc | FinalParameters | Parameter user should be final. | 1940 | |
| misc | FinalParameters | Parameter recent should be final. | 1941 | |
| misc | FinalParameters | Parameter includeJobNames should be final. | 1942 | |
| misc | FinalParameters | Parameter excludeJobNames should be final. | 1943 | |
| misc | FinalParameters | Parameter begin should be final. | 1944 | |
| misc | FinalParameters | Parameter end should be final. | 1945 | |
| misc | FinalParameters | Parameter max should be final. | 1946 | |
| misc | FinalParameters | Parameter offset should be final. | 1947 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1948 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1948 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1948 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1948 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1948 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1948 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1948 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1950 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1951 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1961 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1968 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1971 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1973 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1974 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1976 | |
| design | DesignForExtension | Method 'getNodes' is not designed for extension - needs to be abstract, final or empty. | 1976 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1976 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1976 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1976 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1976 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1976 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1984 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1988 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1989 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1990 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1991 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1992 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1995 | |
| design | DesignForExtension | Method 'getNodes' is not designed for extension - needs to be abstract, final or empty. | 1995 | |
| misc | FinalParameters | Parameter project should be final. | 1995 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1995 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1995 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1995 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1996 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1996 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1996 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2000 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 2004 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2005 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2006 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2007 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2008 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 2009 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 2011 | |
| design | DesignForExtension | Method 'getNodes' is not designed for extension - needs to be abstract, final or empty. | 2011 | |
| misc | FinalParameters | Parameter project should be final. | 2011 | |
| misc | FinalParameters | Parameter nodeFilters should be final. | 2011 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2011 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 2012 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2012 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2012 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2012 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2012 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2012 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 2014 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 2015 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 2016 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2019 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 2025 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2026 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2027 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 2028 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 2030 | |
| design | DesignForExtension | Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 2030 | |
| misc | FinalParameters | Parameter name should be final. | 2030 | |
| misc | FinalParameters | Parameter project should be final. | 2030 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2030 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2030 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2030 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2031 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2031 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2031 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 2032 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 2034 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2038 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 2042 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 2043 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2044 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2045 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 2046 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2048 | |
| design | DesignForExtension | Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. | 2048 | |
| misc | FinalParameters | Parameter executionId should be final. | 2048 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2048 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2048 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2048 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2049 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2049 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2049 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 2050 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2051 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2054 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 2058 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 2059 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2060 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2061 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 2062 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 2064 | |
| design | DesignForExtension | Method 'getProfilePage' is not designed for extension - needs to be abstract, final or empty. | 2064 | |
| misc | FinalParameters | Parameter username should be final. | 2064 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2064 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2064 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2064 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2065 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2065 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2065 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2066 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 2067 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2071 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2072 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 2075 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 2076 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2077 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2078 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 2079 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 2081 | |
| design | DesignForExtension | Method 'generateToken' is not designed for extension - needs to be abstract, final or empty. | 2081 | |
| misc | FinalParameters | Parameter username should be final. | 2081 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2081 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2081 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2081 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2082 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2082 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2082 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2083 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2084 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2088 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2092 | |
| sizes | LineLength | Line is longer than 80 characters (found 206). | 2093 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 2094 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 2095 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 2097 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2098 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2099 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2100 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 2102 | |
| design | DesignForExtension | Method 'getExecutionOutput' is not designed for extension - needs to be abstract, final or empty. | 2102 | |
| misc | FinalParameters | Parameter executionId should be final. | 2102 | |
| misc | FinalParameters | Parameter offset should be final. | 2102 | |
| misc | FinalParameters | Parameter lastlines should be final. | 2102 | |
| misc | FinalParameters | Parameter lastmod should be final. | 2102 | |
| misc | FinalParameters | Parameter maxlines should be final. | 2102 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 2103 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2103 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2103 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2103 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2103 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2103 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2103 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2121 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 2126 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2127 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2128 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2129 | |
| design | DesignForExtension | Method 'getExecutionState' is not designed for extension - needs to be abstract, final or empty. | 2131 | |
| misc | FinalParameters | Parameter executionId should be final. | 2131 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 2132 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2132 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2132 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2132 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2132 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2132 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2132 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 2133 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2141 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 2146 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 2147 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2148 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 2150 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2151 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 2152 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 2156 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2157 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2158 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2159 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 2161 | |
| design | DesignForExtension | Method 'getExecutionOutputForNode' is not designed for extension - needs to be abstract, final or empty. | 2161 | |
| misc | FinalParameters | Parameter executionId should be final. | 2161 | |
| misc | FinalParameters | Parameter nodeName should be final. | 2161 | |
| misc | FinalParameters | Parameter offset should be final. | 2161 | |
| misc | FinalParameters | Parameter lastlines should be final. | 2161 | |
| misc | FinalParameters | Parameter lastmod should be final. | 2162 | |
| misc | FinalParameters | Parameter maxlines should be final. | 2162 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 2163 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2163 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2163 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2163 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2163 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2163 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2163 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2164 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 2165 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 2170 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 2170 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 2170 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 2173 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 2173 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 2173 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 2176 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 2176 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 2176 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2182 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 2187 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 2188 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2189 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 2191 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2192 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 2193 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 2197 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2198 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2199 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2200 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 2202 | |
| design | DesignForExtension | Method 'getExecutionOutputForStep' is not designed for extension - needs to be abstract, final or empty. | 2202 | |
| misc | FinalParameters | Parameter executionId should be final. | 2202 | |
| misc | FinalParameters | Parameter stepCtx should be final. | 2202 | |
| misc | FinalParameters | Parameter offset should be final. | 2202 | |
| misc | FinalParameters | Parameter lastlines should be final. | 2202 | |
| misc | FinalParameters | Parameter lastmod should be final. | 2203 | |
| misc | FinalParameters | Parameter maxlines should be final. | 2203 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 2204 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2204 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2204 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2204 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2204 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2204 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2204 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2205 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2206 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2223 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 2228 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 2229 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2230 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 2232 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2233 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 2234 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 2238 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2239 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2240 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2241 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 2243 | |
| design | DesignForExtension | Method 'getExecutionOutputForNodeAndStep' is not designed for extension - needs to be abstract, final or empty. | 2243 | |
| misc | FinalParameters | Parameter executionId should be final. | 2243 | |
| misc | FinalParameters | Parameter nodeName should be final. | 2243 | |
| javadoc | JavadocMethod | Expected @param tag for 'nodeName'. | 2243 | |
| misc | FinalParameters | Parameter stepCtx should be final. | 2243 | |
| misc | FinalParameters | Parameter offset should be final. | 2244 | |
| misc | FinalParameters | Parameter lastlines should be final. | 2244 | |
| misc | FinalParameters | Parameter lastmod should be final. | 2245 | |
| misc | FinalParameters | Parameter maxlines should be final. | 2245 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 2246 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2246 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2246 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2246 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2246 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2246 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2246 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2247 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 2248 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2249 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2269 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2273 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 2274 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 2275 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 2277 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2278 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2279 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2280 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 2282 | |
| design | DesignForExtension | Method 'getExecutionOutput' is not designed for extension - needs to be abstract, final or empty. | 2282 | |
| misc | FinalParameters | Parameter executionId should be final. | 2282 | |
| misc | FinalParameters | Parameter offset should be final. | 2282 | |
| misc | FinalParameters | Parameter lastmod should be final. | 2282 | |
| misc | FinalParameters | Parameter maxlines should be final. | 2282 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 2283 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2283 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2283 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2283 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2283 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2283 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2283 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2284 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 2285 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 2293 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2295 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 2299 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2300 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 2301 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 2302 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 2304 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2305 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2306 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2307 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 2309 | |
| design | DesignForExtension | Method 'getExecutionOutputState' is not designed for extension - needs to be abstract, final or empty. | 2309 | |
| misc | FinalParameters | Parameter executionId should be final. | 2309 | |
| misc | FinalParameters | Parameter stateOnly should be final. | 2309 | |
| misc | FinalParameters | Parameter offset should be final. | 2309 | |
| misc | FinalParameters | Parameter lastmod should be final. | 2309 | |
| misc | FinalParameters | Parameter maxlines should be final. | 2310 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 2311 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2311 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2311 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2311 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2311 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2311 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2311 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2312 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 2313 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 2321 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 2324 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2327 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 2330 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 2330 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 2330 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 2330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2335 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2340 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2345 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2346 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2348 | |
| design | DesignForExtension | Method 'getSystemInfo' is not designed for extension - needs to be abstract, final or empty. | 2348 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2348 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2348 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2348 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2349 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2349 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2350 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 2364 | |
| design | DesignForExtension | Method 'listApiTokens' is not designed for extension - needs to be abstract, final or empty. | 2364 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2364 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2364 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2365 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 2368 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2371 | |
| design | DesignForExtension | Method 'listApiTokens' is not designed for extension - needs to be abstract, final or empty. | 2376 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2376 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2376 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 2379 | |
| javadoc | JavadocMethod | Expected an @return tag. | 2388 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2388 | |
| design | DesignForExtension | Method 'generateApiToken' is not designed for extension - needs to be abstract, final or empty. | 2388 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 2388 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2388 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2388 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 2388 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 2389 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2395 | |
| javadoc | JavadocMethod | Expected an @return tag. | 2401 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2401 | |
| design | DesignForExtension | Method 'deleteApiToken' is not designed for extension - needs to be abstract, final or empty. | 2401 | |
| coding | HiddenField | 'token' hides a field. | 2401 | |
| javadoc | JavadocMethod | Expected @param tag for 'token'. | 2401 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2401 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2401 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 2401 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2406 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2412 | |
| design | DesignForExtension | Method 'getApiToken' is not designed for extension - needs to be abstract, final or empty. | 2412 | |
| coding | HiddenField | 'token' hides a field. | 2412 | |
| javadoc | JavadocMethod | Expected @param tag for 'token'. | 2412 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2412 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2412 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 2412 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 2414 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2417 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 2425 | |
| design | DesignForExtension | Method 'storeKey' is not designed for extension - needs to be abstract, final or empty. | 2425 | |
| misc | FinalParameters | Parameter privateKey should be final. | 2425 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2425 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2425 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 2425 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 2429 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2433 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 2433 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2440 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 2447 | |
| design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 2449 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2449 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 2452 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2464 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2472 | |
| design | DesignForExtension | Method 'getPublicKeyContent' is not designed for extension - needs to be abstract, final or empty. | 2472 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2473 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2473 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 2473 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 2476 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 2486 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2490 | |
| design | DesignForExtension | Method 'getPublicKeyContent' is not designed for extension - needs to be abstract, final or empty. | 2497 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2498 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2498 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 2498 | |
| whitespace | WhitespaceAround | 'finally' is not preceded with whitespace. | 2502 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 2502 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2507 | |
| design | DesignForExtension | Method 'listKeyDirectoryRoot' is not designed for extension - needs to be abstract, final or empty. | 2513 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2513 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2513 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2516 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 2521 | |
| javadoc | JavadocMethod | Expected an @return tag. | 2523 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 2523 | |
| design | DesignForExtension | Method 'listKeyDirectory' is not designed for extension - needs to be abstract, final or empty. | 2523 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2523 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 2526 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 2532 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 2533 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2538 | |
| design | DesignForExtension | Method 'deleteKey' is not designed for extension - needs to be abstract, final or empty. | 2542 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 2542 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 2545 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 2551 | |
| design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 2553 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 2558 | |
| design | DesignForExtension | Method 'getToken' is not designed for extension - needs to be abstract, final or empty. | 2560 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 2565 | |
| design | DesignForExtension | Method 'getLogin' is not designed for extension - needs to be abstract, final or empty. | 2567 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 2572 | |
| design | DesignForExtension | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 2574 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 2579 | |
| design | DesignForExtension | Method 'getSessionID' is not designed for extension - needs to be abstract, final or empty. | 2581 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 2585 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 2593 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2598 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 2602 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2603 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 2603 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 2604 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 2605 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 2609 | |
| misc | FinalParameters | Parameter obj should be final. | 2610 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2611 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2613 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2615 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2619 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2621 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2624 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2626 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2629 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2631 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2634 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2636 |
org/rundeck/api/RundeckClientBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 117). | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocMethod | Expected an @return tag. | 42 | |
| design | DesignForExtension | Method 'url' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| misc | FinalParameters | Parameter url should be final. | 42 | |
| coding | HiddenField | 'url' hides a field. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'url'. | 42 | |
| design | DesignForExtension | Method 'login' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter login should be final. | 47 | |
| coding | HiddenField | 'login' hides a field. | 47 | |
| design | DesignForExtension | Method 'login' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter login should be final. | 52 | |
| coding | HiddenField | 'login' hides a field. | 52 | |
| misc | FinalParameters | Parameter password should be final. | 52 | |
| coding | HiddenField | 'password' hides a field. | 52 | |
| design | DesignForExtension | Method 'password' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter password should be final. | 58 | |
| coding | HiddenField | 'password' hides a field. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| javadoc | JavadocMethod | Expected an @return tag. | 66 | |
| design | DesignForExtension | Method 'token' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| misc | FinalParameters | Parameter token should be final. | 66 | |
| coding | HiddenField | 'token' hides a field. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'token'. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| javadoc | JavadocMethod | Expected an @return tag. | 74 | |
| design | DesignForExtension | Method 'sessionId' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| misc | FinalParameters | Parameter id should be final. | 74 | |
| coding | HiddenField | 'id' hides a field. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| javadoc | JavadocMethod | Expected an @return tag. | 82 | |
| design | DesignForExtension | Method 'version' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| coding | HiddenField | 'version' hides a field. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'version'. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| javadoc | JavadocMethod | Expected an @return tag. | 90 | |
| design | DesignForExtension | Method 'version' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| coding | HiddenField | 'version' hides a field. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'version'. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| javadoc | JavadocMethod | Expected an @return tag. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 97 | |
| design | DesignForExtension | Method 'systemProxyEnabled' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| coding | HiddenField | 'systemProxyEnabled' hides a field. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'systemProxyEnabled'. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 102 | |
| javadoc | JavadocMethod | Expected an @return tag. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 104 | |
| design | DesignForExtension | Method 'sslHostnameVerifyAllowAll' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| coding | HiddenField | 'sslHostnameVerifyAllowAll' hides a field. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'sslHostnameVerifyAllowAll'. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 110 | |
| javadoc | JavadocMethod | Expected an @return tag. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 112 | |
| design | DesignForExtension | Method 'sslCertificateTrustAllowSelfSigned' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| coding | HiddenField | 'sslCertificateTrustAllowSelfSigned' hides a field. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'sslCertificateTrustAllowSelfSigned'. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 117 | |
| javadoc | JavadocMethod | Expected an @return tag. | 120 | |
| design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 139 |
org/rundeck/api/RundeckJobsImport.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| javadoc | JavadocMethod | Expected an @return tag. | 16 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| javadoc | JavadocMethod | Expected an @return tag. | 22 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocMethod | Expected an @return tag. | 28 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocMethod | Expected an @return tag. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocMethod | Expected an @return tag. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 |
org/rundeck/api/RundeckJobsImportBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocMethod | Expected an @return tag. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocMethod | Expected an @return tag. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'original'. | 40 | |
| design | DesignForExtension | Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'setStream' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'setFileType' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 59 | |
| design | DesignForExtension | Method 'setJobsImportMethod' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 63 | |
| design | DesignForExtension | Method 'setUUIDImportBehavior' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
org/rundeck/api/domain/ArchiveImport.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 116). | 6 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| coding | HiddenField | 'successful' hides a field. | 16 | |
| coding | HiddenField | 'errorMessages' hides a field. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| javadoc | JavadocMethod | Expected an @return tag. | 25 | |
| design | DesignForExtension | Method 'isSuccessful' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocMethod | Expected an @return tag. | 34 | |
| design | DesignForExtension | Method 'getErrorMessages' is not designed for extension - needs to be abstract, final or empty. | 34 |
org/rundeck/api/domain/BaseKeyResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 81). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| design | DesignForExtension | Method 'isPrivateKey' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| design | DesignForExtension | Method 'setPrivateKey' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter privateKey should be final. | 23 | |
| coding | HiddenField | 'privateKey' hides a field. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'keyResources' must be private and have accessor methods. | 27 | |
| design | DesignForExtension | Method 'setDirectoryContents' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 30 | |
| misc | FinalParameters | Parameter directoryContents should be final. | 30 | |
| design | DesignForExtension | Method 'getDirectoryContents' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 50 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 54 |
org/rundeck/api/domain/BaseState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 5 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| javadoc | JavadocMethod | Expected an @return tag. | 18 | |
| design | DesignForExtension | Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| design | DesignForExtension | Method 'setStartTime' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| misc | FinalParameters | Parameter startTime should be final. | 22 | |
| coding | HiddenField | 'startTime' hides a field. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 27 | |
| javadoc | JavadocMethod | Expected an @return tag. | 30 | |
| design | DesignForExtension | Method 'getEndTime' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| design | DesignForExtension | Method 'setEndTime' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter endTime should be final. | 34 | |
| coding | HiddenField | 'endTime' hides a field. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocMethod | Expected an @return tag. | 42 | |
| design | DesignForExtension | Method 'getExecutionState' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| design | DesignForExtension | Method 'setExecutionState' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter executionState should be final. | 46 | |
| coding | HiddenField | 'executionState' hides a field. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocMethod | Expected an @return tag. | 54 | |
| design | DesignForExtension | Method 'getUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| design | DesignForExtension | Method 'setUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter updateTime should be final. | 58 | |
| coding | HiddenField | 'updateTime' hides a field. | 58 |
org/rundeck/api/domain/BaseStorageResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| design | DesignForExtension | Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| design | DesignForExtension | Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter path should be final. | 28 | |
| coding | HiddenField | 'path' hides a field. | 28 | |
| design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter url should be final. | 37 | |
| coding | HiddenField | 'url' hides a field. | 37 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter name should be final. | 46 | |
| coding | HiddenField | 'name' hides a field. | 46 | |
| design | DesignForExtension | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| design | DesignForExtension | Method 'setMetadata' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter metadata should be final. | 55 | |
| coding | HiddenField | 'metadata' hides a field. | 55 | |
| design | DesignForExtension | Method 'isDirectory' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| design | DesignForExtension | Method 'setDirectory' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter directory should be final. | 64 | |
| coding | HiddenField | 'directory' hides a field. | 64 | |
| design | DesignForExtension | Method 'getDirectoryContents' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 73 | |
| design | DesignForExtension | Method 'setDirectoryContents' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter directoryContents should be final. | 73 | |
| coding | HiddenField | 'directoryContents' hides a field. | 73 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 79 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 80 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 81 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 82 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 83 |
org/rundeck/api/domain/ConfigProperty.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| misc | FinalParameters | Parameter key should be final. | 20 | |
| coding | HiddenField | 'key' hides a field. | 20 | |
| misc | FinalParameters | Parameter value should be final. | 20 | |
| coding | HiddenField | 'value' hides a field. | 20 | |
| design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter key should be final. | 29 | |
| coding | HiddenField | 'key' hides a field. | 29 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter value should be final. | 37 | |
| coding | HiddenField | 'value' hides a field. | 37 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| misc | FinalParameters | Parameter o should be final. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| coding | MagicNumber | '31' is a magic number. | 57 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 |
org/rundeck/api/domain/DeleteExecutionsResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | DesignForExtension | Method 'getFailedCount' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| design | DesignForExtension | Method 'setFailedCount' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | HiddenField | 'failedCount' hides a field. | 26 | |
| design | DesignForExtension | Method 'getSuccessCount' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| design | DesignForExtension | Method 'setSuccessCount' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | HiddenField | 'successCount' hides a field. | 34 | |
| design | DesignForExtension | Method 'isAllsuccessful' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'setAllsuccessful' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | HiddenField | 'allsuccessful' hides a field. | 42 | |
| design | DesignForExtension | Method 'getRequestCount' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'setRequestCount' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | HiddenField | 'requestCount' hides a field. | 50 | |
| design | DesignForExtension | Method 'getFailures' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'setFailures' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | HiddenField | 'failures' hides a field. | 58 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 62 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getExecutionId' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'setExecutionId' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | HiddenField | 'executionId' hides a field. | 72 | |
| design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | HiddenField | 'message' hides a field. | 80 |
org/rundeck/api/domain/KeyResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 5 | |
| javadoc | JavadocMethod | Expected an @return tag. | 16 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| javadoc | JavadocMethod | Expected an @return tag. | 22 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 |
org/rundeck/api/domain/ProjectConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| misc | FinalParameters | Parameter properties should be final. | 21 | |
| coding | HiddenField | 'properties' hides a field. | 21 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'addProperties' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | HiddenField | 'properties' hides a field. | 37 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| misc | FinalParameters | Parameter o should be final. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 48 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 55 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 |
org/rundeck/api/domain/RundeckAbort.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter status should be final. | 37 | |
| coding | HiddenField | 'status' hides a field. | 37 | |
| design | DesignForExtension | Method 'getExecution' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'setExecution' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter execution should be final. | 45 | |
| coding | HiddenField | 'execution' hides a field. | 45 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 51 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 58 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 58 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 59 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| misc | FinalParameters | Parameter obj should be final. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
org/rundeck/api/domain/RundeckEvent.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 58 | |
| design | DesignForExtension | Method 'getDurationInMillis' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 68 | |
| design | DesignForExtension | Method 'getDurationInSeconds' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 72 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 76 | |
| design | DesignForExtension | Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 81 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 85 | |
| design | DesignForExtension | Method 'getShortDuration' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 90 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 94 | |
| design | DesignForExtension | Method 'isAdhoc' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter title should be final. | 104 | |
| coding | HiddenField | 'title' hides a field. | 104 | |
| design | DesignForExtension | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| design | DesignForExtension | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter status should be final. | 115 | |
| coding | HiddenField | 'status' hides a field. | 115 | |
| design | DesignForExtension | Method 'getSummary' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| design | DesignForExtension | Method 'setSummary' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| misc | FinalParameters | Parameter summary should be final. | 123 | |
| coding | HiddenField | 'summary' hides a field. | 123 | |
| design | DesignForExtension | Method 'getNodeSummary' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| design | DesignForExtension | Method 'setNodeSummary' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | FinalParameters | Parameter nodeSummary should be final. | 134 | |
| coding | HiddenField | 'nodeSummary' hides a field. | 134 | |
| design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| design | DesignForExtension | Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| misc | FinalParameters | Parameter user should be final. | 142 | |
| coding | HiddenField | 'user' hides a field. | 142 | |
| design | DesignForExtension | Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| design | DesignForExtension | Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| misc | FinalParameters | Parameter project should be final. | 150 | |
| coding | HiddenField | 'project' hides a field. | 150 | |
| design | DesignForExtension | Method 'getStartedAt' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 155 | |
| design | DesignForExtension | Method 'setStartedAt' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| misc | FinalParameters | Parameter startedAt should be final. | 158 | |
| coding | HiddenField | 'startedAt' hides a field. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 159 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 159 | |
| design | DesignForExtension | Method 'getEndedAt' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 163 | |
| design | DesignForExtension | Method 'setEndedAt' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| misc | FinalParameters | Parameter endedAt should be final. | 166 | |
| coding | HiddenField | 'endedAt' hides a field. | 166 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 167 | |
| design | DesignForExtension | Method 'getAbortedBy' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| design | DesignForExtension | Method 'setAbortedBy' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| misc | FinalParameters | Parameter abortedBy should be final. | 174 | |
| coding | HiddenField | 'abortedBy' hides a field. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 179 | |
| design | DesignForExtension | Method 'getExecutionId' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| design | DesignForExtension | Method 'setExecutionId' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| misc | FinalParameters | Parameter executionId should be final. | 185 | |
| coding | HiddenField | 'executionId' hides a field. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 190 | |
| design | DesignForExtension | Method 'getJobId' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| design | DesignForExtension | Method 'setJobId' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| misc | FinalParameters | Parameter jobId should be final. | 196 | |
| coding | HiddenField | 'jobId' hides a field. | 196 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 204 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 212 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 212 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 214 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 214 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 216 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 216 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 218 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 218 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 219 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 220 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 221 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 222 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| misc | FinalParameters | Parameter obj should be final. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 248 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 253 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 256 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 261 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 268 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 276 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 286 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 288 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 293 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 298 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 300 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 302 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 304 | |
| design | DesignForExtension | Method 'getSucceeded' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| design | DesignForExtension | Method 'setSucceeded' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| misc | FinalParameters | Parameter succeeded should be final. | 310 | |
| coding | HiddenField | 'succeeded' hides a field. | 310 | |
| design | DesignForExtension | Method 'getFailed' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| design | DesignForExtension | Method 'setFailed' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| misc | FinalParameters | Parameter failed should be final. | 318 | |
| coding | HiddenField | 'failed' hides a field. | 318 | |
| design | DesignForExtension | Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| design | DesignForExtension | Method 'setTotal' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| misc | FinalParameters | Parameter total should be final. | 326 | |
| coding | HiddenField | 'total' hides a field. | 326 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 332 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| misc | FinalParameters | Parameter obj should be final. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 349 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 351 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 354 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 356 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 358 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 365 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 369 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 369 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 369 |
org/rundeck/api/domain/RundeckExecution.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 111). | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 60 | |
| design | DesignForExtension | Method 'getDurationInMillis' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 71 | |
| design | DesignForExtension | Method 'getDurationInSeconds' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 75 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 79 | |
| design | DesignForExtension | Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 84 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 88 | |
| design | DesignForExtension | Method 'getShortDuration' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 93 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 93 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter id should be final. | 100 | |
| coding | HiddenField | 'id' hides a field. | 100 | |
| design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter url should be final. | 108 | |
| coding | HiddenField | 'url' hides a field. | 108 | |
| design | DesignForExtension | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| design | DesignForExtension | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter status should be final. | 119 | |
| coding | HiddenField | 'status' hides a field. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 124 | |
| design | DesignForExtension | Method 'getJob' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| design | DesignForExtension | Method 'setJob' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| misc | FinalParameters | Parameter job should be final. | 131 | |
| coding | HiddenField | 'job' hides a field. | 131 | |
| design | DesignForExtension | Method 'getStartedBy' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| design | DesignForExtension | Method 'setStartedBy' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| misc | FinalParameters | Parameter startedBy should be final. | 139 | |
| coding | HiddenField | 'startedBy' hides a field. | 139 | |
| design | DesignForExtension | Method 'getStartedAt' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 144 | |
| design | DesignForExtension | Method 'setStartedAt' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter startedAt should be final. | 147 | |
| coding | HiddenField | 'startedAt' hides a field. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 148 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 148 | |
| design | DesignForExtension | Method 'getEndedAt' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 152 | |
| design | DesignForExtension | Method 'setEndedAt' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| misc | FinalParameters | Parameter endedAt should be final. | 155 | |
| coding | HiddenField | 'endedAt' hides a field. | 155 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 156 | |
| design | DesignForExtension | Method 'getAbortedBy' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| design | DesignForExtension | Method 'setAbortedBy' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| misc | FinalParameters | Parameter abortedBy should be final. | 163 | |
| coding | HiddenField | 'abortedBy' hides a field. | 163 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| misc | FinalParameters | Parameter description should be final. | 171 | |
| coding | HiddenField | 'description' hides a field. | 171 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 180 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 190 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 191 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 192 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 192 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 193 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 194 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 196 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 197 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 197 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 198 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 199 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 200 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| misc | FinalParameters | Parameter obj should be final. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 244 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 256 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 261 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 266 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 271 | |
| javadoc | JavadocMethod | Expected an @return tag. | 274 | |
| design | DesignForExtension | Method 'getArgstring' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| design | DesignForExtension | Method 'setArgstring' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| misc | FinalParameters | Parameter argstring should be final. | 278 | |
| coding | HiddenField | 'argstring' hides a field. | 278 | |
| design | DesignForExtension | Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| design | DesignForExtension | Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter project should be final. | 286 | |
| coding | HiddenField | 'project' hides a field. | 286 | |
| design | DesignForExtension | Method 'getSuccessfulNodes' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| design | DesignForExtension | Method 'setSuccessfulNodes' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| misc | FinalParameters | Parameter successfulNodes should be final. | 294 | |
| coding | HiddenField | 'successfulNodes' hides a field. | 294 | |
| design | DesignForExtension | Method 'getFailedNodes' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| design | DesignForExtension | Method 'setFailedNodes' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| misc | FinalParameters | Parameter failedNodes should be final. | 302 | |
| coding | HiddenField | 'failedNodes' hides a field. | 302 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 306 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 310 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 310 |
org/rundeck/api/domain/RundeckExecutionState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 7 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | JavadocMethod | Expected an @return tag. | 19 | |
| design | DesignForExtension | Method 'getAllNodes' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| design | DesignForExtension | Method 'setAllNodes' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter allNodes should be final. | 23 | |
| coding | HiddenField | 'allNodes' hides a field. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocMethod | Expected an @return tag. | 31 | |
| design | DesignForExtension | Method 'getNodeStates' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 35 | |
| design | DesignForExtension | Method 'setNodeStates' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter nodeStates should be final. | 35 | |
| coding | HiddenField | 'nodeStates' hides a field. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| design | DesignForExtension | Method 'getExecutionId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| design | DesignForExtension | Method 'setExecutionId' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter executionId should be final. | 47 | |
| coding | HiddenField | 'executionId' hides a field. | 47 |
org/rundeck/api/domain/RundeckHistory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | DesignForExtension | Method 'addEvent' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter event should be final. | 41 | |
| design | DesignForExtension | Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setEvents' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter events should be final. | 52 | |
| coding | HiddenField | 'events' hides a field. | 52 | |
| design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter count should be final. | 60 | |
| coding | HiddenField | 'count' hides a field. | 60 | |
| design | DesignForExtension | Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'setTotal' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter total should be final. | 68 | |
| coding | HiddenField | 'total' hides a field. | 68 | |
| design | DesignForExtension | Method 'getMax' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'setMax' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter max should be final. | 76 | |
| coding | HiddenField | 'max' hides a field. | 76 | |
| design | DesignForExtension | Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter offset should be final. | 84 | |
| coding | HiddenField | 'offset' hides a field. | 84 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 90 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 98 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| misc | FinalParameters | Parameter obj should be final. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
org/rundeck/api/domain/RundeckJob.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter id should be final. | 58 | |
| coding | HiddenField | 'id' hides a field. | 58 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter name should be final. | 66 | |
| coding | HiddenField | 'name' hides a field. | 66 | |
| design | DesignForExtension | Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'setGroup' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter group should be final. | 74 | |
| coding | HiddenField | 'group' hides a field. | 74 | |
| design | DesignForExtension | Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| design | DesignForExtension | Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter project should be final. | 82 | |
| coding | HiddenField | 'project' hides a field. | 82 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter description should be final. | 90 | |
| coding | HiddenField | 'description' hides a field. | 90 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 97 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 97 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 97 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 97 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 104 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 104 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 105 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 106 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 107 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 109 | |
| coding | MagicNumber | '32' is a magic number. | 109 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| misc | FinalParameters | Parameter obj should be final. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| design | DesignForExtension | Method 'getAverageDuration' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| design | DesignForExtension | Method 'setAverageDuration' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| misc | FinalParameters | Parameter averageDuration should be final. | 158 | |
| coding | HiddenField | 'averageDuration' hides a field. | 158 |
org/rundeck/api/domain/RundeckJobDelete.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter id should be final. | 47 | |
| coding | HiddenField | 'id' hides a field. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocMethod | Expected an @return tag. | 54 | |
| design | DesignForExtension | Method 'getError' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| design | DesignForExtension | Method 'setError' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter error should be final. | 58 | |
| coding | HiddenField | 'error' hides a field. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| javadoc | JavadocMethod | Expected an @return tag. | 65 | |
| design | DesignForExtension | Method 'isSuccessful' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| design | DesignForExtension | Method 'setSuccessful' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter successful should be final. | 69 | |
| coding | HiddenField | 'successful' hides a field. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 76 | |
| design | DesignForExtension | Method 'getErrorCode' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| design | DesignForExtension | Method 'setErrorCode' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter errorCode should be final. | 80 | |
| coding | HiddenField | 'errorCode' hides a field. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| javadoc | JavadocMethod | Expected an @return tag. | 87 | |
| design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter message should be final. | 91 | |
| coding | HiddenField | 'message' hides a field. | 91 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter o should be final. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 103 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 104 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 105 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 106 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 106 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 113 | |
| coding | MagicNumber | '31' is a magic number. | 114 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 114 | |
| coding | MagicNumber | '31' is a magic number. | 115 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 115 | |
| coding | MagicNumber | '31' is a magic number. | 116 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 116 | |
| coding | MagicNumber | '31' is a magic number. | 117 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 117 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 123 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 124 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 125 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 126 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 127 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 128 |
org/rundeck/api/domain/RundeckJobDeleteBulk.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter results should be final. | 41 | |
| coding | HiddenField | 'results' hides a field. | 41 | |
| misc | FinalParameters | Parameter requestCount should be final. | 41 | |
| coding | HiddenField | 'requestCount' hides a field. | 41 | |
| misc | FinalParameters | Parameter allsuccessful should be final. | 41 | |
| coding | HiddenField | 'allsuccessful' hides a field. | 41 | |
| design | DesignForExtension | Method 'getResults' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Expected an @return tag. | 54 | |
| design | DesignForExtension | Method 'getRequestCount' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocMethod | Expected an @return tag. | 61 | |
| design | DesignForExtension | Method 'isAllsuccessful' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 69 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 69 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 76 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 77 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 78 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 79 |
org/rundeck/api/domain/RundeckJobsImportMethod.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
org/rundeck/api/domain/RundeckJobsImportResult.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'addSucceededJob' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter job should be final. | 39 | |
| design | DesignForExtension | Method 'addSkippedJob' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter job should be final. | 43 | |
| design | DesignForExtension | Method 'addFailedJob' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter job should be final. | 47 | |
| misc | FinalParameters | Parameter errorMessage should be final. | 47 | |
| design | DesignForExtension | Method 'getSucceededJobs' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'getSkippedJobs' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| design | DesignForExtension | Method 'getFailedJobs' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 65 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 73 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 74 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 75 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 75 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| misc | FinalParameters | Parameter obj should be final. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
org/rundeck/api/domain/RundeckJobsUUIDImportBehavior.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
org/rundeck/api/domain/RundeckNode.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter name should be final. | 71 | |
| coding | HiddenField | 'name' hides a field. | 71 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter type should be final. | 79 | |
| coding | HiddenField | 'type' hides a field. | 79 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter description should be final. | 87 | |
| coding | HiddenField | 'description' hides a field. | 87 | |
| design | DesignForExtension | Method 'getTags' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| design | DesignForExtension | Method 'setTags' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter tags should be final. | 95 | |
| coding | HiddenField | 'tags' hides a field. | 95 | |
| design | DesignForExtension | Method 'getHostname' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| design | DesignForExtension | Method 'setHostname' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter hostname should be final. | 103 | |
| coding | HiddenField | 'hostname' hides a field. | 103 | |
| design | DesignForExtension | Method 'getOsArch' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| design | DesignForExtension | Method 'setOsArch' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter osArch should be final. | 111 | |
| coding | HiddenField | 'osArch' hides a field. | 111 | |
| design | DesignForExtension | Method 'getOsFamily' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| design | DesignForExtension | Method 'setOsFamily' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter osFamily should be final. | 119 | |
| coding | HiddenField | 'osFamily' hides a field. | 119 | |
| design | DesignForExtension | Method 'getOsName' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| design | DesignForExtension | Method 'setOsName' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| misc | FinalParameters | Parameter osName should be final. | 127 | |
| coding | HiddenField | 'osName' hides a field. | 127 | |
| design | DesignForExtension | Method 'getOsVersion' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| design | DesignForExtension | Method 'setOsVersion' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| misc | FinalParameters | Parameter osVersion should be final. | 135 | |
| coding | HiddenField | 'osVersion' hides a field. | 135 | |
| design | DesignForExtension | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| misc | FinalParameters | Parameter username should be final. | 143 | |
| coding | HiddenField | 'username' hides a field. | 143 | |
| design | DesignForExtension | Method 'getEditUrl' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| design | DesignForExtension | Method 'setEditUrl' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| misc | FinalParameters | Parameter editUrl should be final. | 151 | |
| coding | HiddenField | 'editUrl' hides a field. | 151 | |
| design | DesignForExtension | Method 'getRemoteUrl' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| design | DesignForExtension | Method 'setRemoteUrl' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| misc | FinalParameters | Parameter remoteUrl should be final. | 159 | |
| coding | HiddenField | 'remoteUrl' hides a field. | 159 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 167 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 175 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 175 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 177 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 177 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 178 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 180 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 180 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 182 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 183 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 183 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 184 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 186 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 186 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| misc | FinalParameters | Parameter obj should be final. | 191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 250 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 257 |
org/rundeck/api/domain/RundeckNodeIdentity.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 4 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| javadoc | JavadocMethod | Expected an @return tag. | 13 |
org/rundeck/api/domain/RundeckOutput.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 18 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 19 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 22 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 24 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 26 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 28 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 30 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 32 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 34 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 36 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 38 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 40 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 42 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 44 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'logEntries' must be private and have accessor methods. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 50 | |
| design | DesignForExtension | Method 'getExecutionId' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 51 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 52 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 54 | |
| design | DesignForExtension | Method 'setExecutionId' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter executionId should be final. | 54 | |
| coding | HiddenField | 'executionId' hides a field. | 54 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 55 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 56 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 58 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 59 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 60 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 62 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 63 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 64 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 66 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 67 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 68 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 70 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 71 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 72 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 74 | |
| design | DesignForExtension | Method 'isUnmodified' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 75 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 76 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 78 | |
| design | DesignForExtension | Method 'setUnmodified' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter unmodified should be final. | 78 | |
| coding | HiddenField | 'unmodified' hides a field. | 78 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 79 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 80 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 82 | |
| design | DesignForExtension | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 83 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 84 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 86 | |
| design | DesignForExtension | Method 'setEmpty' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter empty should be final. | 86 | |
| coding | HiddenField | 'empty' hides a field. | 86 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 87 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 88 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 90 | |
| design | DesignForExtension | Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 91 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 92 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 94 | |
| design | DesignForExtension | Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter offset should be final. | 94 | |
| coding | HiddenField | 'offset' hides a field. | 94 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 95 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 96 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 98 | |
| design | DesignForExtension | Method 'isCompleted' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 99 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 100 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 102 | |
| design | DesignForExtension | Method 'setCompleted' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter completed should be final. | 102 | |
| coding | HiddenField | 'completed' hides a field. | 102 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 103 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 104 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 106 | |
| design | DesignForExtension | Method 'isExecCompleted' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 107 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 108 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 110 | |
| design | DesignForExtension | Method 'setExecCompleted' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter execCompleted should be final. | 110 | |
| coding | HiddenField | 'execCompleted' hides a field. | 110 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 111 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 112 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 114 | |
| design | DesignForExtension | Method 'isHasFailedNodes' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 115 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 116 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 118 | |
| design | DesignForExtension | Method 'setHasFailedNodes' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter hasFailedNodes should be final. | 118 | |
| coding | HiddenField | 'hasFailedNodes' hides a field. | 118 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 119 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 120 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 122 | |
| design | DesignForExtension | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 123 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 124 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 126 | |
| design | DesignForExtension | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter status should be final. | 126 | |
| coding | HiddenField | 'status' hides a field. | 126 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 127 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 128 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 130 | |
| design | DesignForExtension | Method 'getLastModified' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 131 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 132 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 134 | |
| design | DesignForExtension | Method 'setLastModified' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | FinalParameters | Parameter lastModified should be final. | 134 | |
| coding | HiddenField | 'lastModified' hides a field. | 134 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 135 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 136 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 138 | |
| design | DesignForExtension | Method 'getExecDuration' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 139 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 140 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 142 | |
| design | DesignForExtension | Method 'setExecDuration' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| misc | FinalParameters | Parameter execDuration should be final. | 142 | |
| coding | HiddenField | 'execDuration' hides a field. | 142 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 143 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 144 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 146 | |
| design | DesignForExtension | Method 'getPercentLoaded' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 147 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 148 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 150 | |
| design | DesignForExtension | Method 'setPercentLoaded' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| misc | FinalParameters | Parameter percentLoaded should be final. | 150 | |
| coding | HiddenField | 'percentLoaded' hides a field. | 150 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 151 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 152 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 154 | |
| design | DesignForExtension | Method 'getTotalSize' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 155 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 156 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 158 | |
| design | DesignForExtension | Method 'setTotalSize' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| misc | FinalParameters | Parameter totalSize should be final. | 158 | |
| coding | HiddenField | 'totalSize' hides a field. | 158 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 159 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 160 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 162 | |
| design | DesignForExtension | Method 'getLogEntries' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 163 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 164 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 166 | |
| design | DesignForExtension | Method 'setLogEntries' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| misc | FinalParameters | Parameter logEntries should be final. | 166 | |
| coding | HiddenField | 'logEntries' hides a field. | 166 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 167 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 169 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 170 | |
| design | DesignForExtension | Method 'addLogEntry' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| misc | FinalParameters | Parameter entry should be final. | 170 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 170 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 171 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 171 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 171 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 172 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 173 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 174 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 175 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 180 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 180 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 180 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 181 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 182 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 182 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 182 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 183 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 184 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 184 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 184 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 185 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 185 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 186 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 193 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 196 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 196 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 199 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 200 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 201 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 201 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 203 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 204 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 205 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 207 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 208 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 209 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 209 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| misc | FinalParameters | Parameter obj should be final. | 215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 274 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 282 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 284 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 286 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 291 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 299 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| design | DesignForExtension | Method 'getFilterNode' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 310 | |
| design | DesignForExtension | Method 'setFilterNode' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| misc | FinalParameters | Parameter filterNode should be final. | 314 | |
| coding | HiddenField | 'filterNode' hides a field. | 314 | |
| javadoc | JavadocMethod | Expected @param tag for 'filterNode'. | 314 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 318 | |
| javadoc | JavadocMethod | Expected an @return tag. | 322 | |
| design | DesignForExtension | Method 'getFilterStep' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| design | DesignForExtension | Method 'setFilterStep' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| misc | FinalParameters | Parameter filterStep should be final. | 326 | |
| coding | HiddenField | 'filterStep' hides a field. | 326 |
org/rundeck/api/domain/RundeckOutputEntry.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 19 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 21 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 23 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 25 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 32 | |
| design | DesignForExtension | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 33 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 34 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 36 | |
| design | DesignForExtension | Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter time should be final. | 36 | |
| coding | HiddenField | 'time' hides a field. | 36 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 37 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 38 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 40 | |
| design | DesignForExtension | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 41 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 42 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 44 | |
| design | DesignForExtension | Method 'setLevel' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter level should be final. | 44 | |
| coding | HiddenField | 'level' hides a field. | 44 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 45 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 46 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 48 | |
| design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 49 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 50 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 52 | |
| design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter message should be final. | 52 | |
| coding | HiddenField | 'message' hides a field. | 52 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 53 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 54 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 56 | |
| design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 57 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 58 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 60 | |
| design | DesignForExtension | Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter user should be final. | 60 | |
| coding | HiddenField | 'user' hides a field. | 60 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 61 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 62 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 64 | |
| design | DesignForExtension | Method 'getCommand' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 65 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 66 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 68 | |
| design | DesignForExtension | Method 'setCommand' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter command should be final. | 68 | |
| coding | HiddenField | 'command' hides a field. | 68 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 69 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 70 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 72 | |
| design | DesignForExtension | Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 73 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 74 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 76 | |
| design | DesignForExtension | Method 'setNode' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter node should be final. | 76 | |
| coding | HiddenField | 'node' hides a field. | 76 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 77 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 78 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 84 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 96 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 97 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 98 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 99 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 100 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 101 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 103 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 103 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| misc | FinalParameters | Parameter obj should be final. | 109 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 160 | |
| javadoc | JavadocMethod | Expected an @return tag. | 163 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| misc | FinalParameters | Parameter type should be final. | 167 | |
| coding | HiddenField | 'type' hides a field. | 167 | |
| design | DesignForExtension | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| design | DesignForExtension | Method 'setMetadata' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| misc | FinalParameters | Parameter metadata should be final. | 175 | |
| coding | HiddenField | 'metadata' hides a field. | 175 | |
| design | DesignForExtension | Method 'getAbsoluteTime' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| design | DesignForExtension | Method 'setAbsoluteTime' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| misc | FinalParameters | Parameter absoluteTime should be final. | 183 | |
| coding | HiddenField | 'absoluteTime' hides a field. | 183 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 |
org/rundeck/api/domain/RundeckProject.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter name should be final. | 41 | |
| coding | HiddenField | 'name' hides a field. | 41 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter description should be final. | 49 | |
| coding | HiddenField | 'description' hides a field. | 49 | |
| design | DesignForExtension | Method 'getResourceModelProviderUrl' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| design | DesignForExtension | Method 'setResourceModelProviderUrl' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter resourceModelProviderUrl should be final. | 57 | |
| coding | HiddenField | 'resourceModelProviderUrl' hides a field. | 57 | |
| design | DesignForExtension | Method 'getProjectConfig' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'setProjectConfig' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter projectConfig should be final. | 65 | |
| coding | HiddenField | 'projectConfig' hides a field. | 65 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 72 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 72 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 72 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 81 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 81 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 83 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 84 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter obj should be final. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
org/rundeck/api/domain/RundeckSystemInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 70 | |
| design | DesignForExtension | Method 'getUptime' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 73 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 73 | |
| design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 77 | |
| design | DesignForExtension | Method 'setDate' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter date should be final. | 80 | |
| coding | HiddenField | 'date' hides a field. | 80 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 81 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter version should be final. | 88 | |
| coding | HiddenField | 'version' hides a field. | 88 | |
| design | DesignForExtension | Method 'getBuild' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| design | DesignForExtension | Method 'setBuild' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter build should be final. | 96 | |
| coding | HiddenField | 'build' hides a field. | 96 | |
| design | DesignForExtension | Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'setNode' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter node should be final. | 104 | |
| coding | HiddenField | 'node' hides a field. | 104 | |
| design | DesignForExtension | Method 'getBaseDir' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| design | DesignForExtension | Method 'setBaseDir' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter baseDir should be final. | 112 | |
| coding | HiddenField | 'baseDir' hides a field. | 112 | |
| design | DesignForExtension | Method 'getOsArch' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| design | DesignForExtension | Method 'setOsArch' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter osArch should be final. | 120 | |
| coding | HiddenField | 'osArch' hides a field. | 120 | |
| design | DesignForExtension | Method 'getOsName' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| design | DesignForExtension | Method 'setOsName' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter osName should be final. | 128 | |
| coding | HiddenField | 'osName' hides a field. | 128 | |
| design | DesignForExtension | Method 'getOsVersion' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| design | DesignForExtension | Method 'setOsVersion' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| misc | FinalParameters | Parameter osVersion should be final. | 136 | |
| coding | HiddenField | 'osVersion' hides a field. | 136 | |
| design | DesignForExtension | Method 'getJvmName' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| design | DesignForExtension | Method 'setJvmName' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| misc | FinalParameters | Parameter jvmName should be final. | 144 | |
| coding | HiddenField | 'jvmName' hides a field. | 144 | |
| design | DesignForExtension | Method 'getJvmVendor' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| design | DesignForExtension | Method 'setJvmVendor' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| misc | FinalParameters | Parameter jvmVendor should be final. | 152 | |
| coding | HiddenField | 'jvmVendor' hides a field. | 152 | |
| design | DesignForExtension | Method 'getJvmVersion' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| design | DesignForExtension | Method 'setJvmVersion' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter jvmVersion should be final. | 160 | |
| coding | HiddenField | 'jvmVersion' hides a field. | 160 | |
| design | DesignForExtension | Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 165 | |
| design | DesignForExtension | Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter startDate should be final. | 168 | |
| coding | HiddenField | 'startDate' hides a field. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 169 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 169 | |
| design | DesignForExtension | Method 'getUptimeInMillis' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| design | DesignForExtension | Method 'setUptimeInMillis' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter uptimeInMillis should be final. | 176 | |
| coding | HiddenField | 'uptimeInMillis' hides a field. | 176 | |
| design | DesignForExtension | Method 'getCpuLoadAverage' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| design | DesignForExtension | Method 'setCpuLoadAverage' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| misc | FinalParameters | Parameter cpuLoadAverage should be final. | 184 | |
| coding | HiddenField | 'cpuLoadAverage' hides a field. | 184 | |
| design | DesignForExtension | Method 'getMaxMemoryInBytes' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| design | DesignForExtension | Method 'setMaxMemoryInBytes' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| misc | FinalParameters | Parameter maxMemoryInBytes should be final. | 192 | |
| coding | HiddenField | 'maxMemoryInBytes' hides a field. | 192 | |
| design | DesignForExtension | Method 'getFreeMemoryInBytes' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| design | DesignForExtension | Method 'setFreeMemoryInBytes' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| misc | FinalParameters | Parameter freeMemoryInBytes should be final. | 200 | |
| coding | HiddenField | 'freeMemoryInBytes' hides a field. | 200 | |
| design | DesignForExtension | Method 'getTotalMemoryInBytes' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| design | DesignForExtension | Method 'setTotalMemoryInBytes' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| misc | FinalParameters | Parameter totalMemoryInBytes should be final. | 208 | |
| coding | HiddenField | 'totalMemoryInBytes' hides a field. | 208 | |
| design | DesignForExtension | Method 'getRunningJobs' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| design | DesignForExtension | Method 'setRunningJobs' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| misc | FinalParameters | Parameter runningJobs should be final. | 216 | |
| coding | HiddenField | 'runningJobs' hides a field. | 216 | |
| design | DesignForExtension | Method 'getActiveThreads' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| design | DesignForExtension | Method 'setActiveThreads' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| misc | FinalParameters | Parameter activeThreads should be final. | 224 | |
| coding | HiddenField | 'activeThreads' hides a field. | 224 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 235 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 243 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 243 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 244 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 246 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 246 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 248 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 248 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 250 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 251 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 252 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 252 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 253 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 254 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 256 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 257 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 258 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 259 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 260 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 260 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 261 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| misc | FinalParameters | Parameter obj should be final. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 275 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 282 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 285 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 287 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 290 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 300 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 320 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 322 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 327 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 335 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 337 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 340 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 342 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 345 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 350 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 352 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 355 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 357 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 360 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 362 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 365 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 367 |
org/rundeck/api/domain/RundeckToken.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| misc | FinalParameters | Parameter user should be final. | 16 | |
| coding | HiddenField | 'user' hides a field. | 16 | |
| misc | FinalParameters | Parameter token should be final. | 16 | |
| coding | HiddenField | 'token' hides a field. | 16 | |
| design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| design | DesignForExtension | Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter user should be final. | 25 | |
| coding | HiddenField | 'user' hides a field. | 25 | |
| design | DesignForExtension | Method 'getToken' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'setToken' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter token should be final. | 33 | |
| coding | HiddenField | 'token' hides a field. | 33 |
org/rundeck/api/domain/RundeckWFExecState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 7 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
org/rundeck/api/domain/StorageResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | JavadocMethod | Expected an @return tag. | 18 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocMethod | Expected an @return tag. | 25 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocMethod | Expected an @return tag. | 32 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocMethod | Expected an @return tag. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocMethod | Expected an @return tag. | 53 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
org/rundeck/api/domain/WorkflowState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 6 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| javadoc | JavadocMethod | Expected an @return tag. | 18 | |
| design | DesignForExtension | Method 'getStepCount' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| design | DesignForExtension | Method 'setStepCount' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| misc | FinalParameters | Parameter stepCount should be final. | 22 | |
| coding | HiddenField | 'stepCount' hides a field. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocMethod | Expected an @return tag. | 30 | |
| design | DesignForExtension | Method 'getTargetNodes' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| design | DesignForExtension | Method 'setTargetNodes' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter targetNodes should be final. | 34 | |
| coding | HiddenField | 'targetNodes' hides a field. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocMethod | Expected an @return tag. | 42 | |
| design | DesignForExtension | Method 'getSteps' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| design | DesignForExtension | Method 'setSteps' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter steps should be final. | 46 | |
| coding | HiddenField | 'steps' hides a field. | 46 |
org/rundeck/api/domain/WorkflowStepContextState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 3 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 11 | |
| javadoc | JavadocMethod | Expected an @return tag. | 14 | |
| design | DesignForExtension | Method 'getStepContextId' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| design | DesignForExtension | Method 'setStepContextId' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| misc | FinalParameters | Parameter stepContextId should be final. | 18 | |
| coding | HiddenField | 'stepContextId' hides a field. | 18 | |
| javadoc | JavadocMethod | Expected an @return tag. | 26 | |
| design | DesignForExtension | Method 'getStepNum' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| design | DesignForExtension | Method 'setStepNum' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter stepNum should be final. | 30 | |
| coding | HiddenField | 'stepNum' hides a field. | 30 |
org/rundeck/api/domain/WorkflowStepState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 5 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | JavadocMethod | Expected an @return tag. | 17 | |
| design | DesignForExtension | Method 'isNodeStep' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| design | DesignForExtension | Method 'setNodeStep' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| misc | FinalParameters | Parameter nodeStep should be final. | 21 | |
| coding | HiddenField | 'nodeStep' hides a field. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocMethod | Expected an @return tag. | 29 | |
| design | DesignForExtension | Method 'getSubWorkflow' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| design | DesignForExtension | Method 'setSubWorkflow' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter subWorkflow should be final. | 33 | |
| coding | HiddenField | 'subWorkflow' hides a field. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| javadoc | JavadocMethod | Expected an @return tag. | 41 | |
| design | DesignForExtension | Method 'getNodeStates' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 45 | |
| design | DesignForExtension | Method 'setNodeStates' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter nodeStates should be final. | 45 | |
| coding | HiddenField | 'nodeStates' hides a field. | 45 |
org/rundeck/api/domain/package-info.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. |
org/rundeck/api/generator/BaseDocGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| design | DesignForExtension | Method 'generateXmlDocument' is not designed for extension - needs to be abstract, final or empty. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 15 |
org/rundeck/api/generator/DeleteExecutionsGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | HiddenField | 'executionIds' hides a field. | 17 | |
| design | DesignForExtension | Method 'generateXmlElement' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 24 | |
| design | DesignForExtension | Method 'getExecutionIds' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'setExecutionIds' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | HiddenField | 'executionIds' hides a field. | 33 |
org/rundeck/api/generator/ProjectConfigGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| misc | FinalParameters | Parameter config should be final. | 16 | |
| coding | HiddenField | 'config' hides a field. | 16 | |
| design | DesignForExtension | Method 'generateXmlElement' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 22 |
org/rundeck/api/generator/ProjectConfigPropertyGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 115). | 8 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| misc | FinalParameters | Parameter property should be final. | 16 | |
| coding | HiddenField | 'property' hides a field. | 16 | |
| design | DesignForExtension | Method 'generateXmlElement' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 22 |
org/rundeck/api/generator/ProjectGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'project' must be private and have accessor methods. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| misc | FinalParameters | Parameter project should be final. | 17 | |
| coding | HiddenField | 'project' hides a field. | 17 | |
| design | DesignForExtension | Method 'generateXmlElement' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 27 |
org/rundeck/api/generator/XmlDocumentGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 |
org/rundeck/api/package-info.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. |
org/rundeck/api/parser/AbortParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| misc | FinalParameters | Parameter abortNode should be final. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 47 |
org/rundeck/api/parser/ArchiveImportParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.commons.lang.StringUtils. | 3 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 21 |
org/rundeck/api/parser/BaseStateParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| misc | FinalParameters | Parameter targetNode should be final. | 12 | |
| misc | FinalParameters | Parameter state should be final. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 18 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter xpath should be final. | 30 | |
| coding | HiddenField | 'xpath' hides a field. | 30 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| misc | FinalParameters | Parameter targetNode should be final. | 36 |
org/rundeck/api/parser/BaseXpathParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| misc | FinalParameters | Parameter xpath should be final. | 18 | |
| coding | HiddenField | 'xpath' hides a field. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter node should be final. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 31 | |
| javadoc | JavadocMethod | Expected an @return tag. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 43 | |
| javadoc | JavadocMethod | Expected an @return tag. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'xpath'. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'xpath'. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 73 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 76 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 79 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 79 |
org/rundeck/api/parser/BulkDeleteParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| misc | FinalParameters | Parameter subnode should be final. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 59 | |
| blocks | EmptyBlock | Must have at least one statement. | 65 |
org/rundeck/api/parser/DeleteExecutionsResponseParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 41 |
org/rundeck/api/parser/DeleteParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| misc | FinalParameters | Parameter resultNode should be final. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 56 |
org/rundeck/api/parser/EventParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| misc | FinalParameters | Parameter eventNode should be final. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 73 |
org/rundeck/api/parser/ExecutionParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| misc | FinalParameters | Parameter execNode should be final. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 83 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 95 |
org/rundeck/api/parser/ExecutionStateParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rundeck.api.domain.*. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| misc | FinalParameters | Parameter targetNode should be final. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 44 |
org/rundeck/api/parser/HistoryParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| misc | FinalParameters | Parameter eventsNode should be final. | 36 |
org/rundeck/api/parser/IndexedWorkflowStepStateParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 114). | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | DesignForExtension | Method 'parseXmlNode' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 34 | |
| javadoc | JavadocMethod | Expected an @return tag. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'stepctx'. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'initial'. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | HiddenField | 'workflowState' hides a field. | 57 | |
| coding | HiddenField | 'rundeckNodeName' hides a field. | 57 |
org/rundeck/api/parser/JobParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| misc | FinalParameters | Parameter jobNode should be final. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
org/rundeck/api/parser/JobsImportResultParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.commons.lang.StringUtils. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| misc | FinalParameters | Parameter resultNode should be final. | 38 |
org/rundeck/api/parser/ListParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter parser should be final. | 37 | |
| coding | HiddenField | 'parser' hides a field. | 37 | |
| misc | FinalParameters | Parameter xpath should be final. | 37 | |
| coding | HiddenField | 'xpath' hides a field. | 37 | |
| design | DesignForExtension | Method 'parseXmlNode' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| misc | FinalParameters | Parameter node should be final. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 48 |
org/rundeck/api/parser/NodeParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| misc | FinalParameters | Parameter rundeckNodeNode should be final. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
org/rundeck/api/parser/OutputEntryParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| misc | FinalParameters | Parameter xpath should be final. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'nonMetaAttributes' must be private and have accessor methods. | 35 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| misc | FinalParameters | Parameter entryNode should be final. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 53 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 53 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 58 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter s should be final. | 83 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| javadoc | JavadocMethod | Expected an @return tag. | 98 | |
| design | DesignForExtension | Method 'parseMessage' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| misc | FinalParameters | Parameter entryNode should be final. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'entryNode'. | 98 |
org/rundeck/api/parser/OutputEntryParserV5.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 37 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter xpath should be final. | 41 | |
| design | DesignForExtension | Method 'parseMessage' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| misc | FinalParameters | Parameter entryNode should be final. | 46 |
org/rundeck/api/parser/OutputParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| misc | FinalParameters | Parameter xpath should be final. | 17 | |
| misc | FinalParameters | Parameter parser should be final. | 17 | |
| coding | HiddenField | 'parser' hides a field. | 17 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| misc | FinalParameters | Parameter entryNode should be final. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 76 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 92 |
org/rundeck/api/parser/PagedResultParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 38 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'itemParser' must be private and have accessor methods. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| misc | FinalParameters | Parameter itemParser should be final. | 50 | |
| coding | HiddenField | 'itemParser' hides a field. | 50 | |
| misc | FinalParameters | Parameter xpath should be final. | 50 | |
| coding | HiddenField | 'xpath' hides a field. | 50 | |
| design | DesignForExtension | Method 'parseXmlNode' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| misc | FinalParameters | Parameter node should be final. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 57 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 104 | |
| javadoc | JavadocMethod | Expected an @return tag. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 110 | |
| misc | FinalParameters | Parameter el should be final. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 113 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 113 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 114 | |
| blocks | EmptyBlock | Must have at least one statement. | 115 | |
| design | DesignForExtension | Method 'getXpath' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
org/rundeck/api/parser/ParserHelper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 39 | |
| misc | FinalParameters | Parameter inputStream should be final. | 39 | |
| coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 39 |
org/rundeck/api/parser/ProjectConfigParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| misc | FinalParameters | Parameter xpath should be final. | 21 | |
| coding | HiddenField | 'xpath' hides a field. | 21 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| misc | FinalParameters | Parameter config1 should be final. | 26 |
org/rundeck/api/parser/ProjectConfigPropertyParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 83). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | HiddenField | 'xpath' hides a field. | 20 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 24 |
org/rundeck/api/parser/ProjectParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| misc | FinalParameters | Parameter projectNode should be final. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 42 |
org/rundeck/api/parser/ProjectParserV11.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 28 |
org/rundeck/api/parser/ResponseParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 5 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 8 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 |
org/rundeck/api/parser/RundeckTokenParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| misc | FinalParameters | Parameter targetNode should be final. | 24 |
org/rundeck/api/parser/SSHKeyResourceParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 110). | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| misc | FinalParameters | Parameter xpath should be final. | 17 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| misc | FinalParameters | Parameter node should be final. | 22 |
org/rundeck/api/parser/StorageResourceParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| misc | FinalParameters | Parameter holder should be final. | 21 | |
| coding | HiddenField | 'holder' hides a field. | 21 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 21 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter xpath should be final. | 25 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| misc | FinalParameters | Parameter node should be final. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 34 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 41 |
org/rundeck/api/parser/StringParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| misc | FinalParameters | Parameter strNode should be final. | 33 |
org/rundeck/api/parser/SystemInfoParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| misc | FinalParameters | Parameter infoNode should be final. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 66 |
org/rundeck/api/parser/WorkflowStateParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rundeck.api.domain.*. | 5 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| naming | ConstantName | Name 'w3cDateFormat' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter s should be final. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 45 | |
| blocks | EmptyBlock | Must have at least one statement. | 46 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| misc | FinalParameters | Parameter targetNode should be final. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 65 | |
| misc | FinalParameters | Parameter targetNode should be final. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'targetNode'. | 65 | |
| misc | FinalParameters | Parameter state should be final. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'state'. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 75 |
org/rundeck/api/parser/WorkflowStepContextStateParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 96). | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| design | VisibilityModifier | Variable 'inherit' must be private and have accessor methods. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| misc | FinalParameters | Parameter inherit should be final. | 12 | |
| coding | HiddenField | 'inherit' hides a field. | 12 | |
| design | DesignForExtension | Method 'parseXmlNode' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| misc | FinalParameters | Parameter node should be final. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 18 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 19 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 19 |
org/rundeck/api/parser/WorkflowStepStateParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 81). | 13 | |
| design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 33 |
org/rundeck/api/parser/XmlNodeParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 33 |
org/rundeck/api/parser/package-info.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. |
org/rundeck/api/query/ExecutionQuery.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 37 | |
| design | FinalClass | Class ExecutionQuery should be declared as final. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter query should be final. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| javadoc | JavadocMethod | Expected an @return tag. | 92 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 93 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 93 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 93 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 94 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 95 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 96 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 97 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 98 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 99 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 100 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 101 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 102 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 103 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 104 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 106 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 106 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 106 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 108 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 109 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 110 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 111 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 113 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 113 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 114 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| javadoc | JavadocMethod | Expected an @return tag. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 210 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 214 | |
| design | VisibilityModifier | Variable 'query' must be private and have accessor methods. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 220 | |
| javadoc | JavadocMethod | Expected an @return tag. | 223 | |
| design | DesignForExtension | Method 'status' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| misc | FinalParameters | Parameter status should be final. | 223 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 223 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 228 | |
| javadoc | JavadocMethod | Expected an @return tag. | 231 | |
| design | DesignForExtension | Method 'abortedby' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| misc | FinalParameters | Parameter abortedby should be final. | 231 | |
| javadoc | JavadocMethod | Expected @param tag for 'abortedby'. | 231 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 236 | |
| javadoc | JavadocMethod | Expected an @return tag. | 239 | |
| design | DesignForExtension | Method 'jobList' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| misc | FinalParameters | Parameter list should be final. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for 'list'. | 239 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 243 | |
| javadoc | JavadocMethod | Expected an @return tag. | 246 | |
| design | DesignForExtension | Method 'jobIdList' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| misc | FinalParameters | Parameter list should be final. | 246 | |
| javadoc | JavadocMethod | Expected @param tag for 'list'. | 246 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 251 | |
| javadoc | JavadocMethod | Expected an @return tag. | 254 | |
| design | DesignForExtension | Method 'excludeJobList' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| misc | FinalParameters | Parameter list should be final. | 254 | |
| javadoc | JavadocMethod | Expected @param tag for 'list'. | 254 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 259 | |
| javadoc | JavadocMethod | Expected an @return tag. | 262 | |
| design | DesignForExtension | Method 'excludeJobIdList' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| misc | FinalParameters | Parameter list should be final. | 262 | |
| javadoc | JavadocMethod | Expected @param tag for 'list'. | 262 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 267 | |
| javadoc | JavadocMethod | Expected an @return tag. | 270 | |
| design | DesignForExtension | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| misc | FinalParameters | Parameter begin should be final. | 270 | |
| javadoc | JavadocMethod | Expected @param tag for 'begin'. | 270 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 275 | |
| javadoc | JavadocMethod | Expected an @return tag. | 278 | |
| design | DesignForExtension | Method 'end' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| misc | FinalParameters | Parameter end should be final. | 278 | |
| javadoc | JavadocMethod | Expected @param tag for 'end'. | 278 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 283 | |
| javadoc | JavadocMethod | Expected an @return tag. | 287 | |
| design | DesignForExtension | Method 'recent' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| misc | FinalParameters | Parameter recent should be final. | 287 | |
| javadoc | JavadocMethod | Expected @param tag for 'recent'. | 287 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 292 | |
| javadoc | JavadocMethod | Expected an @return tag. | 295 | |
| design | DesignForExtension | Method 'job' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| misc | FinalParameters | Parameter job should be final. | 295 | |
| javadoc | JavadocMethod | Expected @param tag for 'job'. | 295 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 300 | |
| javadoc | JavadocMethod | Expected an @return tag. | 303 | |
| design | DesignForExtension | Method 'jobExact' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| misc | FinalParameters | Parameter exact should be final. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'exact'. | 303 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 307 | |
| javadoc | JavadocMethod | Expected an @return tag. | 310 | |
| design | DesignForExtension | Method 'excludeJob' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| misc | FinalParameters | Parameter job should be final. | 310 | |
| javadoc | JavadocMethod | Expected @param tag for 'job'. | 310 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 315 | |
| javadoc | JavadocMethod | Expected an @return tag. | 318 | |
| design | DesignForExtension | Method 'excludeJobExact' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| misc | FinalParameters | Parameter exact should be final. | 318 | |
| javadoc | JavadocMethod | Expected @param tag for 'exact'. | 318 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 323 | |
| javadoc | JavadocMethod | Expected an @return tag. | 326 | |
| design | DesignForExtension | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| misc | FinalParameters | Parameter project should be final. | 326 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 332 | |
| javadoc | JavadocMethod | Expected an @return tag. | 334 | |
| design | DesignForExtension | Method 'groupPath' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| misc | FinalParameters | Parameter path should be final. | 334 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 334 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 339 | |
| javadoc | JavadocMethod | Expected an @return tag. | 342 | |
| design | DesignForExtension | Method 'groupPathExact' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| misc | FinalParameters | Parameter exact should be final. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'exact'. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 347 | |
| javadoc | JavadocMethod | Expected an @return tag. | 349 | |
| design | DesignForExtension | Method 'excludeGroupPath' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| misc | FinalParameters | Parameter excludeGroupPath should be final. | 349 | |
| javadoc | JavadocMethod | Expected @param tag for 'excludeGroupPath'. | 349 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 354 | |
| javadoc | JavadocMethod | Expected an @return tag. | 357 | |
| design | DesignForExtension | Method 'excludeGroupPathExact' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| misc | FinalParameters | Parameter excludeGroupPathExact should be final. | 357 | |
| javadoc | JavadocMethod | Expected @param tag for 'excludeGroupPathExact'. | 357 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 362 | |
| javadoc | JavadocMethod | Expected an @return tag. | 365 | |
| design | DesignForExtension | Method 'description' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| misc | FinalParameters | Parameter description should be final. | 365 | |
| javadoc | JavadocMethod | Expected @param tag for 'description'. | 365 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 370 | |
| javadoc | JavadocMethod | Expected an @return tag. | 373 | |
| design | DesignForExtension | Method 'user' is not designed for extension - needs to be abstract, final or empty. | 373 | |
| misc | FinalParameters | Parameter user should be final. | 373 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 373 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 379 | |
| javadoc | JavadocMethod | Expected an @return tag. | 381 | |
| design | DesignForExtension | Method 'adhoc' is not designed for extension - needs to be abstract, final or empty. | 381 | |
| misc | FinalParameters | Parameter adhoc should be final. | 381 | |
| javadoc | JavadocMethod | Expected @param tag for 'adhoc'. | 381 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 386 | |
| javadoc | JavadocMethod | Expected an @return tag. | 389 | |
| design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 389 |
org/rundeck/api/util/AssertUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 37 | |
| misc | FinalParameters | Parameter errorMessage should be final. | 37 | |
| misc | FinalParameters | Parameter value should be final. | 37 | |
| misc | FinalParameters | Parameter list should be final. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 50 | |
| misc | FinalParameters | Parameter errorMessage should be final. | 50 | |
| misc | FinalParameters | Parameter value should be final. | 50 | |
| misc | FinalParameters | Parameter list should be final. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 60 | |
| misc | FinalParameters | Parameter object should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 60 | |
| misc | FinalParameters | Parameter errorMessage should be final. | 60 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 73 | |
| misc | FinalParameters | Parameter input should be final. | 73 | |
| misc | FinalParameters | Parameter errorMessage should be final. | 73 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 73 |
org/rundeck/api/util/DocumentContentProducer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'document' must be private and have accessor methods. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | HiddenField | 'document' hides a field. | 21 | |
| coding | HiddenField | 'format' hides a field. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | HiddenField | 'document' hides a field. | 26 | |
| design | DesignForExtension | Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 31 |
org/rundeck/api/util/PagedResults.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 33 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocMethod | Expected an @return tag. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocMethod | Expected an @return tag. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocMethod | Expected an @return tag. | 54 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocMethod | Expected an @return tag. | 59 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 59 |
org/rundeck/api/util/ParametersUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter input should be final. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 55 | |
| misc | FinalParameters | Parameter options should be final. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 89 | |
| misc | FinalParameters | Parameter nodeFilters should be final. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 103 |
org/rundeck/api/util/package-info.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. |