The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocMethod | 159 | ![]() |
JavadocType | 4 | ![]() |
JavadocVariable | 39 | ![]() |
JavadocStyle | 32 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 2 | ![]() |
MemberName | 0 | ![]() |
MethodName | 2 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength
| 26 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 2 | ![]() |
NoWhitespaceAfter | 1 | ![]() |
NoWhitespaceBefore | 2 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 117 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 2 | ![]() |
WhitespaceAround | 9 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 5 | ![]() |
LeftCurly | 22 | ![]() |
NeedBraces | 41 | ![]() |
RightCurly | 31 | ![]() |
AvoidInlineConditionals | 1 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 3 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | Ignore |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 1 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 0 | Ignore |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 4 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 2 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 114 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
JavadocPackage | 3 | ![]() |
NewlineAtEndOfFile | 3 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 36 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | First sentence should end with a period. | 50 |
![]() | Expected an @return tag. | 59 |
![]() | First sentence should end with a period. | 64 |
![]() | Expected an @return tag. | 67 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | First sentence should end with a period. | 45 |
![]() | Parameter context should be final. | 48 |
![]() | Expected @param tag for 'context'. | 48 |
![]() | Expected @throws tag for 'Exception'. | 48 |
![]() | Must have at least one statement. | 49 |
![]() | '}' should be on the same line. | 50 |
![]() | First sentence should end with a period. | 56 |
![]() | Parameter context should be final. | 59 |
![]() | Expected @param tag for 'context'. | 59 |
![]() | Expected @throws tag for 'Exception'. | 59 |
![]() | First sentence should end with a period. | 62 |
![]() | Parameter args should be final. | 68 |
![]() | '}' should be on the same line. | 72 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Line has trailing spaces. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '{' is not preceded with whitespace. | 54 |
![]() | '(' is followed by whitespace. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Line has trailing spaces. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | '(' is followed by whitespace. | 68 |
![]() | Parameter s should be final. | 68 |
![]() | Parameter clause should be final. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | '{' should be on the previous line. | 71 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | 'if' construct must use '{}'s. | 74 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | '}' should be on the same line. | 80 |
![]() | '(' is followed by whitespace. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | Line has trailing spaces. | 86 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | Parameter slasID should be final. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | '{' is not preceded with whitespace. | 87 |
![]() | Line has trailing spaces. | 89 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter context should be final. | 96 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Line has trailing spaces. | 101 |
![]() | Missing a Javadoc comment. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | Parameter args should be final. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | '{' should be on the previous line. | 103 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | First sentence should end with a period. | 74 |
![]() | Expected an @return tag. | 77 |
![]() | Parameter id should be final. | 77 |
![]() | Expected @param tag for 'id'. | 77 |
![]() | Expected @throws tag for 'InvalidUUIDException'. | 77 |
![]() | Line is longer than 120 characters. | 78 |
![]() | 'if' construct must use '{}'s. | 85 |
![]() | 'if' construct must use '{}'s. | 90 |
![]() | First sentence should end with a period. | 101 |
![]() | Expected an @return tag. | 104 |
![]() | Parameter ids should be final. | 104 |
![]() | Expected @param tag for 'ids'. | 104 |
![]() | Expected @throws tag for 'InvalidUUIDException'. | 104 |
![]() | 'if' construct must use '{}'s. | 112 |
![]() | First sentence should end with a period. | 136 |
![]() | Expected an @return tag. | 139 |
![]() | Parameter slatID should be final. | 139 |
![]() | Expected @param tag for 'slatID'. | 139 |
![]() | Expected @throws tag for 'InvalidUUIDException'. | 139 |
![]() | Line is longer than 120 characters. | 140 |
![]() | 'if' construct must use '{}'s. | 147 |
![]() | First sentence should end with a period. | 161 |
![]() | Expected an @return tag. | 164 |
![]() | Parameter party should be final. | 164 |
![]() | Expected @param tag for 'party'. | 164 |
![]() | Expected @throws tag for 'InvalidUUIDException'. | 164 |
![]() | Line is longer than 120 characters. | 165 |
![]() | 'if' construct must use '{}'s. | 172 |
![]() | First sentence should end with a period. | 205 |
![]() | Expected an @return tag. | 209 |
![]() | Parameter id should be final. | 209 |
![]() | Expected @param tag for 'id'. | 209 |
![]() | Parameter current should be final. | 209 |
![]() | Expected @param tag for 'current'. | 209 |
![]() | Expected @throws tag for 'InvalidUUIDException'. | 209 |
![]() | Expected @throws tag for 'InvalidStateException'. | 209 |
![]() | Line is longer than 120 characters. | 210 |
![]() | 'if' construct must use '{}'s. | 217 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Parameter stateA should be final. | 239 |
![]() | Parameter stateB should be final. | 239 |
![]() | '{' should be on the previous line. | 248 |
![]() | '{' is followed by whitespace. | 249 |
![]() | Expected an @return tag. | 260 |
![]() | Parameter ids should be final. | 260 |
![]() | Expected @param tag for 'ids'. | 260 |
![]() | Expected @throws tag for 'InvalidUUIDException'. | 260 |
![]() | 'if' construct must use '{}'s. | 265 |
![]() | 'if' construct must use '{}'s. | 272 |
![]() | 'else' construct must use '{}'s. | 274 |
![]() | 'if' construct must use '{}'s. | 281 |
![]() | First sentence should end with a period. | 324 |
![]() | Expected an @return tag. | 327 |
![]() | Parameter id should be final. | 327 |
![]() | Expected @param tag for 'id'. | 327 |
![]() | Expected @throws tag for 'InvalidUUIDException'. | 327 |
![]() | Line is longer than 120 characters. | 328 |
![]() | 'if' construct must use '{}'s. | 335 |
![]() | '(' is followed by whitespace. | 347 |
![]() | ')' is preceded with whitespace. | 347 |
![]() | '{' should be on the previous line. | 348 |
![]() | First sentence should end with a period. | 363 |
![]() | Expected an @return tag. | 366 |
![]() | Parameter states should be final. | 366 |
![]() | Expected @param tag for 'states'. | 366 |
![]() | Parameter inclusive should be final. | 366 |
![]() | Expected @param tag for 'inclusive'. | 366 |
![]() | Expected @throws tag for 'InvalidStateException'. | 366 |
![]() | 'if' construct must use '{}'s. | 373 |
![]() | '}' should be on the same line. | 390 |
![]() | 'if' construct must use '{}'s. | 395 |
![]() | Expected an @return tag. | 407 |
![]() | Parameter name should be final. | 407 |
![]() | Expected @param tag for 'name'. | 407 |
![]() | Parameter states should be final. | 407 |
![]() | Expected @param tag for 'states'. | 407 |
![]() | Expected an @return tag. | 420 |
![]() | Parameter statuses should be final. | 420 |
![]() | Expected @param tag for 'statuses'. | 420 |
![]() | Parameter states should be final. | 420 |
![]() | Expected @param tag for 'states'. | 420 |
![]() | First sentence should end with a period. | 432 |
![]() | Expected an @return tag. | 437 |
![]() | Parameter states should be final. | 437 |
![]() | Expected @param tag for 'states'. | 437 |
![]() | Parameter inclusive should be final. | 437 |
![]() | Expected @param tag for 'inclusive'. | 437 |
![]() | Expected @throws tag for 'InvalidStateException'. | 437 |
![]() | 'if' construct must use '{}'s. | 452 |
![]() | 'if' construct must use '{}'s. | 461 |
![]() | Missing a Javadoc comment. | 468 |
![]() | Missing a Javadoc comment. | 472 |
![]() | Parameter context should be final. | 472 |
![]() | Missing a Javadoc comment. | 476 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Parameter agreement should be final. | 91 |
![]() | Expected @param tag for 'agreement'. | 91 |
![]() | Parameter dependencies should be final. | 91 |
![]() | Expected @param tag for 'dependencies'. | 91 |
![]() | Parameter status should be final. | 91 |
![]() | Expected @param tag for 'status'. | 91 |
![]() | Expected @throws tag for 'RegistrationFailureException'. | 91 |
![]() | '}' should be on the same line. | 99 |
![]() | 'if' construct must use '{}'s. | 112 |
![]() | '}' should be on the same line. | 120 |
![]() | 'if' construct must use '{}'s. | 129 |
![]() | 'if' construct must use '{}'s. | 140 |
![]() | 'if' construct must use '{}'s. | 172 |
![]() | 'if' construct must use '{}'s. | 180 |
![]() | Line has trailing spaces. | 194 |
![]() | '(' is followed by whitespace. | 195 |
![]() | ')' is preceded with whitespace. | 195 |
![]() | Name 'SLAM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 |
![]() | '}' should be on the same line. | 207 |
![]() | Must have at least one statement. | 208 |
![]() | '}' should be on the same line. | 217 |
![]() | Line has trailing spaces. | 222 |
![]() | '(' is followed by whitespace. | 223 |
![]() | ')' is preceded with whitespace. | 223 |
![]() | Expected an @return tag. | 231 |
![]() | Parameter slaID should be final. | 231 |
![]() | Expected @param tag for 'slaID'. | 231 |
![]() | Expected @throws tag for 'UpdateFailureException'. | 231 |
![]() | '(' is followed by whitespace. | 237 |
![]() | ')' is preceded with whitespace. | 237 |
![]() | '(' is followed by whitespace. | 238 |
![]() | ')' is preceded with whitespace. | 238 |
![]() | '{' should be on the previous line. | 239 |
![]() | Line has trailing spaces. | 242 |
![]() | '(' is followed by whitespace. | 244 |
![]() | '(' is followed by whitespace. | 244 |
![]() | ')' is preceded with whitespace. | 244 |
![]() | ')' is preceded with whitespace. | 244 |
![]() | '{' should be on the previous line. | 245 |
![]() | Line has trailing spaces. | 248 |
![]() | Name 'SLAM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 250 |
![]() | '}' should be on the same line. | 254 |
![]() | Must have at least one statement. | 255 |
![]() | '}' should be on the same line. | 264 |
![]() | '(' is followed by whitespace. | 267 |
![]() | ')' is preceded with whitespace. | 267 |
![]() | '{' should be on the previous line. | 268 |
![]() | '(' is followed by whitespace. | 269 |
![]() | ')' is preceded with whitespace. | 269 |
![]() | Line has trailing spaces. | 271 |
![]() | '}' should be on the same line. | 274 |
![]() | Line has trailing spaces. | 278 |
![]() | Line has trailing spaces. | 281 |
![]() | First sentence should end with a period. | 282 |
![]() | Expected an @return tag. | 285 |
![]() | Parameter id should be final. | 285 |
![]() | Expected @param tag for 'id'. | 285 |
![]() | Parameter agreement should be final. | 285 |
![]() | Expected @param tag for 'agreement'. | 285 |
![]() | Parameter dependencies should be final. | 285 |
![]() | Expected @param tag for 'dependencies'. | 285 |
![]() | Parameter status should be final. | 285 |
![]() | Expected @param tag for 'status'. | 285 |
![]() | Expected @throws tag for 'UpdateFailureException'. | 285 |
![]() | Line is longer than 120 characters. | 286 |
![]() | '}' should be on the same line. | 290 |
![]() | 'if' construct must use '{}'s. | 301 |
![]() | 'if' construct must use '{}'s. | 308 |
![]() | '}' should be on the same line. | 316 |
![]() | 'if' construct must use '{}'s. | 325 |
![]() | 'if' construct must use '{}'s. | 341 |
![]() | 'if' construct must use '{}'s. | 373 |
![]() | 'if' construct must use '{}'s. | 381 |
![]() | Parameter agreement should be final. | 412 |
![]() | Expected @param tag for 'agreement'. | 412 |
![]() | Parameter dependencies should be final. | 412 |
![]() | Expected @param tag for 'dependencies'. | 412 |
![]() | Expected @throws tag for 'ValidationException'. | 412 |
![]() | 'if' construct must use '{}'s. | 419 |
![]() | 'if' construct must use '{}'s. | 422 |
![]() | 'if' construct must use '{}'s. | 425 |
![]() | 'if' construct must use '{}'s. | 428 |
![]() | '}' should be on the same line. | 462 |
![]() | 'if' construct must use '{}'s. | 464 |
![]() | First sentence should end with a period. | 471 |
![]() | Parameter agreement should be final. | 478 |
![]() | Expected @param tag for 'agreement'. | 478 |
![]() | Expected @throws tag for 'ValidationException'. | 478 |
![]() | Line has trailing spaces. | 480 |
![]() | '(' is followed by whitespace. | 481 |
![]() | ')' is preceded with whitespace. | 481 |
![]() | Line has trailing spaces. | 482 |
![]() | Line has trailing spaces. | 484 |
![]() | Line is longer than 120 characters. | 489 |
![]() | ')' is preceded with whitespace. | 489 |
![]() | 'if' construct must use '{}'s. | 491 |
![]() | '}' should be on the same line. | 493 |
![]() | Line has trailing spaces. | 507 |
![]() | Missing a Javadoc comment. | 508 |
![]() | Parameter sla should be final. | 508 |
![]() | '{' should be on the previous line. | 509 |
![]() | '{' should be on the previous line. | 511 |
![]() | ',' is not followed by whitespace. | 512 |
![]() | '(' is followed by whitespace. | 513 |
![]() | ')' is preceded with whitespace. | 513 |
![]() | '(' is followed by whitespace. | 514 |
![]() | ')' is preceded with whitespace. | 514 |
![]() | '(' is followed by whitespace. | 515 |
![]() | ')' is preceded with whitespace. | 515 |
![]() | Line has trailing spaces. | 516 |
![]() | '(' is followed by whitespace. | 517 |
![]() | '(' is followed by whitespace. | 517 |
![]() | ')' is preceded with whitespace. | 517 |
![]() | ')' is preceded with whitespace. | 517 |
![]() | '{' should be on the previous line. | 518 |
![]() | Line has trailing spaces. | 523 |
![]() | '(' is followed by whitespace. | 525 |
![]() | ')' is preceded with whitespace. | 525 |
![]() | '(' is followed by whitespace. | 527 |
![]() | ')' is preceded with whitespace. | 527 |
![]() | Line has trailing spaces. | 530 |
![]() | '(' is followed by whitespace. | 533 |
![]() | ')' is preceded with whitespace. | 533 |
![]() | '(' is followed by whitespace. | 534 |
![]() | ')' is preceded with whitespace. | 534 |
![]() | '(' is followed by whitespace. | 536 |
![]() | ')' is preceded with whitespace. | 536 |
![]() | '(' is followed by whitespace. | 537 |
![]() | ')' is preceded with whitespace. | 537 |
![]() | '(' is followed by whitespace. | 538 |
![]() | ')' is preceded with whitespace. | 538 |
![]() | '(' is followed by whitespace. | 541 |
![]() | ')' is preceded with whitespace. | 541 |
![]() | '+' is not preceded with whitespace. | 544 |
![]() | '+' is not followed by whitespace. | 544 |
![]() | '+' is not preceded with whitespace. | 544 |
![]() | '+' is not followed by whitespace. | 544 |
![]() | '(' is followed by whitespace. | 545 |
![]() | ')' is preceded with whitespace. | 545 |
![]() | '(' is followed by whitespace. | 548 |
![]() | ')' is preceded with whitespace. | 548 |
![]() | '(' is followed by whitespace. | 549 |
![]() | ')' is preceded with whitespace. | 549 |
![]() | '(' is followed by whitespace. | 552 |
![]() | '(' is followed by whitespace. | 552 |
![]() | ')' is preceded with whitespace. | 552 |
![]() | ')' is preceded with whitespace. | 552 |
![]() | '(' is followed by whitespace. | 553 |
![]() | '+' is not preceded with whitespace. | 553 |
![]() | '+' is not followed by whitespace. | 553 |
![]() | ')' is preceded with whitespace. | 553 |
![]() | '}' should be on the same line. | 556 |
![]() | '(' is followed by whitespace. | 557 |
![]() | ')' is preceded with whitespace. | 557 |
![]() | '{' should be on the previous line. | 558 |
![]() | Missing a Javadoc comment. | 563 |
![]() | '{' should be on the previous line. | 564 |
![]() | Missing a Javadoc comment. | 565 |
![]() | '(' is followed by whitespace. | 565 |
![]() | Parameter usr should be final. | 565 |
![]() | Parameter pwd should be final. | 565 |
![]() | ')' is preceded with whitespace. | 565 |
![]() | '{' should be on the previous line. | 566 |
![]() | Line has trailing spaces. | 570 |
![]() | Missing a Javadoc comment. | 571 |
![]() | '(' is followed by whitespace. | 571 |
![]() | Parameter usr should be final. | 571 |
![]() | 'usr' hides a field. | 571 |
![]() | Parameter pwd should be final. | 571 |
![]() | 'pwd' hides a field. | 571 |
![]() | ')' is preceded with whitespace. | 571 |
![]() | Line has trailing spaces. | 575 |
![]() | Missing a Javadoc comment. | 576 |
![]() | Variable 'usr' must be private and have accessor methods. | 576 |
![]() | Missing a Javadoc comment. | 577 |
![]() | Variable 'pwd' must be private and have accessor methods. | 577 |
![]() | Line has trailing spaces. | 579 |
![]() | First sentence should end with a period. | 580 |
![]() | Parameter context should be final. | 585 |
![]() | Expected @param tag for 'context'. | 585 |
![]() | Missing a Javadoc comment. | 589 |
![]() | Missing a Javadoc comment. | 591 |
![]() | Missing a Javadoc comment. | 593 |
![]() | Parameter reason should be final. | 593 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | First sentence should end with a period. | 58 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | Parameter context should be final. | 73 |
![]() | 'context' hides a field. | 73 |
![]() | First sentence should end with a period. | 80 |
![]() | Expected an @return tag. | 83 |
![]() | First sentence should end with a period. | 87 |
![]() | Expected an @return tag. | 90 |
![]() | First sentence should end with a period. | 94 |
![]() | Expected an @return tag. | 97 |
![]() | Line has trailing spaces. | 100 |
![]() | Missing a Javadoc comment. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | 'if' construct must use '{}'s. | 104 |
![]() | '(' is followed by whitespace. | 104 |
![]() | ')' is preceded with whitespace. | 104 |
![]() | Line has trailing spaces. | 106 |
![]() | '{' should be on the previous line. | 108 |
![]() | '(' is followed by whitespace. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | '}' should be on the same line. | 121 |
![]() | '(' is followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | Line has trailing spaces. | 126 |
![]() | Line has trailing spaces. | 129 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Missing a Javadoc comment. | 134 |
![]() | ';' is preceded with whitespace. | 134 |
![]() | Missing a Javadoc comment. | 135 |
![]() | ';' is preceded with whitespace. | 135 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | First sentence should end with a period. | 51 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter slaContent should be final. | 69 |
![]() | Parameter slamId should be final. | 69 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter slaContent should be final. | 74 |
![]() | Parameter slamId should be final. | 74 |
![]() | Parameter slaIdIdx should be final. | 74 |
![]() | Parameter slaStatuses should be final. | 74 |
![]() | Parameter slaDependency should be final. | 75 |
![]() | Parameter slaBasicInfo should be final. | 75 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter slaId should be final. | 91 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter slaContent should be final. | 100 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Parameter slamId should be final. | 109 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter slaIdIdx should be final. | 118 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter slaStatuses should be final. | 127 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Parameter slaDependency should be final. | 136 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Parameter slaBasicInfo should be final. | 145 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | First sentence should end with a period. | 53 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter sla should be final. | 71 |
![]() | Parameter agreedAt should be final. | 71 |
![]() | Parameter effectiveFrom should be final. | 71 |
![]() | Parameter effectiveUntil should be final. | 71 |
![]() | Parameter templateId should be final. | 71 |
![]() | Parameter parties should be final. | 72 |
![]() | Line is longer than 120 characters. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter slaId should be final. | 89 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter sla should be final. | 99 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Parameter agreedAt should be final. | 109 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Parameter effectiveFrom should be final. | 119 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Parameter effectiveUntil should be final. | 129 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Parameter templateId should be final. | 138 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter parties should be final. | 147 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | First sentence should end with a period. | 49 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter sla should be final. | 63 |
![]() | Parameter dependencies should be final. | 63 |
![]() | Line is longer than 120 characters. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter slaId should be final. | 76 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter sla should be final. | 86 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter dependencies should be final. | 95 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | First sentence should end with a period. | 47 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter id should be final. | 61 |
![]() | Parameter sla should be final. | 61 |
![]() | Parameter slaStatusRef should be final. | 61 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter id should be final. | 75 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter sla should be final. | 85 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter slaStatusRef should be final. | 95 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | First sentence should end with a period. | 42 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter slaId should be final. | 55 |
![]() | Parameter statusId should be final. | 55 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter slaId should be final. | 60 |
![]() | Parameter statusId should be final. | 60 |
![]() | Parameter statusTimestamp should be final. | 60 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter slaId should be final. | 71 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter statusId should be final. | 80 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter statusTimestamp should be final. | 89 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter other should be final. | 93 |
![]() | 'if' construct must use '{}'s. | 94 |
![]() | 'if' construct must use '{}'s. | 96 |
![]() | 'if' construct must use '{}'s. | 98 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Avoid inline conditionals. | 114 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | First sentence should end with a period. | 50 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter name should be final. | 64 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter name should be final. | 68 |
![]() | Parameter slaStatuses should be final. | 68 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter id should be final. | 80 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter name should be final. | 89 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Parameter slaStatuses should be final. | 98 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 120 characters. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Utility classes should not have a public or default constructor. | 58 |
![]() | First sentence should end with a period. | 59 |
![]() | Parameter sla should be final. | 72 |
![]() | '}' should be on the same line. | 81 |
![]() | First sentence should end with a period. | 89 |
![]() | Name 'ext_encode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
![]() | Parameter sla should be final. | 96 |
![]() | Expected @param tag for 'sla'. | 96 |
![]() | '}' should be on the same line. | 102 |
![]() | Parameter uuids should be final. | 116 |
![]() | Expected @param tag for 'uuids'. | 116 |
![]() | '}' should be on the same line. | 125 |
![]() | Parameter parties should be final. | 140 |
![]() | '}' should be on the same line. | 149 |
![]() | Parameter content should be final. | 164 |
![]() | '}' should be on the same line. | 175 |
![]() | First sentence should end with a period. | 183 |
![]() | Parameter content should be final. | 190 |
![]() | '}' should be on the same line. | 201 |
![]() | First sentence should end with a period. | 209 |
![]() | Parameter content should be final. | 216 |
![]() | '}' should be on the same line. | 227 |
![]() | First sentence should end with a period. | 235 |
![]() | Name 'ext_decodeSLA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 243 |
![]() | Parameter content should be final. | 243 |
![]() | '}' should be on the same line. | 251 |
![]() | Missing a Javadoc comment. | 259 |
![]() | Missing a Javadoc comment. | 260 |
![]() | Missing a Javadoc comment. | 263 |
![]() | Parameter desc should be final. | 264 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Utility classes should not have a public or default constructor. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | '{' is not preceded with whitespace. | 63 |
![]() | '(' is followed by whitespace. | 64 |
![]() | ')' is preceded with whitespace. | 64 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | '(' is followed by whitespace. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | Line has trailing spaces. | 72 |
![]() | '}' should be on the same line. | 79 |
![]() | '}' should be on the same line. | 102 |
![]() | '}' should be on the same line. | 130 |
![]() | 'if' construct must use '{}'s. | 149 |
![]() | '}' should be on the same line. | 171 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Parameter f should be final. | 180 |
![]() | 'if' construct must use '{}'s. | 186 |
![]() | '}' should be on the same line. | 191 |
![]() | Must have at least one statement. | 192 |
![]() | Expected @throws tag for 'HibernateException'. | 205 |
![]() | Redundant throws: 'HibernateException' is unchecked exception. | 205 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Utility classes should not have a public or default constructor. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter pf should be final. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Utility classes should not have a public or default constructor. | 58 |
![]() | First sentence should end with a period. | 59 |
![]() | Expected an @return tag. | 65 |
![]() | Parameter name should be final. | 66 |
![]() | '}' should be on the same line. | 88 |
![]() | Must have at least one statement. | 89 |
![]() | Line has trailing spaces. | 94 |
![]() | Missing a Javadoc comment. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | Parameter id should be final. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | 'if' construct must use '{}'s. | 103 |
![]() | Line has trailing spaces. | 110 |
![]() | '(' is followed by whitespace. | 112 |
![]() | ')' is preceded with whitespace. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | '(' is followed by whitespace. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | Line has trailing spaces. | 120 |
![]() | '(' is followed by whitespace. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | Line has trailing spaces. | 130 |
![]() | Line has trailing spaces. | 133 |
![]() | Missing a Javadoc comment. | 134 |
![]() | '(' is followed by whitespace. | 134 |
![]() | Parameter slaID should be final. | 134 |
![]() | ')' is preceded with whitespace. | 134 |
![]() | '{' should be on the previous line. | 135 |
![]() | '(' is followed by whitespace. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | Line has trailing spaces. | 145 |
![]() | 'if' construct must use '{}'s. | 148 |
![]() | '(' is followed by whitespace. | 155 |
![]() | ')' is preceded with whitespace. | 155 |
![]() | Line has trailing spaces. | 170 |