Checkstyle Results
The following document contains the results of Checkstyle 5.7.
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 5 | Error |
LeftCurly | 3 | Error | |
NeedBraces | 241 | Error | |
coding | AvoidInlineConditionals | 142 | Error |
EmptyStatement | 1 | Error | |
HiddenField | 236 | Error | |
MagicNumber | 17 | Error | |
RedundantThrows | 588 | Error | |
design | DesignForExtension | 610 | Error |
FinalClass | 6 | Error | |
HideUtilityClassConstructor | 3 | Error | |
VisibilityModifier | 16 | Error | |
imports | AvoidStarImport | 18 | Error |
UnusedImports | 2 | Error | |
javadoc | JavadocMethod | 694 | Error |
JavadocPackage
|
2 | Error | |
JavadocStyle | 324 | Error | |
JavadocType | 9 | Error | |
JavadocVariable | 301 | Error | |
misc | FinalParameters | 578 | Error |
NewlineAtEndOfFile | 4 | Error | |
modifier | RedundantModifier | 22 | Error |
naming | ConstantName | 2 | Error |
regexp | RegexpSingleline
|
104 | Error |
sizes | FileLength | 1 | Error |
LineLength | 1374 | Error | |
ParameterNumber | 2 | Error | |
whitespace | FileTabCharacter
|
183 | Error |
MethodParamPad | 2 | Error | |
NoWhitespaceBefore | 2 | Error | |
OperatorWrap | 48 | Error | |
ParenPad | 9 | Error | |
WhitespaceAfter | 29 | Error | |
WhitespaceAround | 174 | Error |
Details
org/rundeck/api/ApiCall.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.http.*. | 20 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.http.client.methods.*. | 23 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.http.conn.ssl.*. | 24 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.http.entity.*. | 25 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | misc | FinalParameters | Parameter client should be final. | 74 |
Error | coding | HiddenField | 'client' hides a field. | 74 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 88 |
Error | coding | MagicNumber | '100' is a magic number. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 94 |
Error | blocks | EmptyBlock | Must have at least one statement. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 114 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 114 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 114 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 124 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 130 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 130 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 132 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 140 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 167 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 167 |
Error | misc | FinalParameters | Parameter apiPath should be final. | 167 |
Error | misc | FinalParameters | Parameter parser should be final. | 167 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 167 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 168 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 168 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 168 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 188 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 188 |
Error | misc | FinalParameters | Parameter apiPath should be final. | 188 |
Error | misc | FinalParameters | Parameter parser should be final. | 188 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 188 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 189 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 189 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 189 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 207 |
Error | misc | FinalParameters | Parameter apiPath should be final. | 207 |
Error | misc | FinalParameters | Parameter parseXml should be final. | 207 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parseXml'. | 207 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 207 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 207 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 207 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 208 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 209 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 234 |
Error | misc | FinalParameters | Parameter apiPath should be final. | 234 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 234 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 234 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 234 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 235 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 260 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 260 |
Error | misc | FinalParameters | Parameter apiPath should be final. | 260 |
Error | misc | FinalParameters | Parameter parser should be final. | 260 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 260 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 261 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 261 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 262 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 262 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 281 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 281 |
Error | misc | FinalParameters | Parameter apiPath should be final. | 281 |
Error | misc | FinalParameters | Parameter parser should be final. | 281 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 281 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 282 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 282 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 282 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 297 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 297 |
Error | misc | FinalParameters | Parameter apiPath should be final. | 297 |
Error | misc | FinalParameters | Parameter parser should be final. | 297 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 297 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 298 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 298 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 298 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 314 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 314 |
Error | misc | FinalParameters | Parameter apiPath should be final. | 314 |
Error | misc | FinalParameters | Parameter parser should be final. | 314 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 314 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 315 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 315 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 315 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 319 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
Error | misc | FinalParameters | Parameter apiPath should be final. | 319 |
Error | misc | FinalParameters | Parameter parser should be final. | 319 |
Error | misc | FinalParameters | Parameter httpPost should be final. | 319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 323 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 323 |
Error | misc | FinalParameters | Parameter apiPath should be final. | 323 |
Error | misc | FinalParameters | Parameter handler should be final. | 323 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 323 |
Error | misc | FinalParameters | Parameter httpPost should be final. | 323 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 325 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 362 |
Error | blocks | EmptyBlock | Must have at least one statement. | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 383 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 383 |
Error | misc | FinalParameters | Parameter apiPath should be final. | 383 |
Error | misc | FinalParameters | Parameter parser should be final. | 383 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 383 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 384 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 384 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 384 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 384 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 388 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 393 |
Error | misc | FinalParameters | Parameter apiPath should be final. | 395 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 395 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 396 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 396 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 396 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 396 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 398 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 399 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 399 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 399 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 399 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 400 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 406 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 408 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 412 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 413 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 415 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 415 |
Error | misc | FinalParameters | Parameter request should be final. | 415 |
Error | misc | FinalParameters | Parameter parser should be final. | 415 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 415 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 416 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 416 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 416 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 416 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 418 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 423 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 431 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 434 |
Error | misc | FinalParameters | Parameter apiPath should be final. | 434 |
Error | misc | FinalParameters | Parameter outputStream should be final. | 434 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 434 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 435 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 435 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 435 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 435 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 436 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 440 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 441 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 442 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 442 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 442 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 442 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 443 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 446 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 446 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 446 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 446 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 452 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 454 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 455 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 457 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 458 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 460 |
Error | misc | FinalParameters | Parameter request should be final. | 460 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 460 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 460 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 460 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 461 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 461 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 462 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 465 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 470 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 470 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 470 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 471 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 471 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 474 |
Error | design | FinalClass | Class ParserHandler should be declared as final. | 478 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 478 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 479 |
Error | design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 479 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 481 |
Error | misc | FinalParameters | Parameter parser should be final. | 481 |
Error | coding | HiddenField | 'parser' hides a field. | 481 |
Error | misc | FinalParameters | Parameter response should be final. | 486 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 492 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 502 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 508 |
Error | design | FinalClass | Class ContentHandler should be declared as final. | 513 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 514 |
Error | design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 514 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 516 |
Error | misc | FinalParameters | Parameter parser should be final. | 516 |
Error | coding | HiddenField | 'parser' hides a field. | 516 |
Error | misc | FinalParameters | Parameter response should be final. | 521 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 527 |
Error | design | FinalClass | Class ChainHandler should be declared as final. | 530 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 530 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 531 |
Error | design | VisibilityModifier | Variable 'chain' must be private and have accessor methods. | 531 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 532 |
Error | misc | FinalParameters | Parameter chain should be final. | 532 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 532 |
Error | coding | HiddenField | 'chain' hides a field. | 532 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 533 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 533 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 541 |
Error | design | FinalClass | Class RequireContentTypeHandler should be declared as final. | 544 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 545 |
Error | design | VisibilityModifier | Variable 'contentType' must be private and have accessor methods. | 545 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 547 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 547 |
Error | coding | HiddenField | 'contentType' hides a field. | 547 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 556 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 556 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 560 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 560 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 564 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 565 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 572 |
Error | design | FinalClass | Class WriteOutHandler should be declared as final. | 575 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 575 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 575 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 576 |
Error | misc | FinalParameters | Parameter writeOut should be final. | 576 |
Error | coding | HiddenField | 'writeOut' hides a field. | 576 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 580 |
Error | design | VisibilityModifier | Variable 'writeOut' must be private and have accessor methods. | 580 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 581 |
Error | design | VisibilityModifier | Variable 'thrown' must be private and have accessor methods. | 581 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 585 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 587 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 587 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 593 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 596 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 596 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 599 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 601 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 603 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 608 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 610 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 611 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 613 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 614 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 616 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 616 |
Error | misc | FinalParameters | Parameter request should be final. | 616 |
Error | misc | FinalParameters | Parameter handler should be final. | 616 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 616 |
Error | javadoc | JavadocMethod | Expected @param tag for 'handler'. | 616 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 616 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 617 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 617 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 618 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 618 |
Error | whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 619 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 620 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 621 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 636 |
Error | coding | MagicNumber | '100' is a magic number. | 638 |
Error | coding | MagicNumber | '3' is a magic number. | 638 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 639 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 643 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 650 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 654 |
Error | coding | MagicNumber | '100' is a magic number. | 655 |
Error | coding | MagicNumber | '403' is a magic number. | 656 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 656 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 657 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 658 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 659 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 661 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 662 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 665 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 665 |
Error | coding | MagicNumber | '204' is a magic number. | 665 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 665 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 665 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 669 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 679 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 680 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 685 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 685 |
Error | misc | FinalParameters | Parameter httpClient should be final. | 685 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 685 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 702 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 714 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 717 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 726 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 727 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 728 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 730 |
Error | coding | MagicNumber | '100' is a magic number. | 733 |
Error | coding | MagicNumber | '3' is a magic number. | 733 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 734 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 739 |
Error | coding | MagicNumber | '100' is a magic number. | 744 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 745 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 750 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 752 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 757 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 761 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 763 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 766 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 774 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 775 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 780 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 783 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 783 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 786 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 793 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 795 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 800 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 801 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 802 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 804 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 809 |
Error | misc | FinalParameters | Parameter request should be final. | 809 |
Error | misc | FinalParameters | Parameter context should be final. | 809 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 811 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 812 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 814 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 815 |
org/rundeck/api/ApiPathBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 62 |
Error | misc | FinalParameters | Parameter paths should be final. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter paths should be final. | 73 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 87 |
Error | misc | FinalParameters | Parameter mimeTypes should be final. | 87 |
Error | javadoc | JavadocMethod | Expected @param tag for 'mimeTypes'. | 87 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 88 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 88 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 94 |
Error | misc | FinalParameters | Parameter params should be final. | 94 |
Error | javadoc | JavadocMethod | Expected @param tag for 'params'. | 94 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 101 |
Error | misc | FinalParameters | Parameter params should be final. | 101 |
Error | javadoc | JavadocMethod | Expected @param tag for 'params'. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 111 |
Error | misc | FinalParameters | Parameter key should be final. | 114 |
Error | misc | FinalParameters | Parameter value should be final. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 130 |
Error | javadoc | JavadocMethod | Unused @param tag for 'value'. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 133 |
Error | javadoc | JavadocMethod | Expected @param tag for 'values'. | 133 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 153 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 154 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 154 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 155 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 181 |
Error | misc | FinalParameters | Parameter key should be final. | 188 |
Error | misc | FinalParameters | Parameter value should be final. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 197 |
Error | misc | FinalParameters | Parameter key should be final. | 203 |
Error | misc | FinalParameters | Parameter value should be final. | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 212 |
Error | misc | FinalParameters | Parameter key should be final. | 218 |
Error | misc | FinalParameters | Parameter value should be final. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 227 |
Error | misc | FinalParameters | Parameter key should be final. | 233 |
Error | misc | FinalParameters | Parameter value should be final. | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 242 |
Error | misc | FinalParameters | Parameter key should be final. | 248 |
Error | misc | FinalParameters | Parameter value should be final. | 248 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 255 |
Error | misc | FinalParameters | Parameter nodeFilters should be final. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 272 |
Error | javadoc | JavadocMethod | Unused @param tag for 'stream.'. | 276 |
Error | misc | FinalParameters | Parameter name should be final. | 279 |
Error | misc | FinalParameters | Parameter stream should be final. | 279 |
Error | javadoc | JavadocMethod | Expected @param tag for 'stream'. | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 293 |
Error | coding | HiddenField | 'contentType' hides a field. | 293 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 295 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 295 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 296 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 301 |
Error | coding | HiddenField | 'contentType' hides a field. | 308 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 310 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 310 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 311 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 323 |
Error | coding | HiddenField | 'contentType' hides a field. | 323 |
Error | coding | HiddenField | 'contents' hides a field. | 323 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 325 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 325 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 326 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 338 |
Error | coding | HiddenField | 'contentType' hides a field. | 338 |
Error | coding | HiddenField | 'contents' hides a field. | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 339 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 347 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 363 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 387 |
Error | misc | FinalParameters | Parameter str should be final. | 392 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 396 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 408 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 411 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 418 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 419 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 422 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 425 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 429 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 433 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 437 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 441 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 445 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 449 |
Error | misc | FinalParameters | Parameter contentType should be final. | 449 |
Error | coding | HiddenField | 'contentType' hides a field. | 449 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 450 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 450 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 454 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 458 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 462 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 463 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 465 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 467 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 468 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 472 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 474 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 474 |
org/rundeck/api/DefaultJobsImport.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | design | DesignForExtension | Method 'getStream' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | design | DesignForExtension | Method 'setStream' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | coding | HiddenField | 'stream' hides a field. | 22 |
Error | design | DesignForExtension | Method 'getFileType' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | design | DesignForExtension | Method 'setFileType' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | coding | HiddenField | 'fileType' hides a field. | 30 |
Error | design | DesignForExtension | Method 'getImportMethod' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | design | DesignForExtension | Method 'setImportMethod' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | coding | HiddenField | 'importMethod' hides a field. | 38 |
Error | design | DesignForExtension | Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | design | DesignForExtension | Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | coding | HiddenField | 'project' hides a field. | 46 |
Error | design | DesignForExtension | Method 'getUuidImportBehavior' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 54 |
Error | design | DesignForExtension | Method 'setUuidImportBehavior' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter uuidImportBehavior should be final. | 54 |
Error | coding | HiddenField | 'uuidImportBehavior' hides a field. | 54 |
org/rundeck/api/DefaultRunAdhoc.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter project should be final. | 19 |
Error | coding | HiddenField | 'project' hides a field. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter nodeFilters should be final. | 27 |
Error | coding | HiddenField | 'nodeFilters' hides a field. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter nodeThreadcount should be final. | 35 |
Error | coding | HiddenField | 'nodeThreadcount' hides a field. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter nodeKeepgoing should be final. | 43 |
Error | coding | HiddenField | 'nodeKeepgoing' hides a field. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter asUser should be final. | 51 |
Error | coding | HiddenField | 'asUser' hides a field. | 51 |
org/rundeck/api/DefaultRunAdhocCommand.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter command should be final. | 14 |
Error | coding | HiddenField | 'command' hides a field. | 14 |
org/rundeck/api/DefaultRunAdhocScript.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter script should be final. | 19 |
Error | coding | HiddenField | 'script' hides a field. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter argString should be final. | 27 |
Error | coding | HiddenField | 'argString' hides a field. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter scriptInterpreter should be final. | 35 |
Error | coding | HiddenField | 'scriptInterpreter' hides a field. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter interpreterArgsQuoted should be final. | 43 |
Error | coding | HiddenField | 'interpreterArgsQuoted' hides a field. | 43 |
org/rundeck/api/DefaultRunJob.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter jobId should be final. | 35 |
Error | coding | HiddenField | 'jobId' hides a field. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter options should be final. | 39 |
Error | coding | HiddenField | 'options' hides a field. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter nodeFilters should be final. | 43 |
Error | coding | HiddenField | 'nodeFilters' hides a field. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter asUser should be final. | 47 |
Error | coding | HiddenField | 'asUser' hides a field. | 47 |
org/rundeck/api/ExecutionQueryParameters.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | VisibilityModifier | Variable 'query' must be private and have accessor methods. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | coding | HiddenField | 'query' hides a field. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 55 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 76 |
org/rundeck/api/FileType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
org/rundeck/api/NodeFiltersBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'hostname' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | misc | FinalParameters | Parameter hostname should be final. | 44 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hostname'. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Method 'type' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | misc | FinalParameters | Parameter type should be final. | 58 |
Error | javadoc | JavadocMethod | Expected @param tag for 'type'. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | design | DesignForExtension | Method 'tags' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | misc | FinalParameters | Parameter tags should be final. | 72 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tags'. | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | misc | FinalParameters | Parameter name should be final. | 86 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | design | DesignForExtension | Method 'osName' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | misc | FinalParameters | Parameter osName should be final. | 100 |
Error | javadoc | JavadocMethod | Expected @param tag for 'osName'. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | design | DesignForExtension | Method 'osFamily' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | misc | FinalParameters | Parameter osFamily should be final. | 114 |
Error | javadoc | JavadocMethod | Expected @param tag for 'osFamily'. | 114 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | design | DesignForExtension | Method 'osArch' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | misc | FinalParameters | Parameter osArch should be final. | 128 |
Error | javadoc | JavadocMethod | Expected @param tag for 'osArch'. | 128 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | design | DesignForExtension | Method 'osVersion' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | misc | FinalParameters | Parameter osVersion should be final. | 142 |
Error | javadoc | JavadocMethod | Expected @param tag for 'osVersion'. | 142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | design | DesignForExtension | Method 'excludeHostname' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | misc | FinalParameters | Parameter hostname should be final. | 157 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hostname'. | 157 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | design | DesignForExtension | Method 'excludeType' is not designed for extension - needs to be abstract, final or empty. | 172 |
Error | misc | FinalParameters | Parameter type should be final. | 172 |
Error | javadoc | JavadocMethod | Expected @param tag for 'type'. | 172 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | design | DesignForExtension | Method 'excludeTags' is not designed for extension - needs to be abstract, final or empty. | 187 |
Error | misc | FinalParameters | Parameter tags should be final. | 187 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tags'. | 187 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | design | DesignForExtension | Method 'excludeName' is not designed for extension - needs to be abstract, final or empty. | 202 |
Error | misc | FinalParameters | Parameter name should be final. | 202 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 202 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | design | DesignForExtension | Method 'excludeOsName' is not designed for extension - needs to be abstract, final or empty. | 217 |
Error | misc | FinalParameters | Parameter osName should be final. | 217 |
Error | javadoc | JavadocMethod | Expected @param tag for 'osName'. | 217 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | design | DesignForExtension | Method 'excludeOsFamily' is not designed for extension - needs to be abstract, final or empty. | 232 |
Error | misc | FinalParameters | Parameter osFamily should be final. | 232 |
Error | javadoc | JavadocMethod | Expected @param tag for 'osFamily'. | 232 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | design | DesignForExtension | Method 'excludeOsArch' is not designed for extension - needs to be abstract, final or empty. | 247 |
Error | misc | FinalParameters | Parameter osArch should be final. | 247 |
Error | javadoc | JavadocMethod | Expected @param tag for 'osArch'. | 247 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 256 |
Error | design | DesignForExtension | Method 'excludeOsVersion' is not designed for extension - needs to be abstract, final or empty. | 262 |
Error | misc | FinalParameters | Parameter osVersion should be final. | 262 |
Error | javadoc | JavadocMethod | Expected @param tag for 'osVersion'. | 262 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 271 |
Error | design | DesignForExtension | Method 'excludePrecedence' is not designed for extension - needs to be abstract, final or empty. | 275 |
Error | misc | FinalParameters | Parameter excludePrecedence should be final. | 275 |
Error | javadoc | JavadocMethod | Expected @param tag for 'excludePrecedence'. | 275 |
Error | design | DesignForExtension | Method 'toProperties' is not designed for extension - needs to be abstract, final or empty. | 283 |
Error | coding | HiddenField | 'filters' hides a field. | 284 |
org/rundeck/api/OptionsBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'addOption' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | misc | FinalParameters | Parameter key should be final. | 44 |
Error | misc | FinalParameters | Parameter value should be final. | 44 |
Error | design | DesignForExtension | Method 'toProperties' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | coding | HiddenField | 'options' hides a field. | 53 |
org/rundeck/api/QueryParameterBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | naming | ConstantName | Name 'format' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 54 |
Error | misc | FinalParameters | Parameter key should be final. | 54 |
Error | misc | FinalParameters | Parameter value should be final. | 54 |
Error | misc | FinalParameters | Parameter doPost should be final. | 54 |
Error | misc | FinalParameters | Parameter builder should be final. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter value should be final. | 75 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 76 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 76 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 77 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 77 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | misc | FinalParameters | Parameter value should be final. | 83 |
org/rundeck/api/RunAdhoc.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 9 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 16 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 22 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 37 |
org/rundeck/api/RunAdhocCommand.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 12 |
org/rundeck/api/RunAdhocCommandBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | design | DesignForExtension | Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter project should be final. | 19 |
Error | design | DesignForExtension | Method 'setCommand' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter commandString should be final. | 25 |
Error | design | DesignForExtension | Method 'setNodeFilters' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter nodeFilters should be final. | 30 |
Error | design | DesignForExtension | Method 'setNodeThreadcount' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter nodeThreadcount should be final. | 35 |
Error | design | DesignForExtension | Method 'setNodeKeepgoing' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter nodeKeepgoing should be final. | 40 |
Error | design | DesignForExtension | Method 'setAsUser' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter asUser should be final. | 45 |
Error | design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
org/rundeck/api/RunAdhocScript.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 10 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 14 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 26 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 32 |
org/rundeck/api/RunAdhocScriptBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocMethod | Expected @param tag for 'script'. | 46 |
Error | design | DesignForExtension | Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | design | DesignForExtension | Method 'setScript' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | design | DesignForExtension | Method 'setArgString' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | design | DesignForExtension | Method 'setNodeFilters' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 70 |
Error | design | DesignForExtension | Method 'setNodeThreadcount' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | design | DesignForExtension | Method 'setNodeKeepgoing' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | design | DesignForExtension | Method 'setAsUser' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 85 |
Error | design | DesignForExtension | Method 'setScriptInterpreter' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 90 |
Error | design | DesignForExtension | Method 'setInterpreterArgsQuoted' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
org/rundeck/api/RunJob.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 9 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 13 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 33 |
org/rundeck/api/RunJobBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | design | DesignForExtension | Method 'setJobId' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter jobId should be final. | 19 |
Error | design | DesignForExtension | Method 'setOptions' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter options should be final. | 24 |
Error | design | DesignForExtension | Method 'setNodeFilters' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter nodeFilters should be final. | 29 |
Error | design | DesignForExtension | Method 'setAsUser' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter asUser should be final. | 34 |
Error | design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
org/rundeck/api/RundeckApiException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter message should be final. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter message should be final. | 31 |
Error | misc | FinalParameters | Parameter cause should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter message should be final. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter message should be final. | 49 |
Error | misc | FinalParameters | Parameter cause should be final. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter message should be final. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | misc | FinalParameters | Parameter message should be final. | 65 |
Error | misc | FinalParameters | Parameter cause should be final. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter message should be final. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter message should be final. | 81 |
Error | misc | FinalParameters | Parameter cause should be final. | 81 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter message should be final. | 93 |
Error | misc | FinalParameters | Parameter statusCode should be final. | 93 |
Error | coding | HiddenField | 'statusCode' hides a field. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | misc | FinalParameters | Parameter message should be final. | 98 |
Error | misc | FinalParameters | Parameter cause should be final. | 98 |
Error | misc | FinalParameters | Parameter statusCode should be final. | 98 |
Error | coding | HiddenField | 'statusCode' hides a field. | 98 |
Error | design | DesignForExtension | Method 'getStatusCode' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 111 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Error | coding | HiddenField | 'contentType' hides a field. | 117 |
Error | coding | HiddenField | 'requiredContentType' hides a field. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 123 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Error | coding | HiddenField | 'contentType' hides a field. | 123 |
Error | coding | HiddenField | 'requiredContentType' hides a field. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | coding | HiddenField | 'contentType' hides a field. | 130 |
Error | coding | HiddenField | 'requiredContentType' hides a field. | 131 |
Error | design | DesignForExtension | Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 137 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
Error | design | DesignForExtension | Method 'getRequiredContentType' is not designed for extension - needs to be abstract, final or empty. | 141 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
org/rundeck/api/RundeckClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 2,641 lines (max allowed is 2,000). | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rundeck.api.domain.*. | 24 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rundeck.api.parser.*. | 30 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 36 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 111 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 118 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 121 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 124 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 129 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 135 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 137 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 138 |
Error | design | DesignForExtension | Method 'setToken' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | misc | FinalParameters | Parameter token should be final. | 140 |
Error | coding | HiddenField | 'token' hides a field. | 140 |
Error | design | DesignForExtension | Method 'setLogin' is not designed for extension - needs to be abstract, final or empty. | 144 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Error | misc | FinalParameters | Parameter login should be final. | 144 |
Error | coding | HiddenField | 'login' hides a field. | 144 |
Error | design | DesignForExtension | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 148 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
Error | misc | FinalParameters | Parameter password should be final. | 148 |
Error | coding | HiddenField | 'password' hides a field. | 148 |
Error | design | DesignForExtension | Method 'setSessionID' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Error | misc | FinalParameters | Parameter sessionID should be final. | 152 |
Error | coding | HiddenField | 'sessionID' hides a field. | 152 |
Error | design | DesignForExtension | Method 'getApiVersion' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 157 |
Error | design | DesignForExtension | Method 'setApiVersion' is not designed for extension - needs to be abstract, final or empty. | 160 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
Error | misc | FinalParameters | Parameter apiVersion should be final. | 160 |
Error | coding | HiddenField | 'apiVersion' hides a field. | 160 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 161 |
Error | design | DesignForExtension | Method 'setApiVersion' is not designed for extension - needs to be abstract, final or empty. | 164 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
Error | misc | FinalParameters | Parameter apiVersion should be final. | 164 |
Error | coding | HiddenField | 'apiVersion' hides a field. | 164 |
Error | design | DesignForExtension | Method 'getApiEndpoint' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
Error | design | DesignForExtension | Method 'isSslHostnameVerifyAllowAll' is not designed for extension - needs to be abstract, final or empty. | 172 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
Error | design | DesignForExtension | Method 'setSslHostnameVerifyAllowAll' is not designed for extension - needs to be abstract, final or empty. | 176 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
Error | misc | FinalParameters | Parameter sslHostnameVerifyAllowAll should be final. | 176 |
Error | coding | HiddenField | 'sslHostnameVerifyAllowAll' hides a field. | 176 |
Error | design | DesignForExtension | Method 'isSslCertificateTrustAllowSelfSigned' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 184 |
Error | design | DesignForExtension | Method 'setSslCertificateTrustAllowSelfSigned' is not designed for extension - needs to be abstract, final or empty. | 184 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
Error | misc | FinalParameters | Parameter sslCertificateTrustAllowSelfSigned should be final. | 184 |
Error | coding | HiddenField | 'sslCertificateTrustAllowSelfSigned' hides a field. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 185 |
Error | design | DesignForExtension | Method 'isSystemProxyEnabled' is not designed for extension - needs to be abstract, final or empty. | 187 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
Error | design | DesignForExtension | Method 'setSystemProxyEnabled' is not designed for extension - needs to be abstract, final or empty. | 191 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
Error | misc | FinalParameters | Parameter systemProxyEnabled should be final. | 191 |
Error | coding | HiddenField | 'systemProxyEnabled' hides a field. | 191 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 196 |
Error | coding | HiddenField | 'url' hides a field. | 199 |
Error | javadoc | JavadocMethod | Expected @param tag for 'url'. | 199 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 199 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 199 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 201 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 201 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 204 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 207 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 211 |
Error | design | DesignForExtension | Method 'ping' is not designed for extension - needs to be abstract, final or empty. | 216 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 227 |
Error | design | DesignForExtension | Method 'testAuth' is not designed for extension - needs to be abstract, final or empty. | 227 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 227 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 227 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 252 |
Error | design | DesignForExtension | Method 'getProjects' is not designed for extension - needs to be abstract, final or empty. | 252 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 252 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 252 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 252 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 253 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 253 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 271 |
Error | design | DesignForExtension | Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 271 |
Error | misc | FinalParameters | Parameter projectName should be final. | 271 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 271 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 271 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 271 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 272 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 272 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 274 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 277 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 295 |
Error | design | DesignForExtension | Method 'createProject' is not designed for extension - needs to be abstract, final or empty. | 295 |
Error | misc | FinalParameters | Parameter projectName should be final. | 295 |
Error | misc | FinalParameters | Parameter configuration should be final. | 295 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 296 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 296 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 296 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 297 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 297 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 299 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 305 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 317 |
Error | design | DesignForExtension | Method 'deleteProject' is not designed for extension - needs to be abstract, final or empty. | 319 |
Error | misc | FinalParameters | Parameter projectName should be final. | 319 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 320 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 320 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 320 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 321 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 321 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 327 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 333 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 336 |
Error | design | DesignForExtension | Method 'exportProject' is not designed for extension - needs to be abstract, final or empty. | 338 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 339 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 339 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 339 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 340 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 340 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 340 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 340 |
Error | whitespace | WhitespaceAround | 'finally' is not preceded with whitespace. | 344 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 344 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 354 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 356 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 357 |
Error | design | DesignForExtension | Method 'exportProject' is not designed for extension - needs to be abstract, final or empty. | 359 |
Error | misc | FinalParameters | Parameter projectName should be final. | 359 |
Error | misc | FinalParameters | Parameter out should be final. | 359 |
Error | javadoc | JavadocMethod | Expected @param tag for 'out'. | 359 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 360 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 360 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 360 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 361 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 361 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 361 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 361 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 383 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 385 |
Error | design | DesignForExtension | Method 'importArchive' is not designed for extension - needs to be abstract, final or empty. | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 386 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 387 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 387 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 387 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 388 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 388 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 388 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 388 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 391 |
Error | coding | EmptyStatement | Empty statement. | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 396 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 396 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 400 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 407 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 414 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 416 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 417 |
Error | design | DesignForExtension | Method 'getProjectConfig' is not designed for extension - needs to be abstract, final or empty. | 419 |
Error | misc | FinalParameters | Parameter projectName should be final. | 419 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 420 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 420 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 420 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 421 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 421 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 421 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 423 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 425 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 427 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 436 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 440 |
Error | design | DesignForExtension | Method 'getProjectConfig' is not designed for extension - needs to be abstract, final or empty. | 440 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 441 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 441 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 441 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 442 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 442 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 442 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 444 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 450 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 453 |
Error | coding | MagicNumber | '404' is a magic number. | 453 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 453 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 453 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 453 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 460 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 471 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 472 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 474 |
Error | design | DesignForExtension | Method 'setProjectConfig' is not designed for extension - needs to be abstract, final or empty. | 474 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 475 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 475 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 475 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 476 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 476 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 476 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 478 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 479 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 480 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 483 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 484 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 489 |
Error | javadoc | JavadocMethod | Unused Javadoc tag. | 495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 497 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 499 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 500 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 502 |
Error | design | DesignForExtension | Method 'deleteProjectConfig' is not designed for extension - needs to be abstract, final or empty. | 502 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 503 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 503 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 503 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 504 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 504 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 504 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 506 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 507 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 509 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 512 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 519 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 520 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 521 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 522 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 524 |
Error | design | DesignForExtension | Method 'setProjectConfig' is not designed for extension - needs to be abstract, final or empty. | 524 |
Error | misc | FinalParameters | Parameter projectName should be final. | 524 |
Error | misc | FinalParameters | Parameter configuration should be final. | 524 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 524 |
Error | javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 524 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 525 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 525 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 525 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 526 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 526 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 526 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 528 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 531 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 535 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 535 |
Error | misc | FinalParameters | Parameter projectName should be final. | 535 |
Error | misc | FinalParameters | Parameter configuration should be final. | 535 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 544 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 550 |
Error | design | DesignForExtension | Method 'storeProjectFile' is not designed for extension - needs to be abstract, final or empty. | 550 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 550 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 551 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 552 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 554 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 557 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 563 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 564 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 569 |
Error | design | DesignForExtension | Method 'readProjectFile' is not designed for extension - needs to be abstract, final or empty. | 569 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 569 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 570 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 571 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 572 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 576 |
Error | coding | MagicNumber | '404' is a magic number. | 581 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 588 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 593 |
Error | design | DesignForExtension | Method 'deleteProjectFile' is not designed for extension - needs to be abstract, final or empty. | 593 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 593 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 594 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 595 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 596 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 597 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 603 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 606 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 608 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 609 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 611 |
Error | design | DesignForExtension | Method 'getJobs' is not designed for extension - needs to be abstract, final or empty. | 611 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 611 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 611 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 611 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 611 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 611 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 619 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 623 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 624 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 625 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 626 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 630 |
Error | design | DesignForExtension | Method 'getJobs' is not designed for extension - needs to be abstract, final or empty. | 630 |
Error | misc | FinalParameters | Parameter project should be final. | 630 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 630 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 630 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 630 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 631 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 631 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 631 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 635 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 640 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 642 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 643 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 644 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 645 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 646 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 649 |
Error | design | DesignForExtension | Method 'getJobs' is not designed for extension - needs to be abstract, final or empty. | 649 |
Error | misc | FinalParameters | Parameter project should be final. | 649 |
Error | misc | FinalParameters | Parameter jobFilter should be final. | 649 |
Error | misc | FinalParameters | Parameter groupPath should be final. | 649 |
Error | misc | FinalParameters | Parameter jobIds should be final. | 649 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 650 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 650 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 650 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 650 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 650 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 650 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 650 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 652 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 653 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 654 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 655 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 656 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 659 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 662 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 665 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 666 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 667 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 668 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 671 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 674 |
Error | design | DesignForExtension | Method 'exportJobsToFile' is not designed for extension - needs to be abstract, final or empty. | 674 |
Error | misc | FinalParameters | Parameter filename should be final. | 674 |
Error | misc | FinalParameters | Parameter format should be final. | 674 |
Error | misc | FinalParameters | Parameter project should be final. | 674 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 674 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 675 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 675 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 675 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 675 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 675 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 675 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 677 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 680 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 683 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 686 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 687 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 688 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 689 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 691 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 694 |
Error | design | DesignForExtension | Method 'exportJobsToFile' is not designed for extension - needs to be abstract, final or empty. | 694 |
Error | misc | FinalParameters | Parameter filename should be final. | 694 |
Error | misc | FinalParameters | Parameter format should be final. | 694 |
Error | misc | FinalParameters | Parameter project should be final. | 694 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 694 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 695 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 695 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 695 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 695 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 695 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 695 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 699 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 703 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 707 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 709 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 710 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 711 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 712 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 715 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 718 |
Error | design | DesignForExtension | Method 'exportJobsToFile' is not designed for extension - needs to be abstract, final or empty. | 718 |
Error | misc | FinalParameters | Parameter filename should be final. | 718 |
Error | misc | FinalParameters | Parameter format should be final. | 718 |
Error | misc | FinalParameters | Parameter project should be final. | 718 |
Error | misc | FinalParameters | Parameter jobFilter should be final. | 718 |
Error | misc | FinalParameters | Parameter groupPath should be final. | 718 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 719 |
Error | misc | FinalParameters | Parameter jobIds should be final. | 719 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 719 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 719 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 719 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 719 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 719 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 720 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 730 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 731 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 734 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 738 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 740 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 741 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 742 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 743 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 748 |
Error | design | DesignForExtension | Method 'exportJobsToFile' is not designed for extension - needs to be abstract, final or empty. | 748 |
Error | misc | FinalParameters | Parameter filename should be final. | 748 |
Error | misc | FinalParameters | Parameter format should be final. | 748 |
Error | misc | FinalParameters | Parameter project should be final. | 748 |
Error | misc | FinalParameters | Parameter jobFilter should be final. | 748 |
Error | misc | FinalParameters | Parameter groupPath should be final. | 748 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 749 |
Error | misc | FinalParameters | Parameter jobIds should be final. | 749 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 749 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 749 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 749 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 749 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 749 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 750 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 751 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 752 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 753 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 756 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 761 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 762 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 763 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 764 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 765 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 770 |
Error | design | DesignForExtension | Method 'exportJobs' is not designed for extension - needs to be abstract, final or empty. | 770 |
Error | misc | FinalParameters | Parameter format should be final. | 770 |
Error | misc | FinalParameters | Parameter project should be final. | 770 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 770 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 770 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 770 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 771 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 771 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 771 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 773 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 776 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 781 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 782 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 783 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 784 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 785 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 789 |
Error | design | DesignForExtension | Method 'exportJobs' is not designed for extension - needs to be abstract, final or empty. | 789 |
Error | misc | FinalParameters | Parameter format should be final. | 789 |
Error | misc | FinalParameters | Parameter project should be final. | 789 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 789 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 790 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 790 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 790 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 790 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 790 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 790 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 794 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 795 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 801 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 803 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 804 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 805 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 806 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 807 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 812 |
Error | design | DesignForExtension | Method 'exportJobs' is not designed for extension - needs to be abstract, final or empty. | 812 |
Error | misc | FinalParameters | Parameter format should be final. | 812 |
Error | misc | FinalParameters | Parameter project should be final. | 812 |
Error | misc | FinalParameters | Parameter jobFilter should be final. | 812 |
Error | misc | FinalParameters | Parameter groupPath should be final. | 812 |
Error | misc | FinalParameters | Parameter jobIds should be final. | 812 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 813 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 813 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 813 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 813 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 813 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 813 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 813 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 815 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 818 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 819 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 825 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 827 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 828 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 829 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 830 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 831 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 832 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 834 |
Error | design | DesignForExtension | Method 'exportJobs' is not designed for extension - needs to be abstract, final or empty. | 834 |
Error | misc | FinalParameters | Parameter format should be final. | 834 |
Error | misc | FinalParameters | Parameter project should be final. | 834 |
Error | misc | FinalParameters | Parameter jobFilter should be final. | 834 |
Error | misc | FinalParameters | Parameter groupPath should be final. | 834 |
Error | misc | FinalParameters | Parameter jobIds should be final. | 834 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 835 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 835 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 835 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 835 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 835 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 835 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 835 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 839 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 844 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 847 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 850 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 853 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 854 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 855 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 856 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 863 |
Error | design | DesignForExtension | Method 'exportJobToFile' is not designed for extension - needs to be abstract, final or empty. | 863 |
Error | misc | FinalParameters | Parameter filename should be final. | 863 |
Error | misc | FinalParameters | Parameter format should be final. | 863 |
Error | misc | FinalParameters | Parameter jobId should be final. | 863 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 863 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 864 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 864 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 864 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 864 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 864 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 864 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 866 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 869 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 872 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 875 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 876 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 877 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 878 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 884 |
Error | design | DesignForExtension | Method 'exportJobToFile' is not designed for extension - needs to be abstract, final or empty. | 884 |
Error | misc | FinalParameters | Parameter filename should be final. | 884 |
Error | misc | FinalParameters | Parameter format should be final. | 884 |
Error | misc | FinalParameters | Parameter jobId should be final. | 884 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 884 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 885 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 885 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 885 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 885 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 885 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 885 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 886 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 888 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 891 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 896 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 897 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 898 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 899 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 900 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 905 |
Error | design | DesignForExtension | Method 'exportJob' is not designed for extension - needs to be abstract, final or empty. | 905 |
Error | misc | FinalParameters | Parameter format should be final. | 905 |
Error | misc | FinalParameters | Parameter jobId should be final. | 905 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 905 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 905 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 905 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 906 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 906 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 906 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 908 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 911 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 916 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 917 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 918 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 919 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 920 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 924 |
Error | design | DesignForExtension | Method 'exportJob' is not designed for extension - needs to be abstract, final or empty. | 924 |
Error | misc | FinalParameters | Parameter format should be final. | 924 |
Error | misc | FinalParameters | Parameter jobId should be final. | 924 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 924 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 924 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 924 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 925 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 925 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 925 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 928 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 932 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 933 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 935 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 940 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 941 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 945 |
Error | design | DesignForExtension | Method 'importJobs' is not designed for extension - needs to be abstract, final or empty. | 945 |
Error | javadoc | JavadocMethod | Expected @param tag for 'filename'. | 945 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 945 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 945 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 946 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 946 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 947 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 947 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 947 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 947 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 948 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 952 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 958 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 959 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 961 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 966 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 967 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 971 |
Error | design | DesignForExtension | Method 'importJobs' is not designed for extension - needs to be abstract, final or empty. | 971 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 971 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 972 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 972 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 973 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 973 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 973 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 975 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 976 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 981 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 981 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 981 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 983 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 985 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 985 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 985 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 989 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 993 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 997 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1000 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1001 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1002 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1003 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1006 |
Error | design | DesignForExtension | Method 'findJob' is not designed for extension - needs to be abstract, final or empty. | 1006 |
Error | misc | FinalParameters | Parameter project should be final. | 1006 |
Error | misc | FinalParameters | Parameter groupPath should be final. | 1006 |
Error | misc | FinalParameters | Parameter name should be final. | 1006 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1006 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1007 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1007 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1007 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1007 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1007 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1007 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1010 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 1011 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1014 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1019 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1020 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1021 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1022 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1026 |
Error | design | DesignForExtension | Method 'getJob' is not designed for extension - needs to be abstract, final or empty. | 1026 |
Error | misc | FinalParameters | Parameter jobId should be final. | 1026 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1026 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1026 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1026 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1027 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1027 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1027 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1028 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1029 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1032 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1036 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1037 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1038 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1039 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1040 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1042 |
Error | design | DesignForExtension | Method 'deleteJob' is not designed for extension - needs to be abstract, final or empty. | 1042 |
Error | misc | FinalParameters | Parameter jobId should be final. | 1042 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1042 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1042 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1042 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1043 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1043 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1043 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1048 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1053 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1054 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1055 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1056 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 1058 |
Error | design | DesignForExtension | Method 'deleteJobs' is not designed for extension - needs to be abstract, final or empty. | 1058 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1058 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1058 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1058 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1059 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1059 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1059 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1061 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1063 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1063 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1067 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1068 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1072 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1073 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1074 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1075 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1076 |
Error | design | DesignForExtension | Method 'triggerJob' is not designed for extension - needs to be abstract, final or empty. | 1079 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1080 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1080 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1080 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1080 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1080 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1080 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1080 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1081 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1082 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 1085 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1085 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 1085 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1099 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 1100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1114 |
Error | design | DesignForExtension | Method 'runJob' is not designed for extension - needs to be abstract, final or empty. | 1114 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1114 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1114 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1114 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1115 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1115 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 1121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1133 |
Error | design | DesignForExtension | Method 'runJob' is not designed for extension - needs to be abstract, final or empty. | 1136 |
Error | misc | FinalParameters | Parameter poolingInterval should be final. | 1136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1137 |
Error | misc | FinalParameters | Parameter poolingUnit should be final. | 1137 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1137 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1137 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1137 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1137 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1137 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 1166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 1177 |
Error | design | DesignForExtension | Method 'triggerAdhocCommand' is not designed for extension - needs to be abstract, final or empty. | 1177 |
Error | misc | FinalParameters | Parameter command should be final. | 1177 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1177 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1177 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1177 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1178 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1178 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 1179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 1180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1181 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 1188 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 1211 |
Error | design | DesignForExtension | Method 'runAdhocCommand' is not designed for extension - needs to be abstract, final or empty. | 1211 |
Error | misc | FinalParameters | Parameter command should be final. | 1211 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1211 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1211 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1211 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1212 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1212 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 1220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1234 |
Error | design | DesignForExtension | Method 'runAdhocCommand' is not designed for extension - needs to be abstract, final or empty. | 1234 |
Error | misc | FinalParameters | Parameter command should be final. | 1234 |
Error | misc | FinalParameters | Parameter poolingInterval should be final. | 1234 |
Error | misc | FinalParameters | Parameter poolingUnit should be final. | 1234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1235 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1235 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1235 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1235 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1235 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1235 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 1262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 1278 |
Error | design | DesignForExtension | Method 'triggerAdhocScript' is not designed for extension - needs to be abstract, final or empty. | 1278 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1280 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1280 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1280 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1280 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1280 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 1281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 1293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1305 |
Error | design | DesignForExtension | Method 'triggerAdhocScript' is not designed for extension - needs to be abstract, final or empty. | 1305 |
Error | misc | FinalParameters | Parameter script should be final. | 1305 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1306 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1306 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1306 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1306 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1306 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1309 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1312 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 1322 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1322 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 1322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1333 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1346 |
Error | design | DesignForExtension | Method 'runAdhocScript' is not designed for extension - needs to be abstract, final or empty. | 1346 |
Error | misc | FinalParameters | Parameter script should be final. | 1346 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1347 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1347 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1347 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1347 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1347 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1354 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 1355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 1356 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1361 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1368 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1369 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1374 |
Error | design | DesignForExtension | Method 'runAdhocScript' is not designed for extension - needs to be abstract, final or empty. | 1374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1375 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1375 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1376 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1376 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1376 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1376 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1389 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 1390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 1391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1395 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1396 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1397 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1398 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1399 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1400 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1401 |
Error | javadoc | JavadocMethod | Unused @throws tag for 'IOException'. | 1402 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1406 |
Error | design | DesignForExtension | Method 'runAdhocScript' is not designed for extension - needs to be abstract, final or empty. | 1406 |
Error | misc | FinalParameters | Parameter poolingInterval should be final. | 1406 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1407 |
Error | misc | FinalParameters | Parameter poolingUnit should be final. | 1407 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1407 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1407 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1407 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1407 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1407 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1408 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1433 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1436 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1439 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1442 |
Error | design | DesignForExtension | Method 'getRunningExecutions' is not designed for extension - needs to be abstract, final or empty. | 1442 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1442 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1442 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1442 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1443 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1443 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1448 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1456 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1460 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1462 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1463 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1464 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1467 |
Error | design | DesignForExtension | Method 'getRunningExecutions' is not designed for extension - needs to be abstract, final or empty. | 1467 |
Error | misc | FinalParameters | Parameter project should be final. | 1467 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1467 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1468 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1468 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1468 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1468 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1468 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1468 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 1470 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1477 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1481 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1482 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1483 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1484 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1485 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1486 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1488 |
Error | design | DesignForExtension | Method 'getJobExecutions' is not designed for extension - needs to be abstract, final or empty. | 1488 |
Error | misc | FinalParameters | Parameter jobId should be final. | 1488 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1488 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1488 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1488 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1489 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1489 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1489 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1493 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1497 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1499 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1500 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1501 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 1502 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1506 |
Error | design | DesignForExtension | Method 'getJobExecutions' is not designed for extension - needs to be abstract, final or empty. | 1506 |
Error | misc | FinalParameters | Parameter jobId should be final. | 1506 |
Error | misc | FinalParameters | Parameter status should be final. | 1506 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1506 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1507 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1507 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1507 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1507 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1507 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1507 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 1509 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 1509 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1512 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1516 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1517 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1518 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1519 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1520 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1521 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1522 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 1524 |
Error | design | DesignForExtension | Method 'getJobExecutions' is not designed for extension - needs to be abstract, final or empty. | 1524 |
Error | misc | FinalParameters | Parameter jobId should be final. | 1524 |
Error | misc | FinalParameters | Parameter status should be final. | 1524 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1524 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1525 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1525 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1525 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1525 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1525 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1525 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1529 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1533 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1535 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1536 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1537 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1538 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1539 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 1540 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1542 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1544 |
Error | design | DesignForExtension | Method 'getJobExecutions' is not designed for extension - needs to be abstract, final or empty. | 1544 |
Error | misc | FinalParameters | Parameter jobId should be final. | 1544 |
Error | misc | FinalParameters | Parameter status should be final. | 1544 |
Error | misc | FinalParameters | Parameter max should be final. | 1544 |
Error | misc | FinalParameters | Parameter offset should be final. | 1544 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1545 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1545 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1545 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1545 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1545 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1545 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1545 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 1547 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 1547 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1552 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1556 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1558 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1559 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1560 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1561 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1562 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1563 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 1565 |
Error | design | DesignForExtension | Method 'getJobExecutions' is not designed for extension - needs to be abstract, final or empty. | 1565 |
Error | misc | FinalParameters | Parameter jobId should be final. | 1565 |
Error | misc | FinalParameters | Parameter status should be final. | 1565 |
Error | misc | FinalParameters | Parameter max should be final. | 1565 |
Error | misc | FinalParameters | Parameter offset should be final. | 1565 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1566 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1566 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1566 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1566 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1566 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1566 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1566 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1567 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1568 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1571 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1572 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1575 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1580 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1581 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1582 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1583 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1584 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1585 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1587 |
Error | design | DesignForExtension | Method 'getExecutions' is not designed for extension - needs to be abstract, final or empty. | 1587 |
Error | misc | FinalParameters | Parameter query should be final. | 1587 |
Error | misc | FinalParameters | Parameter max should be final. | 1587 |
Error | misc | FinalParameters | Parameter offset should be final. | 1587 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 1588 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1588 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1588 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1588 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1588 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1588 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1588 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1590 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1592 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 1598 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1602 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1607 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1608 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1609 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1612 |
Error | design | DesignForExtension | Method 'getExecution' is not designed for extension - needs to be abstract, final or empty. | 1612 |
Error | misc | FinalParameters | Parameter executionId should be final. | 1612 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1612 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1612 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1612 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1613 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1613 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1613 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 1614 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1622 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1626 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1628 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1631 |
Error | design | DesignForExtension | Method 'abortExecution' is not designed for extension - needs to be abstract, final or empty. | 1631 |
Error | misc | FinalParameters | Parameter executionId should be final. | 1631 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1631 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1631 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1631 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1632 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1632 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1632 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1639 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1641 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1642 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1643 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 1646 |
Error | design | DesignForExtension | Method 'abortExecution' is not designed for extension - needs to be abstract, final or empty. | 1646 |
Error | misc | FinalParameters | Parameter executionId should be final. | 1646 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1646 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1646 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1646 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1647 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1647 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1647 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1648 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1649 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 1650 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1650 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 1650 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 1653 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1656 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1663 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1665 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1666 |
Error | design | DesignForExtension | Method 'deleteAllJobExecutions' is not designed for extension - needs to be abstract, final or empty. | 1670 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1671 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1671 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1671 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1672 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1672 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1672 |
Error | blocks | LeftCurly | '{' should be on the previous line. | 1673 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1676 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1676 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 1677 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1681 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1686 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1687 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1688 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1691 |
Error | design | DesignForExtension | Method 'deleteExecutions' is not designed for extension - needs to be abstract, final or empty. | 1691 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1692 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1692 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1692 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1693 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1693 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1693 |
Error | blocks | LeftCurly | '{' should be on the previous line. | 1694 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1695 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1699 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 1704 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1708 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1712 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1713 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1714 |
Error | design | DesignForExtension | Method 'deleteExecution' is not designed for extension - needs to be abstract, final or empty. | 1717 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1718 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1718 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1718 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1719 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1719 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1719 |
Error | blocks | LeftCurly | '{' should be on the previous line. | 1720 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1721 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1722 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1729 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1734 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1735 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1736 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1737 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1738 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1740 |
Error | design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1740 |
Error | misc | FinalParameters | Parameter project should be final. | 1740 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1740 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1740 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1740 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1741 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1741 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1741 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1742 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1742 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1745 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1750 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1752 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1753 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1754 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1755 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1756 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1758 |
Error | design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1758 |
Error | misc | FinalParameters | Parameter project should be final. | 1758 |
Error | misc | FinalParameters | Parameter max should be final. | 1758 |
Error | misc | FinalParameters | Parameter offset should be final. | 1758 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1758 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1759 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1759 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1759 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1759 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1759 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1759 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1760 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1760 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1760 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1763 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1768 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1771 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1772 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1773 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1774 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1775 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1777 |
Error | design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1777 |
Error | misc | FinalParameters | Parameter project should be final. | 1777 |
Error | misc | FinalParameters | Parameter jobId should be final. | 1777 |
Error | misc | FinalParameters | Parameter reportId should be final. | 1777 |
Error | misc | FinalParameters | Parameter user should be final. | 1777 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1778 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1778 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1778 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1778 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1778 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1778 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1778 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1779 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1782 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1787 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1790 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1792 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1793 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1794 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1795 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1796 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1798 |
Error | design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1798 |
Error | misc | FinalParameters | Parameter project should be final. | 1798 |
Error | misc | FinalParameters | Parameter jobId should be final. | 1798 |
Error | misc | FinalParameters | Parameter reportId should be final. | 1798 |
Error | misc | FinalParameters | Parameter user should be final. | 1798 |
Error | misc | FinalParameters | Parameter max should be final. | 1798 |
Error | misc | FinalParameters | Parameter offset should be final. | 1798 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1799 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1799 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1799 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1799 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1799 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1799 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1799 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1800 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1803 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1807 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 1808 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1811 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1812 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1813 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1814 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1815 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1817 |
Error | design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1817 |
Error | misc | FinalParameters | Parameter project should be final. | 1817 |
Error | misc | FinalParameters | Parameter recent should be final. | 1817 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1817 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1818 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1818 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1818 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1818 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1818 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1818 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1819 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1822 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1826 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 1827 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1830 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1832 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1833 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1834 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1835 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1836 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1838 |
Error | design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1838 |
Error | misc | FinalParameters | Parameter project should be final. | 1838 |
Error | misc | FinalParameters | Parameter recent should be final. | 1838 |
Error | misc | FinalParameters | Parameter max should be final. | 1838 |
Error | misc | FinalParameters | Parameter offset should be final. | 1838 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1838 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1839 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1839 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1839 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1839 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1839 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1839 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1840 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1843 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1850 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1851 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1852 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1853 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1854 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1856 |
Error | design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1856 |
Error | misc | FinalParameters | Parameter project should be final. | 1856 |
Error | misc | FinalParameters | Parameter begin should be final. | 1856 |
Error | misc | FinalParameters | Parameter end should be final. | 1856 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1856 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1857 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1857 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1857 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1857 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1857 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1857 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1858 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1858 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1858 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1861 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1868 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1870 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1871 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1872 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1873 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1874 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1876 |
Error | design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1876 |
Error | misc | FinalParameters | Parameter project should be final. | 1876 |
Error | misc | FinalParameters | Parameter begin should be final. | 1876 |
Error | misc | FinalParameters | Parameter end should be final. | 1876 |
Error | misc | FinalParameters | Parameter max should be final. | 1876 |
Error | misc | FinalParameters | Parameter offset should be final. | 1876 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1877 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1877 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1877 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1877 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1877 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1877 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1877 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1878 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1878 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1881 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1886 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1888 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 1889 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1894 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1896 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1897 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1898 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1899 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 1901 |
Error | design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1901 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 1901 |
Error | misc | FinalParameters | Parameter project should be final. | 1901 |
Error | misc | FinalParameters | Parameter jobId should be final. | 1901 |
Error | misc | FinalParameters | Parameter reportId should be final. | 1901 |
Error | misc | FinalParameters | Parameter user should be final. | 1901 |
Error | misc | FinalParameters | Parameter recent should be final. | 1901 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1902 |
Error | misc | FinalParameters | Parameter begin should be final. | 1902 |
Error | misc | FinalParameters | Parameter end should be final. | 1902 |
Error | misc | FinalParameters | Parameter max should be final. | 1902 |
Error | misc | FinalParameters | Parameter offset should be final. | 1902 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1902 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1902 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1902 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1903 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1903 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1903 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1904 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1905 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1917 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1921 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1922 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1923 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1924 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 1925 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1926 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1929 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1930 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1934 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1935 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1936 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1937 |
Error | design | DesignForExtension | Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 1939 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 1939 |
Error | misc | FinalParameters | Parameter project should be final. | 1939 |
Error | misc | FinalParameters | Parameter user should be final. | 1940 |
Error | misc | FinalParameters | Parameter recent should be final. | 1941 |
Error | misc | FinalParameters | Parameter includeJobNames should be final. | 1942 |
Error | misc | FinalParameters | Parameter excludeJobNames should be final. | 1943 |
Error | misc | FinalParameters | Parameter begin should be final. | 1944 |
Error | misc | FinalParameters | Parameter end should be final. | 1945 |
Error | misc | FinalParameters | Parameter max should be final. | 1946 |
Error | misc | FinalParameters | Parameter offset should be final. | 1947 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 1948 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1948 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1948 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1948 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1948 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1948 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1948 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1950 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1951 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1961 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1968 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1971 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1973 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1974 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 1976 |
Error | design | DesignForExtension | Method 'getNodes' is not designed for extension - needs to be abstract, final or empty. | 1976 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1976 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1976 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1976 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1976 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1976 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1984 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1988 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1989 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1990 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1991 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1992 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1995 |
Error | design | DesignForExtension | Method 'getNodes' is not designed for extension - needs to be abstract, final or empty. | 1995 |
Error | misc | FinalParameters | Parameter project should be final. | 1995 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 1995 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 1995 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 1995 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 1996 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 1996 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1996 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2000 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 2004 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2005 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 2006 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2007 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2008 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 2009 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 2011 |
Error | design | DesignForExtension | Method 'getNodes' is not designed for extension - needs to be abstract, final or empty. | 2011 |
Error | misc | FinalParameters | Parameter project should be final. | 2011 |
Error | misc | FinalParameters | Parameter nodeFilters should be final. | 2011 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2011 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 2012 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2012 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2012 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2012 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2012 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2012 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 2014 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 2015 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 2016 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2019 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 2025 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2026 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2027 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 2028 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 2030 |
Error | design | DesignForExtension | Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 2030 |
Error | misc | FinalParameters | Parameter name should be final. | 2030 |
Error | misc | FinalParameters | Parameter project should be final. | 2030 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2030 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2030 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2030 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2031 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2031 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2031 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 2032 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 2034 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2038 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 2042 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 2043 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2044 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2045 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 2046 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2048 |
Error | design | DesignForExtension | Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. | 2048 |
Error | misc | FinalParameters | Parameter executionId should be final. | 2048 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2048 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2048 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2048 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2049 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2049 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2049 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 2050 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2051 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2054 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 2058 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 2059 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2060 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2061 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 2062 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 2064 |
Error | design | DesignForExtension | Method 'getProfilePage' is not designed for extension - needs to be abstract, final or empty. | 2064 |
Error | misc | FinalParameters | Parameter username should be final. | 2064 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2064 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2064 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2064 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2065 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2065 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2065 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2066 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 2067 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2071 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2072 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 2075 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 2076 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2077 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2078 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 2079 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 2081 |
Error | design | DesignForExtension | Method 'generateToken' is not designed for extension - needs to be abstract, final or empty. | 2081 |
Error | misc | FinalParameters | Parameter username should be final. | 2081 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2081 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2081 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2081 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2082 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2082 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2082 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2083 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2084 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2088 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2092 |
Error | sizes | LineLength | Line is longer than 80 characters (found 206). | 2093 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 2094 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 2095 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 2097 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2098 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2099 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 2102 |
Error | design | DesignForExtension | Method 'getExecutionOutput' is not designed for extension - needs to be abstract, final or empty. | 2102 |
Error | misc | FinalParameters | Parameter executionId should be final. | 2102 |
Error | misc | FinalParameters | Parameter offset should be final. | 2102 |
Error | misc | FinalParameters | Parameter lastlines should be final. | 2102 |
Error | misc | FinalParameters | Parameter lastmod should be final. | 2102 |
Error | misc | FinalParameters | Parameter maxlines should be final. | 2102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 2103 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2103 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2103 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2103 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2103 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2103 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 2126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2129 |
Error | design | DesignForExtension | Method 'getExecutionState' is not designed for extension - needs to be abstract, final or empty. | 2131 |
Error | misc | FinalParameters | Parameter executionId should be final. | 2131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 2132 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2132 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2132 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2132 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2132 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2132 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 2133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2138 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 2146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 2147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 2150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 2152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 2156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 2161 |
Error | design | DesignForExtension | Method 'getExecutionOutputForNode' is not designed for extension - needs to be abstract, final or empty. | 2161 |
Error | misc | FinalParameters | Parameter executionId should be final. | 2161 |
Error | misc | FinalParameters | Parameter nodeName should be final. | 2161 |
Error | misc | FinalParameters | Parameter offset should be final. | 2161 |
Error | misc | FinalParameters | Parameter lastlines should be final. | 2161 |
Error | misc | FinalParameters | Parameter lastmod should be final. | 2162 |
Error | misc | FinalParameters | Parameter maxlines should be final. | 2162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 2163 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2163 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2163 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2163 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2163 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2163 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 2165 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 2170 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 2170 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 2170 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 2173 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 2173 |
Error | whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 2173 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 2176 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 2176 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 2176 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 2187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 2188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 2191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 2193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 2197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 2202 |
Error | design | DesignForExtension | Method 'getExecutionOutputForStep' is not designed for extension - needs to be abstract, final or empty. | 2202 |
Error | misc | FinalParameters | Parameter executionId should be final. | 2202 |
Error | misc | FinalParameters | Parameter stepCtx should be final. | 2202 |
Error | misc | FinalParameters | Parameter offset should be final. | 2202 |
Error | misc | FinalParameters | Parameter lastlines should be final. | 2202 |
Error | misc | FinalParameters | Parameter lastmod should be final. | 2203 |
Error | misc | FinalParameters | Parameter maxlines should be final. | 2203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 2204 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2204 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2204 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2204 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2204 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2204 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2206 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 2228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 2229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 2232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 2234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 2238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 2243 |
Error | design | DesignForExtension | Method 'getExecutionOutputForNodeAndStep' is not designed for extension - needs to be abstract, final or empty. | 2243 |
Error | misc | FinalParameters | Parameter executionId should be final. | 2243 |
Error | misc | FinalParameters | Parameter nodeName should be final. | 2243 |
Error | javadoc | JavadocMethod | Expected @param tag for 'nodeName'. | 2243 |
Error | misc | FinalParameters | Parameter stepCtx should be final. | 2243 |
Error | misc | FinalParameters | Parameter offset should be final. | 2244 |
Error | misc | FinalParameters | Parameter lastlines should be final. | 2244 |
Error | misc | FinalParameters | Parameter lastmod should be final. | 2245 |
Error | misc | FinalParameters | Parameter maxlines should be final. | 2245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 2246 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2246 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2246 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2246 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2246 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2246 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 2248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2249 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 2274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 2275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 2277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 2282 |
Error | design | DesignForExtension | Method 'getExecutionOutput' is not designed for extension - needs to be abstract, final or empty. | 2282 |
Error | misc | FinalParameters | Parameter executionId should be final. | 2282 |
Error | misc | FinalParameters | Parameter offset should be final. | 2282 |
Error | misc | FinalParameters | Parameter lastmod should be final. | 2282 |
Error | misc | FinalParameters | Parameter maxlines should be final. | 2282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 2283 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2283 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2283 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2283 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2283 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2283 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 2285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 2293 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 2299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 2301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 2302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 2304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 2309 |
Error | design | DesignForExtension | Method 'getExecutionOutputState' is not designed for extension - needs to be abstract, final or empty. | 2309 |
Error | misc | FinalParameters | Parameter executionId should be final. | 2309 |
Error | misc | FinalParameters | Parameter stateOnly should be final. | 2309 |
Error | misc | FinalParameters | Parameter offset should be final. | 2309 |
Error | misc | FinalParameters | Parameter lastmod should be final. | 2309 |
Error | misc | FinalParameters | Parameter maxlines should be final. | 2310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 2311 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2311 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2311 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2311 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2311 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2311 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 2311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 2313 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 2321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 2324 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 2327 |
Error | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 2330 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 2330 |
Error | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 2330 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 2330 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2335 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2348 |
Error | design | DesignForExtension | Method 'getSystemInfo' is not designed for extension - needs to be abstract, final or empty. | 2348 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2348 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is subclass of 'RundeckApiException'. | 2348 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiLoginException' is unchecked exception. | 2348 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is subclass of 'RundeckApiException'. | 2349 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiTokenException' is unchecked exception. | 2349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 2364 |
Error | design | DesignForExtension | Method 'listApiTokens' is not designed for extension - needs to be abstract, final or empty. | 2364 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2364 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 2368 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2371 |
Error | design | DesignForExtension | Method 'listApiTokens' is not designed for extension - needs to be abstract, final or empty. | 2376 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2376 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 2379 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 2388 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2388 |
Error | design | DesignForExtension | Method 'generateApiToken' is not designed for extension - needs to be abstract, final or empty. | 2388 |
Error | javadoc | JavadocMethod | Expected @param tag for 'user'. | 2388 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2388 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2388 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 2388 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 2389 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2395 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 2401 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2401 |
Error | design | DesignForExtension | Method 'deleteApiToken' is not designed for extension - needs to be abstract, final or empty. | 2401 |
Error | coding | HiddenField | 'token' hides a field. | 2401 |
Error | javadoc | JavadocMethod | Expected @param tag for 'token'. | 2401 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2401 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2401 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 2401 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2406 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 2412 |
Error | design | DesignForExtension | Method 'getApiToken' is not designed for extension - needs to be abstract, final or empty. | 2412 |
Error | coding | HiddenField | 'token' hides a field. | 2412 |
Error | javadoc | JavadocMethod | Expected @param tag for 'token'. | 2412 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2412 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2412 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 2412 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 2414 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2417 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 2425 |
Error | design | DesignForExtension | Method 'storeKey' is not designed for extension - needs to be abstract, final or empty. | 2425 |
Error | misc | FinalParameters | Parameter privateKey should be final. | 2425 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2425 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2425 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 2425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 2429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2433 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 2433 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2440 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 2447 |
Error | design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 2449 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2449 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 2452 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2464 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2472 |
Error | design | DesignForExtension | Method 'getPublicKeyContent' is not designed for extension - needs to be abstract, final or empty. | 2472 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2473 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2473 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 2473 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 2476 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 2486 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2490 |
Error | design | DesignForExtension | Method 'getPublicKeyContent' is not designed for extension - needs to be abstract, final or empty. | 2497 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2498 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2498 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 2498 |
Error | whitespace | WhitespaceAround | 'finally' is not preceded with whitespace. | 2502 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 2502 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2507 |
Error | design | DesignForExtension | Method 'listKeyDirectoryRoot' is not designed for extension - needs to be abstract, final or empty. | 2513 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'RundeckApiException'. | 2513 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2513 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2516 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 2521 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 2523 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 2523 |
Error | design | DesignForExtension | Method 'listKeyDirectory' is not designed for extension - needs to be abstract, final or empty. | 2523 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 2523 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 2526 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 2532 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 2533 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2538 |
Error | design | DesignForExtension | Method 'deleteKey' is not designed for extension - needs to be abstract, final or empty. | 2542 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 2542 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 2545 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 2551 |
Error | design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 2553 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 2558 |
Error | design | DesignForExtension | Method 'getToken' is not designed for extension - needs to be abstract, final or empty. | 2560 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 2565 |
Error | design | DesignForExtension | Method 'getLogin' is not designed for extension - needs to be abstract, final or empty. | 2567 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 2572 |
Error | design | DesignForExtension | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 2574 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 2579 |
Error | design | DesignForExtension | Method 'getSessionID' is not designed for extension - needs to be abstract, final or empty. | 2581 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 2585 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 2593 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2598 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 2602 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2603 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 2603 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 2604 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 2605 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 2609 |
Error | misc | FinalParameters | Parameter obj should be final. | 2610 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2611 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2613 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2615 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2619 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2621 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2624 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2626 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2629 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2631 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2634 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2636 |
org/rundeck/api/RundeckClientBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 42 |
Error | design | DesignForExtension | Method 'url' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | misc | FinalParameters | Parameter url should be final. | 42 |
Error | coding | HiddenField | 'url' hides a field. | 42 |
Error | javadoc | JavadocMethod | Expected @param tag for 'url'. | 42 |
Error | design | DesignForExtension | Method 'login' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter login should be final. | 47 |
Error | coding | HiddenField | 'login' hides a field. | 47 |
Error | design | DesignForExtension | Method 'login' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter login should be final. | 52 |
Error | coding | HiddenField | 'login' hides a field. | 52 |
Error | misc | FinalParameters | Parameter password should be final. | 52 |
Error | coding | HiddenField | 'password' hides a field. | 52 |
Error | design | DesignForExtension | Method 'password' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter password should be final. | 58 |
Error | coding | HiddenField | 'password' hides a field. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 66 |
Error | design | DesignForExtension | Method 'token' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | misc | FinalParameters | Parameter token should be final. | 66 |
Error | coding | HiddenField | 'token' hides a field. | 66 |
Error | javadoc | JavadocMethod | Expected @param tag for 'token'. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 74 |
Error | design | DesignForExtension | Method 'sessionId' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | misc | FinalParameters | Parameter id should be final. | 74 |
Error | coding | HiddenField | 'id' hides a field. | 74 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 82 |
Error | design | DesignForExtension | Method 'version' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | coding | HiddenField | 'version' hides a field. | 82 |
Error | javadoc | JavadocMethod | Expected @param tag for 'version'. | 82 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 90 |
Error | design | DesignForExtension | Method 'version' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | coding | HiddenField | 'version' hides a field. | 90 |
Error | javadoc | JavadocMethod | Expected @param tag for 'version'. | 90 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 97 |
Error | design | DesignForExtension | Method 'systemProxyEnabled' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | coding | HiddenField | 'systemProxyEnabled' hides a field. | 97 |
Error | javadoc | JavadocMethod | Expected @param tag for 'systemProxyEnabled'. | 97 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 102 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 104 |
Error | design | DesignForExtension | Method 'sslHostnameVerifyAllowAll' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | coding | HiddenField | 'sslHostnameVerifyAllowAll' hides a field. | 104 |
Error | javadoc | JavadocMethod | Expected @param tag for 'sslHostnameVerifyAllowAll'. | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 110 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 112 |
Error | design | DesignForExtension | Method 'sslCertificateTrustAllowSelfSigned' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | coding | HiddenField | 'sslCertificateTrustAllowSelfSigned' hides a field. | 112 |
Error | javadoc | JavadocMethod | Expected @param tag for 'sslCertificateTrustAllowSelfSigned'. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 113 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 117 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 120 |
Error | design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 139 |
org/rundeck/api/RundeckJobsImport.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 16 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 22 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 28 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 33 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 39 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 39 |
org/rundeck/api/RundeckJobsImportBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 40 |
Error | javadoc | JavadocMethod | Expected @param tag for 'original'. | 40 |
Error | design | DesignForExtension | Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | design | DesignForExtension | Method 'setStream' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | design | DesignForExtension | Method 'setFileType' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 59 |
Error | design | DesignForExtension | Method 'setJobsImportMethod' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 63 |
Error | design | DesignForExtension | Method 'setUUIDImportBehavior' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
org/rundeck/api/domain/ArchiveImport.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | coding | HiddenField | 'successful' hides a field. | 16 |
Error | coding | HiddenField | 'errorMessages' hides a field. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 25 |
Error | design | DesignForExtension | Method 'isSuccessful' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 34 |
Error | 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 |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | design | DesignForExtension | Method 'isPrivateKey' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | design | DesignForExtension | Method 'setPrivateKey' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter privateKey should be final. | 23 |
Error | coding | HiddenField | 'privateKey' hides a field. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | design | VisibilityModifier | Variable 'keyResources' must be private and have accessor methods. | 27 |
Error | design | DesignForExtension | Method 'setDirectoryContents' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 30 |
Error | misc | FinalParameters | Parameter directoryContents should be final. | 30 |
Error | design | DesignForExtension | Method 'getDirectoryContents' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 50 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 54 |
org/rundeck/api/domain/BaseState.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 18 |
Error | design | DesignForExtension | Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | design | DesignForExtension | Method 'setStartTime' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter startTime should be final. | 22 |
Error | coding | HiddenField | 'startTime' hides a field. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 27 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 30 |
Error | design | DesignForExtension | Method 'getEndTime' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | design | DesignForExtension | Method 'setEndTime' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter endTime should be final. | 34 |
Error | coding | HiddenField | 'endTime' hides a field. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 42 |
Error | design | DesignForExtension | Method 'getExecutionState' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | design | DesignForExtension | Method 'setExecutionState' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter executionState should be final. | 46 |
Error | coding | HiddenField | 'executionState' hides a field. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 54 |
Error | design | DesignForExtension | Method 'getUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | design | DesignForExtension | Method 'setUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter updateTime should be final. | 58 |
Error | coding | HiddenField | 'updateTime' hides a field. | 58 |
org/rundeck/api/domain/BaseStorageResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | design | DesignForExtension | Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | design | DesignForExtension | Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter path should be final. | 28 |
Error | coding | HiddenField | 'path' hides a field. | 28 |
Error | design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter url should be final. | 37 |
Error | coding | HiddenField | 'url' hides a field. | 37 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter name should be final. | 46 |
Error | coding | HiddenField | 'name' hides a field. | 46 |
Error | design | DesignForExtension | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | design | DesignForExtension | Method 'setMetadata' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter metadata should be final. | 55 |
Error | coding | HiddenField | 'metadata' hides a field. | 55 |
Error | design | DesignForExtension | Method 'isDirectory' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | design | DesignForExtension | Method 'setDirectory' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter directory should be final. | 64 |
Error | coding | HiddenField | 'directory' hides a field. | 64 |
Error | design | DesignForExtension | Method 'getDirectoryContents' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 73 |
Error | design | DesignForExtension | Method 'setDirectoryContents' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter directoryContents should be final. | 73 |
Error | coding | HiddenField | 'directoryContents' hides a field. | 73 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 79 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 80 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 81 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 82 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 83 |
org/rundeck/api/domain/ConfigProperty.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter key should be final. | 20 |
Error | coding | HiddenField | 'key' hides a field. | 20 |
Error | misc | FinalParameters | Parameter value should be final. | 20 |
Error | coding | HiddenField | 'value' hides a field. | 20 |
Error | design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter key should be final. | 29 |
Error | coding | HiddenField | 'key' hides a field. | 29 |
Error | design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter value should be final. | 37 |
Error | coding | HiddenField | 'value' hides a field. | 37 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | misc | FinalParameters | Parameter o should be final. | 42 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 49 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | coding | MagicNumber | '31' is a magic number. | 57 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 63 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 64 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 65 |
org/rundeck/api/domain/DeleteExecutionsResponse.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | design | DesignForExtension | Method 'getFailedCount' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | design | DesignForExtension | Method 'setFailedCount' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | coding | HiddenField | 'failedCount' hides a field. | 26 |
Error | design | DesignForExtension | Method 'getSuccessCount' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | design | DesignForExtension | Method 'setSuccessCount' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | coding | HiddenField | 'successCount' hides a field. | 34 |
Error | design | DesignForExtension | Method 'isAllsuccessful' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'setAllsuccessful' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | coding | HiddenField | 'allsuccessful' hides a field. | 42 |
Error | design | DesignForExtension | Method 'getRequestCount' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | design | DesignForExtension | Method 'setRequestCount' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | coding | HiddenField | 'requestCount' hides a field. | 50 |
Error | design | DesignForExtension | Method 'getFailures' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | design | DesignForExtension | Method 'setFailures' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | coding | HiddenField | 'failures' hides a field. | 58 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 62 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | design | DesignForExtension | Method 'getExecutionId' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | design | DesignForExtension | Method 'setExecutionId' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | coding | HiddenField | 'executionId' hides a field. | 72 |
Error | design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | coding | HiddenField | 'message' hides a field. | 80 |
org/rundeck/api/domain/KeyResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 16 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 22 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 22 |
org/rundeck/api/domain/ProjectConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter properties should be final. | 21 |
Error | coding | HiddenField | 'properties' hides a field. | 21 |
Error | design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | design | DesignForExtension | Method 'addProperties' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | design | DesignForExtension | Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | design | DesignForExtension | Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | coding | HiddenField | 'properties' hides a field. | 37 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | misc | FinalParameters | Parameter o should be final. | 42 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 48 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 48 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 55 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 60 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 61 |
org/rundeck/api/domain/RundeckAbort.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | design | DesignForExtension | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | design | DesignForExtension | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter status should be final. | 37 |
Error | coding | HiddenField | 'status' hides a field. | 37 |
Error | design | DesignForExtension | Method 'getExecution' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'setExecution' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter execution should be final. | 45 |
Error | coding | HiddenField | 'execution' hides a field. | 45 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 51 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 58 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 58 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 59 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | misc | FinalParameters | Parameter obj should be final. | 64 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
org/rundeck/api/domain/RundeckEvent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 58 |
Error | design | DesignForExtension | Method 'getDurationInMillis' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 68 |
Error | design | DesignForExtension | Method 'getDurationInSeconds' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 72 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 76 |
Error | design | DesignForExtension | Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 81 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 85 |
Error | design | DesignForExtension | Method 'getShortDuration' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 90 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 94 |
Error | design | DesignForExtension | Method 'isAdhoc' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | misc | FinalParameters | Parameter title should be final. | 104 |
Error | coding | HiddenField | 'title' hides a field. | 104 |
Error | design | DesignForExtension | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | design | DesignForExtension | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | misc | FinalParameters | Parameter status should be final. | 115 |
Error | coding | HiddenField | 'status' hides a field. | 115 |
Error | design | DesignForExtension | Method 'getSummary' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | design | DesignForExtension | Method 'setSummary' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Error | misc | FinalParameters | Parameter summary should be final. | 123 |
Error | coding | HiddenField | 'summary' hides a field. | 123 |
Error | design | DesignForExtension | Method 'getNodeSummary' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | design | DesignForExtension | Method 'setNodeSummary' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Error | misc | FinalParameters | Parameter nodeSummary should be final. | 134 |
Error | coding | HiddenField | 'nodeSummary' hides a field. | 134 |
Error | design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | design | DesignForExtension | Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Error | misc | FinalParameters | Parameter user should be final. | 142 |
Error | coding | HiddenField | 'user' hides a field. | 142 |
Error | design | DesignForExtension | Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | design | DesignForExtension | Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Error | misc | FinalParameters | Parameter project should be final. | 150 |
Error | coding | HiddenField | 'project' hides a field. | 150 |
Error | design | DesignForExtension | Method 'getStartedAt' is not designed for extension - needs to be abstract, final or empty. | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 155 |
Error | design | DesignForExtension | Method 'setStartedAt' is not designed for extension - needs to be abstract, final or empty. | 158 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 158 |
Error | coding | HiddenField | 'startedAt' hides a field. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 159 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 159 |
Error | design | DesignForExtension | Method 'getEndedAt' is not designed for extension - needs to be abstract, final or empty. | 162 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 163 |
Error | design | DesignForExtension | Method 'setEndedAt' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
Error | misc | FinalParameters | Parameter endedAt should be final. | 166 |
Error | coding | HiddenField | 'endedAt' hides a field. | 166 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 167 |
Error | design | DesignForExtension | Method 'getAbortedBy' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
Error | design | DesignForExtension | Method 'setAbortedBy' is not designed for extension - needs to be abstract, final or empty. | 174 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
Error | misc | FinalParameters | Parameter abortedBy should be final. | 174 |
Error | coding | HiddenField | 'abortedBy' hides a field. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 179 |
Error | design | DesignForExtension | Method 'getExecutionId' is not designed for extension - needs to be abstract, final or empty. | 181 |
Error | design | DesignForExtension | Method 'setExecutionId' is not designed for extension - needs to be abstract, final or empty. | 185 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
Error | misc | FinalParameters | Parameter executionId should be final. | 185 |
Error | coding | HiddenField | 'executionId' hides a field. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 190 |
Error | design | DesignForExtension | Method 'getJobId' is not designed for extension - needs to be abstract, final or empty. | 192 |
Error | design | DesignForExtension | Method 'setJobId' is not designed for extension - needs to be abstract, final or empty. | 196 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
Error | misc | FinalParameters | Parameter jobId should be final. | 196 |
Error | coding | HiddenField | 'jobId' hides a field. | 196 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 204 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 212 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 212 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 214 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 214 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 216 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 216 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 218 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 218 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 219 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 220 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 221 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 222 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 226 |
Error | misc | FinalParameters | Parameter obj should be final. | 227 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 228 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 230 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 232 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 238 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 241 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 243 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 246 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 248 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 251 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 253 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 256 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 258 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 261 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 263 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 266 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 268 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 271 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 273 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 276 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 278 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 281 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 283 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 286 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 288 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 293 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 298 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 300 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 302 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 304 |
Error | design | DesignForExtension | Method 'getSucceeded' is not designed for extension - needs to be abstract, final or empty. | 306 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 306 |
Error | design | DesignForExtension | Method 'setSucceeded' is not designed for extension - needs to be abstract, final or empty. | 310 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
Error | misc | FinalParameters | Parameter succeeded should be final. | 310 |
Error | coding | HiddenField | 'succeeded' hides a field. | 310 |
Error | design | DesignForExtension | Method 'getFailed' is not designed for extension - needs to be abstract, final or empty. | 314 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 314 |
Error | design | DesignForExtension | Method 'setFailed' is not designed for extension - needs to be abstract, final or empty. | 318 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 318 |
Error | misc | FinalParameters | Parameter failed should be final. | 318 |
Error | coding | HiddenField | 'failed' hides a field. | 318 |
Error | design | DesignForExtension | Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. | 322 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 322 |
Error | design | DesignForExtension | Method 'setTotal' is not designed for extension - needs to be abstract, final or empty. | 326 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 326 |
Error | misc | FinalParameters | Parameter total should be final. | 326 |
Error | coding | HiddenField | 'total' hides a field. | 326 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 332 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 335 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 345 |
Error | misc | FinalParameters | Parameter obj should be final. | 346 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 347 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 349 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 351 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 354 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 356 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 358 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 365 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 369 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 369 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 369 |
org/rundeck/api/domain/RundeckExecution.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 60 |
Error | design | DesignForExtension | Method 'getDurationInMillis' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 71 |
Error | design | DesignForExtension | Method 'getDurationInSeconds' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 75 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 79 |
Error | design | DesignForExtension | Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 84 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 88 |
Error | design | DesignForExtension | Method 'getShortDuration' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 93 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 93 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter id should be final. | 100 |
Error | coding | HiddenField | 'id' hides a field. | 100 |
Error | design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Error | misc | FinalParameters | Parameter url should be final. | 108 |
Error | coding | HiddenField | 'url' hides a field. | 108 |
Error | design | DesignForExtension | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | design | DesignForExtension | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | misc | FinalParameters | Parameter status should be final. | 119 |
Error | coding | HiddenField | 'status' hides a field. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 124 |
Error | design | DesignForExtension | Method 'getJob' is not designed for extension - needs to be abstract, final or empty. | 127 |
Error | design | DesignForExtension | Method 'setJob' is not designed for extension - needs to be abstract, final or empty. | 131 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Error | misc | FinalParameters | Parameter job should be final. | 131 |
Error | coding | HiddenField | 'job' hides a field. | 131 |
Error | design | DesignForExtension | Method 'getStartedBy' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
Error | design | DesignForExtension | Method 'setStartedBy' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
Error | misc | FinalParameters | Parameter startedBy should be final. | 139 |
Error | coding | HiddenField | 'startedBy' hides a field. | 139 |
Error | design | DesignForExtension | Method 'getStartedAt' is not designed for extension - needs to be abstract, final or empty. | 143 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 144 |
Error | design | DesignForExtension | Method 'setStartedAt' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 147 |
Error | coding | HiddenField | 'startedAt' hides a field. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 148 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 148 |
Error | design | DesignForExtension | Method 'getEndedAt' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 152 |
Error | design | DesignForExtension | Method 'setEndedAt' is not designed for extension - needs to be abstract, final or empty. | 155 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
Error | misc | FinalParameters | Parameter endedAt should be final. | 155 |
Error | coding | HiddenField | 'endedAt' hides a field. | 155 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 156 |
Error | design | DesignForExtension | Method 'getAbortedBy' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
Error | design | DesignForExtension | Method 'setAbortedBy' is not designed for extension - needs to be abstract, final or empty. | 163 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
Error | misc | FinalParameters | Parameter abortedBy should be final. | 163 |
Error | coding | HiddenField | 'abortedBy' hides a field. | 163 |
Error | design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 167 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Error | design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 171 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
Error | misc | FinalParameters | Parameter description should be final. | 171 |
Error | coding | HiddenField | 'description' hides a field. | 171 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 180 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 190 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 191 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 192 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 192 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 193 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 194 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 196 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 197 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 197 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 198 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 199 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 200 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 204 |
Error | misc | FinalParameters | Parameter obj should be final. | 205 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 214 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 219 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 221 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 226 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 229 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 231 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 234 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 239 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 241 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 244 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 246 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 249 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 251 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 254 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 256 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 259 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 261 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 264 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 266 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 271 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 274 |
Error | design | DesignForExtension | Method 'getArgstring' is not designed for extension - needs to be abstract, final or empty. | 274 |
Error | design | DesignForExtension | Method 'setArgstring' is not designed for extension - needs to be abstract, final or empty. | 278 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 278 |
Error | misc | FinalParameters | Parameter argstring should be final. | 278 |
Error | coding | HiddenField | 'argstring' hides a field. | 278 |
Error | design | DesignForExtension | Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 282 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
Error | design | DesignForExtension | Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 286 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 286 |
Error | misc | FinalParameters | Parameter project should be final. | 286 |
Error | coding | HiddenField | 'project' hides a field. | 286 |
Error | design | DesignForExtension | Method 'getSuccessfulNodes' is not designed for extension - needs to be abstract, final or empty. | 290 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
Error | design | DesignForExtension | Method 'setSuccessfulNodes' is not designed for extension - needs to be abstract, final or empty. | 294 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
Error | misc | FinalParameters | Parameter successfulNodes should be final. | 294 |
Error | coding | HiddenField | 'successfulNodes' hides a field. | 294 |
Error | design | DesignForExtension | Method 'getFailedNodes' is not designed for extension - needs to be abstract, final or empty. | 298 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
Error | design | DesignForExtension | Method 'setFailedNodes' is not designed for extension - needs to be abstract, final or empty. | 302 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
Error | misc | FinalParameters | Parameter failedNodes should be final. | 302 |
Error | coding | HiddenField | 'failedNodes' hides a field. | 302 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 306 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 310 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 310 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 310 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 310 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 310 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 310 |
org/rundeck/api/domain/RundeckExecutionState.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 7 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 19 |
Error | design | DesignForExtension | Method 'getAllNodes' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | design | DesignForExtension | Method 'setAllNodes' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter allNodes should be final. | 23 |
Error | coding | HiddenField | 'allNodes' hides a field. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 31 |
Error | design | DesignForExtension | Method 'getNodeStates' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 35 |
Error | design | DesignForExtension | Method 'setNodeStates' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter nodeStates should be final. | 35 |
Error | coding | HiddenField | 'nodeStates' hides a field. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 43 |
Error | design | DesignForExtension | Method 'getExecutionId' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | design | DesignForExtension | Method 'setExecutionId' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter executionId should be final. | 47 |
Error | coding | HiddenField | 'executionId' hides a field. | 47 |
org/rundeck/api/domain/RundeckHistory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | design | DesignForExtension | Method 'addEvent' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter event should be final. | 41 |
Error | design | DesignForExtension | Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'setEvents' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter events should be final. | 52 |
Error | coding | HiddenField | 'events' hides a field. | 52 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter count should be final. | 60 |
Error | coding | HiddenField | 'count' hides a field. | 60 |
Error | design | DesignForExtension | Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | design | DesignForExtension | Method 'setTotal' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter total should be final. | 68 |
Error | coding | HiddenField | 'total' hides a field. | 68 |
Error | design | DesignForExtension | Method 'getMax' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | design | DesignForExtension | Method 'setMax' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter max should be final. | 76 |
Error | coding | HiddenField | 'max' hides a field. | 76 |
Error | design | DesignForExtension | Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | design | DesignForExtension | Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter offset should be final. | 84 |
Error | coding | HiddenField | 'offset' hides a field. | 84 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 90 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 98 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | misc | FinalParameters | Parameter obj should be final. | 106 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 119 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
org/rundeck/api/domain/RundeckJob.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | design | DesignForExtension | Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter id should be final. | 58 |
Error | coding | HiddenField | 'id' hides a field. | 58 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter name should be final. | 66 |
Error | coding | HiddenField | 'name' hides a field. | 66 |
Error | design | DesignForExtension | Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | design | DesignForExtension | Method 'setGroup' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | misc | FinalParameters | Parameter group should be final. | 74 |
Error | coding | HiddenField | 'group' hides a field. | 74 |
Error | design | DesignForExtension | Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | design | DesignForExtension | Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | misc | FinalParameters | Parameter project should be final. | 82 |
Error | coding | HiddenField | 'project' hides a field. | 82 |
Error | design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | misc | FinalParameters | Parameter description should be final. | 90 |
Error | coding | HiddenField | 'description' hides a field. | 90 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 97 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 97 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 97 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 97 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 97 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 104 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 104 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 105 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 106 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 107 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 109 |
Error | coding | MagicNumber | '32' is a magic number. | 109 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | misc | FinalParameters | Parameter obj should be final. | 114 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 119 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 140 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 143 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
Error | design | DesignForExtension | Method 'getAverageDuration' is not designed for extension - needs to be abstract, final or empty. | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Error | design | DesignForExtension | Method 'setAverageDuration' is not designed for extension - needs to be abstract, final or empty. | 158 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
Error | misc | FinalParameters | Parameter averageDuration should be final. | 158 |
Error | coding | HiddenField | 'averageDuration' hides a field. | 158 |
org/rundeck/api/domain/RundeckJobDelete.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 43 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter id should be final. | 47 |
Error | coding | HiddenField | 'id' hides a field. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 54 |
Error | design | DesignForExtension | Method 'getError' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | design | DesignForExtension | Method 'setError' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter error should be final. | 58 |
Error | coding | HiddenField | 'error' hides a field. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 65 |
Error | design | DesignForExtension | Method 'isSuccessful' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | design | DesignForExtension | Method 'setSuccessful' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter successful should be final. | 69 |
Error | coding | HiddenField | 'successful' hides a field. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 76 |
Error | design | DesignForExtension | Method 'getErrorCode' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | design | DesignForExtension | Method 'setErrorCode' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter errorCode should be final. | 80 |
Error | coding | HiddenField | 'errorCode' hides a field. | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 87 |
Error | design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | misc | FinalParameters | Parameter message should be final. | 91 |
Error | coding | HiddenField | 'message' hides a field. | 91 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | misc | FinalParameters | Parameter o should be final. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 103 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 104 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 105 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 106 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 106 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 113 |
Error | coding | MagicNumber | '31' is a magic number. | 114 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 114 |
Error | coding | MagicNumber | '31' is a magic number. | 115 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 115 |
Error | coding | MagicNumber | '31' is a magic number. | 116 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 116 |
Error | coding | MagicNumber | '31' is a magic number. | 117 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 117 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 121 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 123 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 124 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 125 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 126 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 127 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 128 |
org/rundeck/api/domain/RundeckJobDeleteBulk.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter results should be final. | 41 |
Error | coding | HiddenField | 'results' hides a field. | 41 |
Error | misc | FinalParameters | Parameter requestCount should be final. | 41 |
Error | coding | HiddenField | 'requestCount' hides a field. | 41 |
Error | misc | FinalParameters | Parameter allsuccessful should be final. | 41 |
Error | coding | HiddenField | 'allsuccessful' hides a field. | 41 |
Error | design | DesignForExtension | Method 'getResults' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 54 |
Error | design | DesignForExtension | Method 'getRequestCount' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 61 |
Error | design | DesignForExtension | Method 'isAllsuccessful' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 67 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 67 |
Error | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 69 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 69 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 76 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 77 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 78 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 79 |
org/rundeck/api/domain/RundeckJobsImportMethod.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
org/rundeck/api/domain/RundeckJobsImportResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | design | DesignForExtension | Method 'addSucceededJob' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter job should be final. | 39 |
Error | design | DesignForExtension | Method 'addSkippedJob' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter job should be final. | 43 |
Error | design | DesignForExtension | Method 'addFailedJob' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter job should be final. | 47 |
Error | misc | FinalParameters | Parameter errorMessage should be final. | 47 |
Error | design | DesignForExtension | Method 'getSucceededJobs' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'getSkippedJobs' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | design | DesignForExtension | Method 'getFailedJobs' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 65 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 73 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 74 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 75 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 75 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | misc | FinalParameters | Parameter obj should be final. | 80 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
org/rundeck/api/domain/RundeckJobsUUIDImportBehavior.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
org/rundeck/api/domain/RundeckNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter name should be final. | 71 |
Error | coding | HiddenField | 'name' hides a field. | 71 |
Error | design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter type should be final. | 79 |
Error | coding | HiddenField | 'type' hides a field. | 79 |
Error | design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter description should be final. | 87 |
Error | coding | HiddenField | 'description' hides a field. | 87 |
Error | design | DesignForExtension | Method 'getTags' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | design | DesignForExtension | Method 'setTags' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | misc | FinalParameters | Parameter tags should be final. | 95 |
Error | coding | HiddenField | 'tags' hides a field. | 95 |
Error | design | DesignForExtension | Method 'getHostname' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | design | DesignForExtension | Method 'setHostname' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | misc | FinalParameters | Parameter hostname should be final. | 103 |
Error | coding | HiddenField | 'hostname' hides a field. | 103 |
Error | design | DesignForExtension | Method 'getOsArch' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | design | DesignForExtension | Method 'setOsArch' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | misc | FinalParameters | Parameter osArch should be final. | 111 |
Error | coding | HiddenField | 'osArch' hides a field. | 111 |
Error | design | DesignForExtension | Method 'getOsFamily' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | design | DesignForExtension | Method 'setOsFamily' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | misc | FinalParameters | Parameter osFamily should be final. | 119 |
Error | coding | HiddenField | 'osFamily' hides a field. | 119 |
Error | design | DesignForExtension | Method 'getOsName' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Error | design | DesignForExtension | Method 'setOsName' is not designed for extension - needs to be abstract, final or empty. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | misc | FinalParameters | Parameter osName should be final. | 127 |
Error | coding | HiddenField | 'osName' hides a field. | 127 |
Error | design | DesignForExtension | Method 'getOsVersion' is not designed for extension - needs to be abstract, final or empty. | 131 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Error | design | DesignForExtension | Method 'setOsVersion' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
Error | misc | FinalParameters | Parameter osVersion should be final. | 135 |
Error | coding | HiddenField | 'osVersion' hides a field. | 135 |
Error | design | DesignForExtension | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
Error | design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 143 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
Error | misc | FinalParameters | Parameter username should be final. | 143 |
Error | coding | HiddenField | 'username' hides a field. | 143 |
Error | design | DesignForExtension | Method 'getEditUrl' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Error | design | DesignForExtension | Method 'setEditUrl' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Error | misc | FinalParameters | Parameter editUrl should be final. | 151 |
Error | coding | HiddenField | 'editUrl' hides a field. | 151 |
Error | design | DesignForExtension | Method 'getRemoteUrl' is not designed for extension - needs to be abstract, final or empty. | 155 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
Error | design | DesignForExtension | Method 'setRemoteUrl' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
Error | misc | FinalParameters | Parameter remoteUrl should be final. | 159 |
Error | coding | HiddenField | 'remoteUrl' hides a field. | 159 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 167 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 175 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 175 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 177 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 177 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 178 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 180 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 180 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 182 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 183 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 183 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 184 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 186 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 186 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 190 |
Error | misc | FinalParameters | Parameter obj should be final. | 191 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 194 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 205 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 215 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 217 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 220 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 227 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 230 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 232 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 235 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 240 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 242 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 245 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 247 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 250 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 252 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 255 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 257 |
org/rundeck/api/domain/RundeckNodeIdentity.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 13 |
org/rundeck/api/domain/RundeckOutput.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 18 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 19 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 22 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 24 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 26 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 28 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 30 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 32 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 34 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 36 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 38 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 40 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 42 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 44 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'logEntries' must be private and have accessor methods. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 50 |
Error | design | DesignForExtension | Method 'getExecutionId' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 51 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 52 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 54 |
Error | design | DesignForExtension | Method 'setExecutionId' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter executionId should be final. | 54 |
Error | coding | HiddenField | 'executionId' hides a field. | 54 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 55 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 56 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 58 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 59 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 60 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 62 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 63 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 64 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 67 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 68 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 70 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 71 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 72 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 74 |
Error | design | DesignForExtension | Method 'isUnmodified' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 75 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 76 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 78 |
Error | design | DesignForExtension | Method 'setUnmodified' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter unmodified should be final. | 78 |
Error | coding | HiddenField | 'unmodified' hides a field. | 78 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 79 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 80 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 82 |
Error | design | DesignForExtension | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 83 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 84 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 86 |
Error | design | DesignForExtension | Method 'setEmpty' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter empty should be final. | 86 |
Error | coding | HiddenField | 'empty' hides a field. | 86 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 87 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 88 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 90 |
Error | design | DesignForExtension | Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 91 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 92 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 94 |
Error | design | DesignForExtension | Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter offset should be final. | 94 |
Error | coding | HiddenField | 'offset' hides a field. | 94 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 95 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 96 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 98 |
Error | design | DesignForExtension | Method 'isCompleted' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 99 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 100 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 102 |
Error | design | DesignForExtension | Method 'setCompleted' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | misc | FinalParameters | Parameter completed should be final. | 102 |
Error | coding | HiddenField | 'completed' hides a field. | 102 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 103 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 104 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 106 |
Error | design | DesignForExtension | Method 'isExecCompleted' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 107 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 108 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 110 |
Error | design | DesignForExtension | Method 'setExecCompleted' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | misc | FinalParameters | Parameter execCompleted should be final. | 110 |
Error | coding | HiddenField | 'execCompleted' hides a field. | 110 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 111 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 112 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 114 |
Error | design | DesignForExtension | Method 'isHasFailedNodes' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 115 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 116 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 118 |
Error | design | DesignForExtension | Method 'setHasFailedNodes' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Error | misc | FinalParameters | Parameter hasFailedNodes should be final. | 118 |
Error | coding | HiddenField | 'hasFailedNodes' hides a field. | 118 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 119 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 120 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 122 |
Error | design | DesignForExtension | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 123 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 124 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 126 |
Error | design | DesignForExtension | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | misc | FinalParameters | Parameter status should be final. | 126 |
Error | coding | HiddenField | 'status' hides a field. | 126 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 127 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 128 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 130 |
Error | design | DesignForExtension | Method 'getLastModified' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 131 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 132 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 134 |
Error | design | DesignForExtension | Method 'setLastModified' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Error | misc | FinalParameters | Parameter lastModified should be final. | 134 |
Error | coding | HiddenField | 'lastModified' hides a field. | 134 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 135 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 136 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 138 |
Error | design | DesignForExtension | Method 'getExecDuration' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 139 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 140 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 142 |
Error | design | DesignForExtension | Method 'setExecDuration' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Error | misc | FinalParameters | Parameter execDuration should be final. | 142 |
Error | coding | HiddenField | 'execDuration' hides a field. | 142 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 143 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 144 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 146 |
Error | design | DesignForExtension | Method 'getPercentLoaded' is not designed for extension - needs to be abstract, final or empty. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 147 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 148 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 150 |
Error | design | DesignForExtension | Method 'setPercentLoaded' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Error | misc | FinalParameters | Parameter percentLoaded should be final. | 150 |
Error | coding | HiddenField | 'percentLoaded' hides a field. | 150 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 151 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 152 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 154 |
Error | design | DesignForExtension | Method 'getTotalSize' is not designed for extension - needs to be abstract, final or empty. | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 155 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 156 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 158 |
Error | design | DesignForExtension | Method 'setTotalSize' is not designed for extension - needs to be abstract, final or empty. | 158 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
Error | misc | FinalParameters | Parameter totalSize should be final. | 158 |
Error | coding | HiddenField | 'totalSize' hides a field. | 158 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 159 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 160 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 162 |
Error | design | DesignForExtension | Method 'getLogEntries' is not designed for extension - needs to be abstract, final or empty. | 162 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 163 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 164 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 166 |
Error | design | DesignForExtension | Method 'setLogEntries' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
Error | misc | FinalParameters | Parameter logEntries should be final. | 166 |
Error | coding | HiddenField | 'logEntries' hides a field. | 166 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 167 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 169 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 170 |
Error | design | DesignForExtension | Method 'addLogEntry' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
Error | misc | FinalParameters | Parameter entry should be final. | 170 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 170 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 171 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 171 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 171 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 172 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 173 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 174 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 175 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 180 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 180 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 180 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 181 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 182 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 182 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 182 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 183 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 184 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 184 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 184 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 185 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 185 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 186 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 193 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 196 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 196 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 199 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 200 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 201 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 201 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 203 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 204 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 205 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 207 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 208 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 209 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 209 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 214 |
Error | misc | FinalParameters | Parameter obj should be final. | 215 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 218 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 220 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 226 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 240 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 242 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 245 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 247 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 249 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 252 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 254 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 257 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 259 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 262 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 264 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 267 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 269 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 272 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 274 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 277 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 279 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 282 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 284 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 286 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 289 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 291 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 294 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 296 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 299 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 301 |
Error | design | DesignForExtension | Method 'getFilterNode' is not designed for extension - needs to be abstract, final or empty. | 306 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 306 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 310 |
Error | design | DesignForExtension | Method 'setFilterNode' is not designed for extension - needs to be abstract, final or empty. | 314 |
Error | misc | FinalParameters | Parameter filterNode should be final. | 314 |
Error | coding | HiddenField | 'filterNode' hides a field. | 314 |
Error | javadoc | JavadocMethod | Expected @param tag for 'filterNode'. | 314 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 318 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 322 |
Error | design | DesignForExtension | Method 'getFilterStep' is not designed for extension - needs to be abstract, final or empty. | 322 |
Error | design | DesignForExtension | Method 'setFilterStep' is not designed for extension - needs to be abstract, final or empty. | 326 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 326 |
Error | misc | FinalParameters | Parameter filterStep should be final. | 326 |
Error | coding | HiddenField | 'filterStep' hides a field. | 326 |
org/rundeck/api/domain/RundeckOutputEntry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 19 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 21 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 23 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 25 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 32 |
Error | design | DesignForExtension | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 33 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 34 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 36 |
Error | design | DesignForExtension | Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter time should be final. | 36 |
Error | coding | HiddenField | 'time' hides a field. | 36 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 37 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 38 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 40 |
Error | design | DesignForExtension | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 41 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 42 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 44 |
Error | design | DesignForExtension | Method 'setLevel' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter level should be final. | 44 |
Error | coding | HiddenField | 'level' hides a field. | 44 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 45 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 46 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Error | design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 49 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 50 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 52 |
Error | design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter message should be final. | 52 |
Error | coding | HiddenField | 'message' hides a field. | 52 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 53 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 54 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 56 |
Error | design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 57 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 58 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 60 |
Error | design | DesignForExtension | Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter user should be final. | 60 |
Error | coding | HiddenField | 'user' hides a field. | 60 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 61 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 62 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 64 |
Error | design | DesignForExtension | Method 'getCommand' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 65 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 68 |
Error | design | DesignForExtension | Method 'setCommand' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter command should be final. | 68 |
Error | coding | HiddenField | 'command' hides a field. | 68 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 69 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 70 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 72 |
Error | design | DesignForExtension | Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 73 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 74 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 76 |
Error | design | DesignForExtension | Method 'setNode' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter node should be final. | 76 |
Error | coding | HiddenField | 'node' hides a field. | 76 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 77 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 78 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 84 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 85 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 96 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 97 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 98 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 99 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 100 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 101 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 103 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 103 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | misc | FinalParameters | Parameter obj should be final. | 109 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 140 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 143 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 153 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 160 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 163 |
Error | design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 163 |
Error | design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 167 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Error | misc | FinalParameters | Parameter type should be final. | 167 |
Error | coding | HiddenField | 'type' hides a field. | 167 |
Error | design | DesignForExtension | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 171 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
Error | design | DesignForExtension | Method 'setMetadata' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
Error | misc | FinalParameters | Parameter metadata should be final. | 175 |
Error | coding | HiddenField | 'metadata' hides a field. | 175 |
Error | design | DesignForExtension | Method 'getAbsoluteTime' is not designed for extension - needs to be abstract, final or empty. | 179 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
Error | design | DesignForExtension | Method 'setAbsoluteTime' is not designed for extension - needs to be abstract, final or empty. | 183 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
Error | misc | FinalParameters | Parameter absoluteTime should be final. | 183 |
Error | coding | HiddenField | 'absoluteTime' hides a field. | 183 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 188 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 |
org/rundeck/api/domain/RundeckProject.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter name should be final. | 41 |
Error | coding | HiddenField | 'name' hides a field. | 41 |
Error | design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter description should be final. | 49 |
Error | coding | HiddenField | 'description' hides a field. | 49 |
Error | design | DesignForExtension | Method 'getResourceModelProviderUrl' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | design | DesignForExtension | Method 'setResourceModelProviderUrl' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter resourceModelProviderUrl should be final. | 57 |
Error | coding | HiddenField | 'resourceModelProviderUrl' hides a field. | 57 |
Error | design | DesignForExtension | Method 'getProjectConfig' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | design | DesignForExtension | Method 'setProjectConfig' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | misc | FinalParameters | Parameter projectConfig should be final. | 65 |
Error | coding | HiddenField | 'projectConfig' hides a field. | 65 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 72 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 72 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 72 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 72 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 81 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 81 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 83 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 84 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | misc | FinalParameters | Parameter obj should be final. | 89 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 105 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 110 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 113 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
org/rundeck/api/domain/RundeckSystemInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 70 |
Error | design | DesignForExtension | Method 'getUptime' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 73 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 73 |
Error | design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 77 |
Error | design | DesignForExtension | Method 'setDate' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter date should be final. | 80 |
Error | coding | HiddenField | 'date' hides a field. | 80 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 81 |
Error | design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | misc | FinalParameters | Parameter version should be final. | 88 |
Error | coding | HiddenField | 'version' hides a field. | 88 |
Error | design | DesignForExtension | Method 'getBuild' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | design | DesignForExtension | Method 'setBuild' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | misc | FinalParameters | Parameter build should be final. | 96 |
Error | coding | HiddenField | 'build' hides a field. | 96 |
Error | design | DesignForExtension | Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | design | DesignForExtension | Method 'setNode' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | misc | FinalParameters | Parameter node should be final. | 104 |
Error | coding | HiddenField | 'node' hides a field. | 104 |
Error | design | DesignForExtension | Method 'getBaseDir' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Error | design | DesignForExtension | Method 'setBaseDir' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Error | misc | FinalParameters | Parameter baseDir should be final. | 112 |
Error | coding | HiddenField | 'baseDir' hides a field. | 112 |
Error | design | DesignForExtension | Method 'getOsArch' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Error | design | DesignForExtension | Method 'setOsArch' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Error | misc | FinalParameters | Parameter osArch should be final. | 120 |
Error | coding | HiddenField | 'osArch' hides a field. | 120 |
Error | design | DesignForExtension | Method 'getOsName' is not designed for extension - needs to be abstract, final or empty. | 124 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | design | DesignForExtension | Method 'setOsName' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Error | misc | FinalParameters | Parameter osName should be final. | 128 |
Error | coding | HiddenField | 'osName' hides a field. | 128 |
Error | design | DesignForExtension | Method 'getOsVersion' is not designed for extension - needs to be abstract, final or empty. | 132 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Error | design | DesignForExtension | Method 'setOsVersion' is not designed for extension - needs to be abstract, final or empty. | 136 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
Error | misc | FinalParameters | Parameter osVersion should be final. | 136 |
Error | coding | HiddenField | 'osVersion' hides a field. | 136 |
Error | design | DesignForExtension | Method 'getJvmName' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | design | DesignForExtension | Method 'setJvmName' is not designed for extension - needs to be abstract, final or empty. | 144 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Error | misc | FinalParameters | Parameter jvmName should be final. | 144 |
Error | coding | HiddenField | 'jvmName' hides a field. | 144 |
Error | design | DesignForExtension | Method 'getJvmVendor' is not designed for extension - needs to be abstract, final or empty. | 148 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
Error | design | DesignForExtension | Method 'setJvmVendor' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Error | misc | FinalParameters | Parameter jvmVendor should be final. | 152 |
Error | coding | HiddenField | 'jvmVendor' hides a field. | 152 |
Error | design | DesignForExtension | Method 'getJvmVersion' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
Error | design | DesignForExtension | Method 'setJvmVersion' is not designed for extension - needs to be abstract, final or empty. | 160 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
Error | misc | FinalParameters | Parameter jvmVersion should be final. | 160 |
Error | coding | HiddenField | 'jvmVersion' hides a field. | 160 |
Error | design | DesignForExtension | Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 164 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 165 |
Error | design | DesignForExtension | Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
Error | misc | FinalParameters | Parameter startDate should be final. | 168 |
Error | coding | HiddenField | 'startDate' hides a field. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 169 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 169 |
Error | design | DesignForExtension | Method 'getUptimeInMillis' is not designed for extension - needs to be abstract, final or empty. | 172 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
Error | design | DesignForExtension | Method 'setUptimeInMillis' is not designed for extension - needs to be abstract, final or empty. | 176 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
Error | misc | FinalParameters | Parameter uptimeInMillis should be final. | 176 |
Error | coding | HiddenField | 'uptimeInMillis' hides a field. | 176 |
Error | design | DesignForExtension | Method 'getCpuLoadAverage' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Error | design | DesignForExtension | Method 'setCpuLoadAverage' is not designed for extension - needs to be abstract, final or empty. | 184 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
Error | misc | FinalParameters | Parameter cpuLoadAverage should be final. | 184 |
Error | coding | HiddenField | 'cpuLoadAverage' hides a field. | 184 |
Error | design | DesignForExtension | Method 'getMaxMemoryInBytes' is not designed for extension - needs to be abstract, final or empty. | 188 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
Error | design | DesignForExtension | Method 'setMaxMemoryInBytes' is not designed for extension - needs to be abstract, final or empty. | 192 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
Error | misc | FinalParameters | Parameter maxMemoryInBytes should be final. | 192 |
Error | coding | HiddenField | 'maxMemoryInBytes' hides a field. | 192 |
Error | design | DesignForExtension | Method 'getFreeMemoryInBytes' is not designed for extension - needs to be abstract, final or empty. | 196 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
Error | design | DesignForExtension | Method 'setFreeMemoryInBytes' is not designed for extension - needs to be abstract, final or empty. | 200 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
Error | misc | FinalParameters | Parameter freeMemoryInBytes should be final. | 200 |
Error | coding | HiddenField | 'freeMemoryInBytes' hides a field. | 200 |
Error | design | DesignForExtension | Method 'getTotalMemoryInBytes' is not designed for extension - needs to be abstract, final or empty. | 204 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
Error | design | DesignForExtension | Method 'setTotalMemoryInBytes' is not designed for extension - needs to be abstract, final or empty. | 208 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
Error | misc | FinalParameters | Parameter totalMemoryInBytes should be final. | 208 |
Error | coding | HiddenField | 'totalMemoryInBytes' hides a field. | 208 |
Error | design | DesignForExtension | Method 'getRunningJobs' is not designed for extension - needs to be abstract, final or empty. | 212 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
Error | design | DesignForExtension | Method 'setRunningJobs' is not designed for extension - needs to be abstract, final or empty. | 216 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |
Error | misc | FinalParameters | Parameter runningJobs should be final. | 216 |
Error | coding | HiddenField | 'runningJobs' hides a field. | 216 |
Error | design | DesignForExtension | Method 'getActiveThreads' is not designed for extension - needs to be abstract, final or empty. | 220 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
Error | design | DesignForExtension | Method 'setActiveThreads' is not designed for extension - needs to be abstract, final or empty. | 224 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
Error | misc | FinalParameters | Parameter activeThreads should be final. | 224 |
Error | coding | HiddenField | 'activeThreads' hides a field. | 224 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 235 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 243 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 243 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 244 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 246 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 246 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 248 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 248 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 250 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 251 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 252 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 252 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 253 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 254 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 256 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 257 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 258 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 259 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 260 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 260 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 261 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 265 |
Error | misc | FinalParameters | Parameter obj should be final. | 266 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 267 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 269 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 271 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 275 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 277 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 280 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 282 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 285 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 287 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 290 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 292 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 297 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 300 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 302 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 305 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 307 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 310 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 315 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 317 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 320 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 322 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 325 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 327 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 330 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 332 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 335 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 337 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 340 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 342 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 345 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 347 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 350 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 352 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 355 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 357 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 360 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 362 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 365 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 367 |
org/rundeck/api/domain/RundeckToken.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter user should be final. | 16 |
Error | coding | HiddenField | 'user' hides a field. | 16 |
Error | misc | FinalParameters | Parameter token should be final. | 16 |
Error | coding | HiddenField | 'token' hides a field. | 16 |
Error | design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | design | DesignForExtension | Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter user should be final. | 25 |
Error | coding | HiddenField | 'user' hides a field. | 25 |
Error | design | DesignForExtension | Method 'getToken' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | design | DesignForExtension | Method 'setToken' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter token should be final. | 33 |
Error | coding | HiddenField | 'token' hides a field. | 33 |
org/rundeck/api/domain/RundeckWFExecState.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 7 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
org/rundeck/api/domain/StorageResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 6 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 18 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 25 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 32 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 39 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 46 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 53 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
org/rundeck/api/domain/WorkflowState.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 18 |
Error | design | DesignForExtension | Method 'getStepCount' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | design | DesignForExtension | Method 'setStepCount' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter stepCount should be final. | 22 |
Error | coding | HiddenField | 'stepCount' hides a field. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 30 |
Error | design | DesignForExtension | Method 'getTargetNodes' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | design | DesignForExtension | Method 'setTargetNodes' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter targetNodes should be final. | 34 |
Error | coding | HiddenField | 'targetNodes' hides a field. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 42 |
Error | design | DesignForExtension | Method 'getSteps' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | design | DesignForExtension | Method 'setSteps' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter steps should be final. | 46 |
Error | coding | HiddenField | 'steps' hides a field. | 46 |
org/rundeck/api/domain/WorkflowStepContextState.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 11 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 14 |
Error | design | DesignForExtension | Method 'getStepContextId' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | design | DesignForExtension | Method 'setStepContextId' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter stepContextId should be final. | 18 |
Error | coding | HiddenField | 'stepContextId' hides a field. | 18 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 26 |
Error | design | DesignForExtension | Method 'getStepNum' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | design | DesignForExtension | Method 'setStepNum' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter stepNum should be final. | 30 |
Error | coding | HiddenField | 'stepNum' hides a field. | 30 |
org/rundeck/api/domain/WorkflowStepState.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 17 |
Error | design | DesignForExtension | Method 'isNodeStep' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | design | DesignForExtension | Method 'setNodeStep' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter nodeStep should be final. | 21 |
Error | coding | HiddenField | 'nodeStep' hides a field. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 29 |
Error | design | DesignForExtension | Method 'getSubWorkflow' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | design | DesignForExtension | Method 'setSubWorkflow' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter subWorkflow should be final. | 33 |
Error | coding | HiddenField | 'subWorkflow' hides a field. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 41 |
Error | design | DesignForExtension | Method 'getNodeStates' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 45 |
Error | design | DesignForExtension | Method 'setNodeStates' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter nodeStates should be final. | 45 |
Error | coding | HiddenField | 'nodeStates' hides a field. | 45 |
org/rundeck/api/domain/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
org/rundeck/api/generator/BaseDocGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | design | DesignForExtension | Method 'generateXmlDocument' is not designed for extension - needs to be abstract, final or empty. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 15 |
org/rundeck/api/generator/DeleteExecutionsGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | coding | HiddenField | 'executionIds' hides a field. | 17 |
Error | design | DesignForExtension | Method 'generateXmlElement' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 24 |
Error | design | DesignForExtension | Method 'getExecutionIds' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | design | DesignForExtension | Method 'setExecutionIds' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | coding | HiddenField | 'executionIds' hides a field. | 33 |
org/rundeck/api/generator/ProjectConfigGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter config should be final. | 16 |
Error | coding | HiddenField | 'config' hides a field. | 16 |
Error | design | DesignForExtension | Method 'generateXmlElement' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 22 |
org/rundeck/api/generator/ProjectConfigPropertyGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter property should be final. | 16 |
Error | coding | HiddenField | 'property' hides a field. | 16 |
Error | design | DesignForExtension | Method 'generateXmlElement' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 22 |
org/rundeck/api/generator/ProjectGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | design | VisibilityModifier | Variable 'project' must be private and have accessor methods. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter project should be final. | 17 |
Error | coding | HiddenField | 'project' hides a field. | 17 |
Error | design | DesignForExtension | Method 'generateXmlElement' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 27 |
org/rundeck/api/generator/XmlDocumentGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
org/rundeck/api/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
org/rundeck/api/parser/AbortParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter abortNode should be final. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 47 |
org/rundeck/api/parser/ArchiveImportParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.commons.lang.StringUtils. | 3 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 21 |
org/rundeck/api/parser/BaseStateParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter targetNode should be final. | 12 |
Error | misc | FinalParameters | Parameter state should be final. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 18 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter xpath should be final. | 30 |
Error | coding | HiddenField | 'xpath' hides a field. | 30 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter targetNode should be final. | 36 |
org/rundeck/api/parser/BaseXpathParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter xpath should be final. | 18 |
Error | coding | HiddenField | 'xpath' hides a field. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter node should be final. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 31 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 38 |
Error | javadoc | JavadocMethod | Expected @param tag for 'node'. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 43 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 49 |
Error | javadoc | JavadocMethod | Expected @param tag for 'node'. | 49 |
Error | javadoc | JavadocMethod | Expected @param tag for 'xpath'. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 62 |
Error | javadoc | JavadocMethod | Expected @param tag for 'node'. | 64 |
Error | javadoc | JavadocMethod | Expected @param tag for 'xpath'. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 73 |
Error | whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 73 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 76 |
Error | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 79 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 79 |
org/rundeck/api/parser/BulkDeleteParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | misc | FinalParameters | Parameter subnode should be final. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 59 |
Error | blocks | EmptyBlock | Must have at least one statement. | 65 |
org/rundeck/api/parser/DeleteExecutionsResponseParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 41 |
org/rundeck/api/parser/DeleteParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | misc | FinalParameters | Parameter resultNode should be final. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 56 |
org/rundeck/api/parser/EventParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | misc | FinalParameters | Parameter eventNode should be final. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 73 |
org/rundeck/api/parser/ExecutionParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | misc | FinalParameters | Parameter execNode should be final. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 83 |
Error | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 84 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 95 |
org/rundeck/api/parser/ExecutionStateParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rundeck.api.domain.*. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | misc | FinalParameters | Parameter targetNode should be final. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 44 |
org/rundeck/api/parser/HistoryParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter eventsNode should be final. | 36 |
org/rundeck/api/parser/IndexedWorkflowStepStateParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | design | DesignForExtension | Method 'parseXmlNode' is not designed for extension - needs to be abstract, final or empty. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 34 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 41 |
Error | javadoc | JavadocMethod | Expected @param tag for 'stepctx'. | 41 |
Error | javadoc | JavadocMethod | Expected @param tag for 'initial'. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | coding | HiddenField | 'workflowState' hides a field. | 57 |
Error | coding | HiddenField | 'rundeckNodeName' hides a field. | 57 |
org/rundeck/api/parser/JobParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | misc | FinalParameters | Parameter jobNode should be final. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
org/rundeck/api/parser/JobsImportResultParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.commons.lang.StringUtils. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | misc | FinalParameters | Parameter resultNode should be final. | 38 |
org/rundeck/api/parser/ListParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter parser should be final. | 37 |
Error | coding | HiddenField | 'parser' hides a field. | 37 |
Error | misc | FinalParameters | Parameter xpath should be final. | 37 |
Error | coding | HiddenField | 'xpath' hides a field. | 37 |
Error | design | DesignForExtension | Method 'parseXmlNode' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | misc | FinalParameters | Parameter node should be final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 48 |
org/rundeck/api/parser/NodeParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | misc | FinalParameters | Parameter rundeckNodeNode should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
org/rundeck/api/parser/OutputEntryParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 11 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter xpath should be final. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | design | VisibilityModifier | Variable 'nonMetaAttributes' must be private and have accessor methods. | 35 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | misc | FinalParameters | Parameter entryNode should be final. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 53 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 53 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 58 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 75 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | misc | FinalParameters | Parameter s should be final. | 83 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 84 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 95 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 98 |
Error | design | DesignForExtension | Method 'parseMessage' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | misc | FinalParameters | Parameter entryNode should be final. | 98 |
Error | javadoc | JavadocMethod | Expected @param tag for 'entryNode'. | 98 |
org/rundeck/api/parser/OutputEntryParserV5.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 37 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter xpath should be final. | 41 |
Error | design | DesignForExtension | Method 'parseMessage' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | misc | FinalParameters | Parameter entryNode should be final. | 46 |
org/rundeck/api/parser/OutputParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter xpath should be final. | 17 |
Error | misc | FinalParameters | Parameter parser should be final. | 17 |
Error | coding | HiddenField | 'parser' hides a field. | 17 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | misc | FinalParameters | Parameter entryNode should be final. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 76 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 92 |
org/rundeck/api/parser/PagedResultParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 38 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | design | VisibilityModifier | Variable 'itemParser' must be private and have accessor methods. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | misc | FinalParameters | Parameter itemParser should be final. | 50 |
Error | coding | HiddenField | 'itemParser' hides a field. | 50 |
Error | misc | FinalParameters | Parameter xpath should be final. | 50 |
Error | coding | HiddenField | 'xpath' hides a field. | 50 |
Error | design | DesignForExtension | Method 'parseXmlNode' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | misc | FinalParameters | Parameter node should be final. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 57 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 104 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 110 |
Error | misc | FinalParameters | Parameter el should be final. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 113 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 113 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 114 |
Error | blocks | EmptyBlock | Must have at least one statement. | 115 |
Error | design | DesignForExtension | Method 'getXpath' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
org/rundeck/api/parser/ParserHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 39 |
Error | misc | FinalParameters | Parameter inputStream should be final. | 39 |
Error | coding | RedundantThrows | Redundant throws: 'RundeckApiException' is unchecked exception. | 39 |
org/rundeck/api/parser/ProjectConfigParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter xpath should be final. | 21 |
Error | coding | HiddenField | 'xpath' hides a field. | 21 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | misc | FinalParameters | Parameter config1 should be final. | 26 |
org/rundeck/api/parser/ProjectConfigPropertyParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | coding | HiddenField | 'xpath' hides a field. | 20 |
Error | 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 |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter projectNode should be final. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 42 |
org/rundeck/api/parser/ProjectParserV11.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 28 |
org/rundeck/api/parser/ResponseParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 8 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 10 |
org/rundeck/api/parser/RundeckTokenParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | misc | FinalParameters | Parameter targetNode should be final. | 24 |
org/rundeck/api/parser/SSHKeyResourceParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter xpath should be final. | 17 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 21 |
Error | misc | FinalParameters | Parameter node should be final. | 22 |
org/rundeck/api/parser/StorageResourceParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter holder should be final. | 21 |
Error | coding | HiddenField | 'holder' hides a field. | 21 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 21 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter xpath should be final. | 25 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | misc | FinalParameters | Parameter node should be final. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 34 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 41 |
org/rundeck/api/parser/StringParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | misc | FinalParameters | Parameter strNode should be final. | 33 |
org/rundeck/api/parser/SystemInfoParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter infoNode should be final. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 66 |
org/rundeck/api/parser/WorkflowStateParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rundeck.api.domain.*. | 5 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | naming | ConstantName | Name 'w3cDateFormat' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter s should be final. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 45 |
Error | blocks | EmptyBlock | Must have at least one statement. | 46 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter targetNode should be final. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 65 |
Error | misc | FinalParameters | Parameter targetNode should be final. | 65 |
Error | javadoc | JavadocMethod | Expected @param tag for 'targetNode'. | 65 |
Error | misc | FinalParameters | Parameter state should be final. | 65 |
Error | javadoc | JavadocMethod | Expected @param tag for 'state'. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 75 |
org/rundeck/api/parser/WorkflowStepContextStateParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | design | VisibilityModifier | Variable 'inherit' must be private and have accessor methods. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter inherit should be final. | 12 |
Error | coding | HiddenField | 'inherit' hides a field. | 12 |
Error | design | DesignForExtension | Method 'parseXmlNode' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | misc | FinalParameters | Parameter node should be final. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 18 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 19 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 19 |
org/rundeck/api/parser/WorkflowStepStateParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 13 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 33 |
org/rundeck/api/parser/XmlNodeParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocMethod | Expected @param tag for 'node'. | 33 |
org/rundeck/api/parser/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
org/rundeck/api/query/ExecutionQuery.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
Error | design | FinalClass | Class ExecutionQuery should be declared as final. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | misc | FinalParameters | Parameter query should be final. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 89 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 92 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 93 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 93 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 93 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 94 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 95 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 96 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 97 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 98 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 99 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 100 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 101 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 102 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 103 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 104 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 106 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 106 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 106 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 108 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 109 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 110 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 111 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 113 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 113 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 114 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 178 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 181 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 210 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 214 |
Error | design | VisibilityModifier | Variable 'query' must be private and have accessor methods. | 214 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 220 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 223 |
Error | design | DesignForExtension | Method 'status' is not designed for extension - needs to be abstract, final or empty. | 223 |
Error | misc | FinalParameters | Parameter status should be final. | 223 |
Error | javadoc | JavadocMethod | Expected @param tag for 'status'. | 223 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 228 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 231 |
Error | design | DesignForExtension | Method 'abortedby' is not designed for extension - needs to be abstract, final or empty. | 231 |
Error | misc | FinalParameters | Parameter abortedby should be final. | 231 |
Error | javadoc | JavadocMethod | Expected @param tag for 'abortedby'. | 231 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 236 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 239 |
Error | design | DesignForExtension | Method 'jobList' is not designed for extension - needs to be abstract, final or empty. | 239 |
Error | misc | FinalParameters | Parameter list should be final. | 239 |
Error | javadoc | JavadocMethod | Expected @param tag for 'list'. | 239 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 243 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 246 |
Error | design | DesignForExtension | Method 'jobIdList' is not designed for extension - needs to be abstract, final or empty. | 246 |
Error | misc | FinalParameters | Parameter list should be final. | 246 |
Error | javadoc | JavadocMethod | Expected @param tag for 'list'. | 246 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 251 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 254 |
Error | design | DesignForExtension | Method 'excludeJobList' is not designed for extension - needs to be abstract, final or empty. | 254 |
Error | misc | FinalParameters | Parameter list should be final. | 254 |
Error | javadoc | JavadocMethod | Expected @param tag for 'list'. | 254 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 259 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 262 |
Error | design | DesignForExtension | Method 'excludeJobIdList' is not designed for extension - needs to be abstract, final or empty. | 262 |
Error | misc | FinalParameters | Parameter list should be final. | 262 |
Error | javadoc | JavadocMethod | Expected @param tag for 'list'. | 262 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 267 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 270 |
Error | design | DesignForExtension | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 270 |
Error | misc | FinalParameters | Parameter begin should be final. | 270 |
Error | javadoc | JavadocMethod | Expected @param tag for 'begin'. | 270 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 275 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 278 |
Error | design | DesignForExtension | Method 'end' is not designed for extension - needs to be abstract, final or empty. | 278 |
Error | misc | FinalParameters | Parameter end should be final. | 278 |
Error | javadoc | JavadocMethod | Expected @param tag for 'end'. | 278 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 283 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 287 |
Error | design | DesignForExtension | Method 'recent' is not designed for extension - needs to be abstract, final or empty. | 287 |
Error | misc | FinalParameters | Parameter recent should be final. | 287 |
Error | javadoc | JavadocMethod | Expected @param tag for 'recent'. | 287 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 292 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 295 |
Error | design | DesignForExtension | Method 'job' is not designed for extension - needs to be abstract, final or empty. | 295 |
Error | misc | FinalParameters | Parameter job should be final. | 295 |
Error | javadoc | JavadocMethod | Expected @param tag for 'job'. | 295 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 300 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 303 |
Error | design | DesignForExtension | Method 'jobExact' is not designed for extension - needs to be abstract, final or empty. | 303 |
Error | misc | FinalParameters | Parameter exact should be final. | 303 |
Error | javadoc | JavadocMethod | Expected @param tag for 'exact'. | 303 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 307 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 310 |
Error | design | DesignForExtension | Method 'excludeJob' is not designed for extension - needs to be abstract, final or empty. | 310 |
Error | misc | FinalParameters | Parameter job should be final. | 310 |
Error | javadoc | JavadocMethod | Expected @param tag for 'job'. | 310 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 315 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 318 |
Error | design | DesignForExtension | Method 'excludeJobExact' is not designed for extension - needs to be abstract, final or empty. | 318 |
Error | misc | FinalParameters | Parameter exact should be final. | 318 |
Error | javadoc | JavadocMethod | Expected @param tag for 'exact'. | 318 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 323 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 326 |
Error | design | DesignForExtension | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 326 |
Error | misc | FinalParameters | Parameter project should be final. | 326 |
Error | javadoc | JavadocMethod | Expected @param tag for 'project'. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 332 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 334 |
Error | design | DesignForExtension | Method 'groupPath' is not designed for extension - needs to be abstract, final or empty. | 334 |
Error | misc | FinalParameters | Parameter path should be final. | 334 |
Error | javadoc | JavadocMethod | Expected @param tag for 'path'. | 334 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 339 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 342 |
Error | design | DesignForExtension | Method 'groupPathExact' is not designed for extension - needs to be abstract, final or empty. | 342 |
Error | misc | FinalParameters | Parameter exact should be final. | 342 |
Error | javadoc | JavadocMethod | Expected @param tag for 'exact'. | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 347 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 349 |
Error | design | DesignForExtension | Method 'excludeGroupPath' is not designed for extension - needs to be abstract, final or empty. | 349 |
Error | misc | FinalParameters | Parameter excludeGroupPath should be final. | 349 |
Error | javadoc | JavadocMethod | Expected @param tag for 'excludeGroupPath'. | 349 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 354 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 357 |
Error | design | DesignForExtension | Method 'excludeGroupPathExact' is not designed for extension - needs to be abstract, final or empty. | 357 |
Error | misc | FinalParameters | Parameter excludeGroupPathExact should be final. | 357 |
Error | javadoc | JavadocMethod | Expected @param tag for 'excludeGroupPathExact'. | 357 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 362 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 365 |
Error | design | DesignForExtension | Method 'description' is not designed for extension - needs to be abstract, final or empty. | 365 |
Error | misc | FinalParameters | Parameter description should be final. | 365 |
Error | javadoc | JavadocMethod | Expected @param tag for 'description'. | 365 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 370 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 373 |
Error | design | DesignForExtension | Method 'user' is not designed for extension - needs to be abstract, final or empty. | 373 |
Error | misc | FinalParameters | Parameter user should be final. | 373 |
Error | javadoc | JavadocMethod | Expected @param tag for 'user'. | 373 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 379 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 381 |
Error | design | DesignForExtension | Method 'adhoc' is not designed for extension - needs to be abstract, final or empty. | 381 |
Error | misc | FinalParameters | Parameter adhoc should be final. | 381 |
Error | javadoc | JavadocMethod | Expected @param tag for 'adhoc'. | 381 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 386 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 389 |
Error | 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 |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
Error | misc | FinalParameters | Parameter errorMessage should be final. | 37 |
Error | misc | FinalParameters | Parameter value should be final. | 37 |
Error | misc | FinalParameters | Parameter list should be final. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 50 |
Error | misc | FinalParameters | Parameter errorMessage should be final. | 50 |
Error | misc | FinalParameters | Parameter value should be final. | 50 |
Error | misc | FinalParameters | Parameter list should be final. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 60 |
Error | misc | FinalParameters | Parameter object should be final. | 60 |
Error | javadoc | JavadocMethod | Expected @param tag for 'object'. | 60 |
Error | misc | FinalParameters | Parameter errorMessage should be final. | 60 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 73 |
Error | misc | FinalParameters | Parameter input should be final. | 73 |
Error | misc | FinalParameters | Parameter errorMessage should be final. | 73 |
Error | coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 73 |
org/rundeck/api/util/DocumentContentProducer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | design | VisibilityModifier | Variable 'document' must be private and have accessor methods. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | coding | HiddenField | 'document' hides a field. | 21 |
Error | coding | HiddenField | 'format' hides a field. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | coding | HiddenField | 'document' hides a field. | 26 |
Error | 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 |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 33 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 35 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 39 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 44 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 49 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 54 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 59 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 59 |
org/rundeck/api/util/ParametersUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter input should be final. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
Error | misc | FinalParameters | Parameter options should be final. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 89 |
Error | misc | FinalParameters | Parameter nodeFilters should be final. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 103 |
org/rundeck/api/util/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |