The following document contains the results of Checkstyle 8.29 with sun_checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
31 | 0 | 0 | 2032 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | AvoidNestedBlocks | 7 | ![]() |
EmptyBlock | 3 | ![]() | |
LeftCurly | 3 | ![]() | |
NeedBraces | 189 | ![]() | |
coding | HiddenField | 201 | ![]() |
MagicNumber | 1 | ![]() | |
design | DesignForExtension | 109 | ![]() |
FinalClass | 1 | ![]() | |
HideUtilityClassConstructor | 1 | ![]() | |
VisibilityModifier | 1 | ![]() | |
imports | RedundantImport | 2 | ![]() |
UnusedImports
|
2 | ![]() | |
javadoc | JavadocMethod | 8 | ![]() |
JavadocPackage | 3 | ![]() | |
JavadocStyle | 2 | ![]() | |
JavadocVariable | 135 | ![]() | |
MissingJavadocMethod | 190 | ![]() | |
misc | FinalParameters | 561 | ![]() |
NewlineAtEndOfFile | 18 | ![]() | |
modifier | ModifierOrder | 13 | ![]() |
RedundantModifier | 1 | ![]() | |
naming | ConstantName | 1 | ![]() |
regexp | RegexpSingleline
|
18 | ![]() |
sizes | FileLength | 1 | ![]() |
LineLength
|
556 | ![]() | |
MethodLength | 1 | ![]() | |
ParameterNumber | 3 | ![]() | |
whitespace | NoWhitespaceAfter | 1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | RedundantImport | Redundant import from the same package - xuml.tools.model.compiler.NameManager. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 34 |
![]() |
misc | FinalParameters | Parameter info should be final. | 34 |
![]() |
coding | HiddenField | 'info' hides a field. | 34 |
![]() |
misc | FinalParameters | Parameter behaviourFullClassName should be final. | 34 |
![]() |
coding | HiddenField | 'behaviourFullClassName' hides a field. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
misc | FinalParameters | Parameter out should be final. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
misc | FinalParameters | Parameter out should be final. | 84 |
![]() |
misc | FinalParameters | Parameter simpleClassName should be final. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
misc | FinalParameters | Parameter out should be final. | 98 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 116 |
![]() |
misc | FinalParameters | Parameter out should be final. | 116 |
![]() |
misc | FinalParameters | Parameter event should be final. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 124 |
![]() |
misc | FinalParameters | Parameter out should be final. | 131 |
![]() |
misc | FinalParameters | Parameter event should be final. | 131 |
![]() |
misc | FinalParameters | Parameter out should be final. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 148 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 97 |
![]() |
naming | ConstantName | Name 'extensionsMarshaller' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'classDescription'. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 110 |
![]() |
misc | FinalParameters | Parameter nameManager should be final. | 110 |
![]() |
coding | HiddenField | 'nameManager' hides a field. | 110 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 110 |
![]() |
coding | HiddenField | 'cls' hides a field. | 110 |
![]() |
misc | FinalParameters | Parameter packageName should be final. | 110 |
![]() |
coding | HiddenField | 'packageName' hides a field. | 110 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 110 |
![]() |
coding | HiddenField | 'schema' hides a field. | 110 |
![]() |
misc | FinalParameters | Parameter lookups should be final. | 111 |
![]() |
coding | HiddenField | 'lookups' hides a field. | 111 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 133 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 146 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 153 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 184 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 184 |
![]() |
misc | FinalParameters | Parameter a should be final. | 186 |
![]() |
misc | FinalParameters | Parameter attributes should be final. | 191 |
![]() |
misc | FinalParameters | Parameter a should be final. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 216 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getClassExtensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getClassExtensions' static/final/abstract/empty, or adding allowed annotation for the method. | 220 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
misc | FinalParameters | Parameter any should be final. | 237 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getSchema' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getSchema' static/final/abstract/empty, or adding allowed annotation for the method. | 260 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getTable' static/final/abstract/empty, or adding allowed annotation for the method. | 264 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getJavaClassSimpleName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getJavaClassSimpleName' static/final/abstract/empty, or adding allowed annotation for the method. | 268 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getPrimaryIdAttributeMembers' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getPrimaryIdAttributeMembers' static/final/abstract/empty, or adding allowed annotation for the method. | 272 |
![]() |
misc | FinalParameters | Parameter list should be final. | 277 |
![]() |
misc | FinalParameters | Parameter a should be final. | 293 |
![]() |
misc | FinalParameters | Parameter rel should be final. | 300 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 311 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 313 |
![]() |
misc | FinalParameters | Parameter g should be final. | 317 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 320 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 321 |
![]() |
misc | FinalParameters | Parameter b should be final. | 325 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 334 |
![]() |
misc | FinalParameters | Parameter a should be final. | 334 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 334 |
![]() |
misc | FinalParameters | Parameter otherClassName should be final. | 335 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 340 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 341 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 347 |
![]() |
misc | FinalParameters | Parameter a should be final. | 347 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 347 |
![]() |
misc | FinalParameters | Parameter otherClassName should be final. | 348 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 352 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 354 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 364 |
![]() |
misc | FinalParameters | Parameter otherClassName should be final. | 368 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 369 |
![]() |
misc | FinalParameters | Parameter b should be final. | 374 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'hasCompositeId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'hasCompositeId' static/final/abstract/empty, or adding allowed annotation for the method. | 378 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 378 |
![]() |
misc | FinalParameters | Parameter attribute should be final. | 382 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 385 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 388 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 390 |
![]() |
misc | FinalParameters | Parameter a should be final. | 395 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 401 |
![]() |
misc | FinalParameters | Parameter a should be final. | 401 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 405 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 410 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 412 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 415 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 417 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getNonPrimaryIdIndependentAttributeMembers' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getNonPrimaryIdIndependentAttributeMembers' static/final/abstract/empty, or adding allowed annotation for the method. | 420 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 424 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 437 |
![]() |
misc | FinalParameters | Parameter a should be final. | 444 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getEvents' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getEvents' static/final/abstract/empty, or adding allowed annotation for the method. | 453 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 454 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 458 |
![]() |
misc | FinalParameters | Parameter event should be final. | 467 |
![]() |
misc | FinalParameters | Parameter isCreationEvent should be final. | 467 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 479 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 481 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 484 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 495 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 496 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 501 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 502 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 506 |
![]() |
misc | FinalParameters | Parameter event should be final. | 515 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 531 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 533 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 534 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getStateNames' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getStateNames' static/final/abstract/empty, or adding allowed annotation for the method. | 537 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 539 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 542 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getTransitions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getTransitions' static/final/abstract/empty, or adding allowed annotation for the method. | 548 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 553 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 561 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 568 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 569 |
![]() |
misc | FinalParameters | Parameter eventId should be final. | 575 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 577 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getStateAsJavaIdentifier' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getStateAsJavaIdentifier' static/final/abstract/empty, or adding allowed annotation for the method. | 583 |
![]() |
misc | FinalParameters | Parameter stateName should be final. | 583 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 584 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 585 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'isSuperclass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'isSuperclass' static/final/abstract/empty, or adding allowed annotation for the method. | 591 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'isSubclass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'isSubclass' static/final/abstract/empty, or adding allowed annotation for the method. | 595 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'isAssociationClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'isAssociationClass' static/final/abstract/empty, or adding allowed annotation for the method. | 599 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 600 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getSubclassRole' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getSubclassRole' static/final/abstract/empty, or adding allowed annotation for the method. | 603 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getReferenceMembers' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getReferenceMembers' static/final/abstract/empty, or adding allowed annotation for the method. | 608 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 618 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 619 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 620 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 621 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 624 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 636 |
![]() |
misc | FinalParameters | Parameter list should be final. | 636 |
![]() |
misc | FinalParameters | Parameter ass should be final. | 636 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 637 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 656 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 676 |
![]() |
misc | FinalParameters | Parameter g should be final. | 676 |
![]() |
misc | FinalParameters | Parameter spec should be final. | 676 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 676 |
![]() |
coding | HiddenField | 'cls' hides a field. | 676 |
![]() |
misc | FinalParameters | Parameter isSuperclass should be final. | 677 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 685 |
![]() |
misc | FinalParameters | Parameter g should be final. | 685 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 685 |
![]() |
coding | HiddenField | 'cls' hides a field. | 685 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 687 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 688 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 697 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 698 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 699 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 702 |
![]() |
misc | FinalParameters | Parameter g should be final. | 702 |
![]() |
misc | FinalParameters | Parameter member should be final. | 702 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 703 |
![]() |
coding | HiddenField | 'attributeName' hides a field. | 703 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 705 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 709 |
![]() |
misc | FinalParameters | Parameter g should be final. | 709 |
![]() |
misc | FinalParameters | Parameter spec should be final. | 709 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 710 |
![]() |
coding | HiddenField | 'cls' hides a field. | 710 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 712 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 713 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 714 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 715 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 716 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 719 |
![]() |
misc | FinalParameters | Parameter a should be final. | 719 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 719 |
![]() |
coding | HiddenField | 'cls' hides a field. | 719 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 720 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 722 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 726 |
![]() |
misc | FinalParameters | Parameter a should be final. | 726 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 726 |
![]() |
coding | HiddenField | 'cls' hides a field. | 726 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 731 |
![]() |
coding | HiddenField | 'attributeName' hides a field. | 731 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 733 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 741 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 743 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 746 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 748 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 751 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 752 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 753 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 754 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 755 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 758 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 768 |
![]() |
misc | FinalParameters | Parameter a should be final. | 768 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 769 |
![]() |
coding | HiddenField | 'cls' hides a field. | 769 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 781 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 786 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 791 |
![]() |
misc | FinalParameters | Parameter a should be final. | 791 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 791 |
![]() |
coding | HiddenField | 'cls' hides a field. | 791 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 803 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 805 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 806 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 814 |
![]() |
misc | FinalParameters | Parameter a should be final. | 814 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 815 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 815 |
![]() |
coding | HiddenField | 'cls' hides a field. | 815 |
![]() |
misc | FinalParameters | Parameter pThis should be final. | 815 |
![]() |
misc | FinalParameters | Parameter pThat should be final. | 815 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 831 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 836 |
![]() |
misc | FinalParameters | Parameter a should be final. | 836 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 837 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 837 |
![]() |
coding | HiddenField | 'cls' hides a field. | 837 |
![]() |
misc | FinalParameters | Parameter pThis should be final. | 837 |
![]() |
misc | FinalParameters | Parameter pThat should be final. | 837 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 843 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 845 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 848 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 851 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 856 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 859 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 861 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 862 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 868 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 869 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 871 |
![]() |
coding | HiddenField | 'fieldName' hides a field. | 871 |
![]() |
misc | FinalParameters | Parameter type should be final. | 871 |
![]() |
coding | HiddenField | 'type' hides a field. | 871 |
![]() |
design | DesignForExtension | Class 'OtherId' looks like designed for extension (can be subclassed), but the method 'getFieldName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OtherId' final or making the method 'getFieldName' static/final/abstract/empty, or adding allowed annotation for the method. | 876 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 876 |
![]() |
design | DesignForExtension | Class 'OtherId' looks like designed for extension (can be subclassed), but the method 'getType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OtherId' final or making the method 'getType' static/final/abstract/empty, or adding allowed annotation for the method. | 880 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 880 |
![]() |
design | DesignForExtension | Class 'OtherId' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OtherId' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 884 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 891 |
![]() |
misc | FinalParameters | Parameter rnum should be final. | 891 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 891 |
![]() |
coding | HiddenField | 'cls' hides a field. | 891 |
![]() |
misc | FinalParameters | Parameter infoOther should be final. | 891 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 894 |
![]() |
coding | HiddenField | 'attributeName' hides a field. | 894 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 896 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 902 |
![]() |
misc | FinalParameters | Parameter a should be final. | 902 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 902 |
![]() |
coding | HiddenField | 'cls' hides a field. | 902 |
![]() |
misc | FinalParameters | Parameter infoOther should be final. | 902 |
![]() |
misc | FinalParameters | Parameter pThis should be final. | 903 |
![]() |
misc | FinalParameters | Parameter pThat should be final. | 903 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 916 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 919 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 922 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 930 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 933 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 936 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 938 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 939 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 941 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 946 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 949 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 953 |
![]() |
misc | FinalParameters | Parameter pThis should be final. | 953 |
![]() |
misc | FinalParameters | Parameter pThat should be final. | 953 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 955 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 957 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 962 |
![]() |
misc | FinalParameters | Parameter rNum should be final. | 962 |
![]() |
misc | FinalParameters | Parameter otherClassName should be final. | 963 |
![]() |
misc | FinalParameters | Parameter otherAttributeName should be final. | 963 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 968 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 969 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 970 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 977 |
![]() |
misc | FinalParameters | Parameter rnum should be final. | 981 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 986 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 988 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 996 |
![]() |
misc | FinalParameters | Parameter rNum should be final. | 996 |
![]() |
misc | FinalParameters | Parameter otherAttributeName should be final. | 996 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1001 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1002 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1006 |
![]() |
misc | FinalParameters | Parameter p should be final. | 1010 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1011 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1013 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1015 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1017 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getAtLeastOneFieldChecks' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getAtLeastOneFieldChecks' static/final/abstract/empty, or adding allowed annotation for the method. | 1021 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getImports' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getImports' static/final/abstract/empty, or adding allowed annotation for the method. | 1026 |
![]() |
misc | FinalParameters | Parameter relativeToClass should be final. | 1026 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getIdColumnName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getIdColumnName' static/final/abstract/empty, or adding allowed annotation for the method. | 1030 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getContextPackageName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getContextPackageName' static/final/abstract/empty, or adding allowed annotation for the method. | 1035 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getTypes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getTypes' static/final/abstract/empty, or adding allowed annotation for the method. | 1040 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getType' static/final/abstract/empty, or adding allowed annotation for the method. | 1044 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1044 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getSpecializations' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getSpecializations' static/final/abstract/empty, or adding allowed annotation for the method. | 1049 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1049 |
![]() |
coding | HiddenField | 'attributeName' hides a field. | 1057 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1058 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1059 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1060 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1063 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1068 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1070 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1072 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getFinders' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getFinders' static/final/abstract/empty, or adding allowed annotation for the method. | 1082 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1082 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 1084 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 1094 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1094 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getTypeDefinition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getTypeDefinition' static/final/abstract/empty, or adding allowed annotation for the method. | 1104 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1104 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1104 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1106 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1108 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1110 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1112 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1114 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1116 |
![]() |
misc | FinalParameters | Parameter t should be final. | 1120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1122 |
![]() |
misc | FinalParameters | Parameter t should be final. | 1126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1143 |
![]() |
misc | FinalParameters | Parameter n should be final. | 1146 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1147 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1149 |
![]() |
misc | FinalParameters | Parameter n should be final. | 1153 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1154 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1156 |
![]() |
misc | FinalParameters | Parameter t should be final. | 1160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1163 |
![]() |
coding | MagicNumber | '4096L' is a magic number. | 1164 |
![]() |
misc | FinalParameters | Parameter t should be final. | 1167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1169 |
![]() |
misc | FinalParameters | Parameter t should be final. | 1173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1177 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1181 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1184 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1184 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1188 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1188 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1192 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1193 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1196 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1196 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1200 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1200 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 1200 |
![]() |
coding | HiddenField | 'cls' hides a field. | 1200 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1204 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1204 |
![]() |
misc | FinalParameters | Parameter classes should be final. | 1204 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1208 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1208 |
![]() |
misc | FinalParameters | Parameter fullClassName should be final. | 1208 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1212 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1212 |
![]() |
misc | FinalParameters | Parameter type should be final. | 1212 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1216 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1216 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1220 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1220 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1224 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1224 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getEmbeddedIdSimpleClassName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getEmbeddedIdSimpleClassName' static/final/abstract/empty, or adding allowed annotation for the method. | 1229 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1229 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'getEmbeddedIdAttributeName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'getEmbeddedIdAttributeName' static/final/abstract/empty, or adding allowed annotation for the method. | 1233 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1233 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'hasBehaviour' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'hasBehaviour' static/final/abstract/empty, or adding allowed annotation for the method. | 1237 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1237 |
![]() |
design | DesignForExtension | Class 'ClassInfo' looks like designed for extension (can be subclassed), but the method 'useGuiceInjection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassInfo' final or making the method 'useGuiceInjection' static/final/abstract/empty, or adding allowed annotation for the method. | 1241 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1241 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | FileLength | File length is 2,008 lines (max allowed is 2,000). | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 150). | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
design | VisibilityModifier | Variable 'useJpaJoinedStrategyForSpecialization' must be private and have accessor methods. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter info should be final. | 100 |
![]() |
coding | HiddenField | 'info' hides a field. | 100 |
![]() |
design | DesignForExtension | Class 'ClassWriter' looks like designed for extension (can be subclassed), but the method 'generate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassWriter' final or making the method 'generate' static/final/abstract/empty, or adding allowed annotation for the method. | 104 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter out should be final. | 150 |
![]() |
misc | FinalParameters | Parameter info should be final. | 150 |
![]() |
coding | HiddenField | 'info' hides a field. | 150 |
![]() |
misc | FinalParameters | Parameter validationMethods should be final. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 161 |
![]() |
misc | FinalParameters | Parameter out should be final. | 161 |
![]() |
misc | FinalParameters | Parameter info should be final. | 161 |
![]() |
coding | HiddenField | 'info' hides a field. | 161 |
![]() |
misc | FinalParameters | Parameter sp should be final. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 174 |
![]() |
misc | FinalParameters | Parameter out should be final. | 180 |
![]() |
misc | FinalParameters | Parameter info should be final. | 180 |
![]() |
coding | HiddenField | 'info' hides a field. | 180 |
![]() |
misc | FinalParameters | Parameter out should be final. | 184 |
![]() |
misc | FinalParameters | Parameter info should be final. | 184 |
![]() |
coding | HiddenField | 'info' hides a field. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 188 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 200 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 208 |
![]() |
misc | FinalParameters | Parameter out should be final. | 208 |
![]() |
misc | FinalParameters | Parameter info should be final. | 208 |
![]() |
coding | HiddenField | 'info' hides a field. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 219 |
![]() |
misc | FinalParameters | Parameter out should be final. | 228 |
![]() |
misc | FinalParameters | Parameter info should be final. | 228 |
![]() |
coding | HiddenField | 'info' hides a field. | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 232 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 237 |
![]() |
misc | FinalParameters | Parameter info should be final. | 240 |
![]() |
coding | HiddenField | 'info' hides a field. | 240 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 243 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 246 |
![]() |
misc | FinalParameters | Parameter out should be final. | 250 |
![]() |
misc | FinalParameters | Parameter info should be final. | 250 |
![]() |
coding | HiddenField | 'info' hides a field. | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 263 |
![]() |
misc | FinalParameters | Parameter info should be final. | 285 |
![]() |
coding | HiddenField | 'info' hides a field. | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 290 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 295 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 301 |
![]() |
misc | FinalParameters | Parameter out should be final. | 301 |
![]() |
misc | FinalParameters | Parameter info should be final. | 301 |
![]() |
coding | HiddenField | 'info' hides a field. | 301 |
![]() |
misc | FinalParameters | Parameter idClassName should be final. | 301 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 304 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 309 |
![]() |
misc | FinalParameters | Parameter out should be final. | 309 |
![]() |
misc | FinalParameters | Parameter info should be final. | 309 |
![]() |
coding | HiddenField | 'info' hides a field. | 309 |
![]() |
misc | FinalParameters | Parameter idClassName should be final. | 309 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 318 |
![]() |
misc | FinalParameters | Parameter out should be final. | 318 |
![]() |
misc | FinalParameters | Parameter info should be final. | 318 |
![]() |
coding | HiddenField | 'info' hides a field. | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 329 |
![]() |
misc | FinalParameters | Parameter out should be final. | 329 |
![]() |
misc | FinalParameters | Parameter info should be final. | 329 |
![]() |
coding | HiddenField | 'info' hides a field. | 329 |
![]() |
misc | FinalParameters | Parameter factoryTypeName should be final. | 329 |
![]() |
misc | FinalParameters | Parameter behaviourTypeName should be final. | 330 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 333 |
![]() |
misc | FinalParameters | Parameter out should be final. | 340 |
![]() |
misc | FinalParameters | Parameter info should be final. | 340 |
![]() |
coding | HiddenField | 'info' hides a field. | 340 |
![]() |
misc | FinalParameters | Parameter behaviourTypeName should be final. | 341 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 345 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 356 |
![]() |
misc | FinalParameters | Parameter out should be final. | 356 |
![]() |
misc | FinalParameters | Parameter factoryTypeName should be final. | 356 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 360 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 367 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 369 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 373 |
![]() |
misc | FinalParameters | Parameter out should be final. | 382 |
![]() |
misc | FinalParameters | Parameter info should be final. | 382 |
![]() |
coding | HiddenField | 'info' hides a field. | 382 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 383 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 385 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 388 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 394 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 397 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 405 |
![]() |
misc | FinalParameters | Parameter out should be final. | 405 |
![]() |
misc | FinalParameters | Parameter info should be final. | 405 |
![]() |
coding | HiddenField | 'info' hides a field. | 405 |
![]() |
misc | FinalParameters | Parameter validationMethods should be final. | 405 |
![]() |
misc | FinalParameters | Parameter out should be final. | 431 |
![]() |
misc | FinalParameters | Parameter info should be final. | 431 |
![]() |
coding | HiddenField | 'info' hides a field. | 431 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 436 |
![]() |
misc | FinalParameters | Parameter out should be final. | 440 |
![]() |
misc | FinalParameters | Parameter info should be final. | 440 |
![]() |
coding | HiddenField | 'info' hides a field. | 440 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 456 |
![]() |
misc | FinalParameters | Parameter out should be final. | 465 |
![]() |
misc | FinalParameters | Parameter info should be final. | 465 |
![]() |
coding | HiddenField | 'info' hides a field. | 465 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 468 |
![]() |
misc | FinalParameters | Parameter out should be final. | 482 |
![]() |
misc | FinalParameters | Parameter info should be final. | 482 |
![]() |
coding | HiddenField | 'info' hides a field. | 482 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 486 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 488 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 495 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 500 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 501 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 507 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 508 |
![]() |
misc | FinalParameters | Parameter out should be final. | 514 |
![]() |
misc | FinalParameters | Parameter info should be final. | 514 |
![]() |
coding | HiddenField | 'info' hides a field. | 514 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 516 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 518 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 519 |
![]() |
misc | FinalParameters | Parameter out should be final. | 524 |
![]() |
misc | FinalParameters | Parameter info should be final. | 524 |
![]() |
coding | HiddenField | 'info' hides a field. | 524 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 526 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 527 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 529 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 532 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 534 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 535 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 543 |
![]() |
misc | FinalParameters | Parameter out should be final. | 543 |
![]() |
misc | FinalParameters | Parameter info should be final. | 543 |
![]() |
coding | HiddenField | 'info' hides a field. | 543 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 545 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 553 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 556 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 557 |
![]() |
misc | FinalParameters | Parameter out should be final. | 563 |
![]() |
misc | FinalParameters | Parameter info should be final. | 563 |
![]() |
coding | HiddenField | 'info' hides a field. | 563 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 566 |
![]() |
misc | FinalParameters | Parameter out should be final. | 570 |
![]() |
misc | FinalParameters | Parameter info should be final. | 570 |
![]() |
coding | HiddenField | 'info' hides a field. | 570 |
![]() |
misc | FinalParameters | Parameter validationMethods should be final. | 571 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 573 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 575 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 578 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 581 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 583 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 584 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 588 |
![]() |
misc | FinalParameters | Parameter out should be final. | 588 |
![]() |
misc | FinalParameters | Parameter info should be final. | 588 |
![]() |
coding | HiddenField | 'info' hides a field. | 588 |
![]() |
misc | FinalParameters | Parameter type should be final. | 588 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 589 |
![]() |
misc | FinalParameters | Parameter indent should be final. | 589 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 591 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 592 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 594 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 596 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 598 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 599 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 600 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 602 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 603 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 604 |
![]() |
misc | FinalParameters | Parameter out should be final. | 608 |
![]() |
misc | FinalParameters | Parameter info should be final. | 608 |
![]() |
coding | HiddenField | 'info' hides a field. | 608 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 614 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 616 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 622 |
![]() |
misc | FinalParameters | Parameter out should be final. | 628 |
![]() |
misc | FinalParameters | Parameter info should be final. | 628 |
![]() |
coding | HiddenField | 'info' hides a field. | 628 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 629 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 639 |
![]() |
misc | FinalParameters | Parameter out should be final. | 639 |
![]() |
misc | FinalParameters | Parameter info should be final. | 639 |
![]() |
coding | HiddenField | 'info' hides a field. | 639 |
![]() |
misc | FinalParameters | Parameter validationMethods should be final. | 640 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 641 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 643 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 647 |
![]() |
misc | FinalParameters | Parameter out should be final. | 647 |
![]() |
misc | FinalParameters | Parameter attribute should be final. | 647 |
![]() |
misc | FinalParameters | Parameter info should be final. | 648 |
![]() |
coding | HiddenField | 'info' hides a field. | 648 |
![]() |
misc | FinalParameters | Parameter validationMethods should be final. | 648 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 649 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 650 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 653 |
![]() |
misc | FinalParameters | Parameter out should be final. | 653 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 653 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 654 |
![]() |
misc | FinalParameters | Parameter type should be final. | 654 |
![]() |
misc | FinalParameters | Parameter info should be final. | 654 |
![]() |
coding | HiddenField | 'info' hides a field. | 654 |
![]() |
misc | FinalParameters | Parameter validationMethods should be final. | 654 |
![]() |
misc | FinalParameters | Parameter inEmbeddedId should be final. | 655 |
![]() |
misc | FinalParameters | Parameter generated should be final. | 655 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 657 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 660 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 662 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 665 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 667 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 670 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 671 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 675 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 677 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 679 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 683 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 685 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 689 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 693 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 695 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 700 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 701 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 702 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 706 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 707 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 708 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 712 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 714 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 715 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 720 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 722 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 726 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 728 |
![]() |
misc | FinalParameters | Parameter out should be final. | 736 |
![]() |
misc | FinalParameters | Parameter info should be final. | 736 |
![]() |
coding | HiddenField | 'info' hides a field. | 736 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 740 |
![]() |
misc | FinalParameters | Parameter out should be final. | 745 |
![]() |
misc | FinalParameters | Parameter info should be final. | 745 |
![]() |
coding | HiddenField | 'info' hides a field. | 745 |
![]() |
misc | FinalParameters | Parameter validationMethods should be final. | 746 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 750 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 760 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 762 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 770 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 786 |
![]() |
misc | FinalParameters | Parameter out should be final. | 786 |
![]() |
misc | FinalParameters | Parameter info should be final. | 786 |
![]() |
coding | HiddenField | 'info' hides a field. | 786 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 786 |
![]() |
misc | FinalParameters | Parameter info should be final. | 791 |
![]() |
coding | HiddenField | 'info' hides a field. | 791 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 791 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 797 |
![]() |
misc | FinalParameters | Parameter out should be final. | 797 |
![]() |
misc | FinalParameters | Parameter info should be final. | 797 |
![]() |
coding | HiddenField | 'info' hides a field. | 797 |
![]() |
misc | FinalParameters | Parameter validationMethods should be final. | 798 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 798 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 803 |
![]() |
misc | FinalParameters | Parameter out should be final. | 803 |
![]() |
misc | FinalParameters | Parameter info should be final. | 803 |
![]() |
coding | HiddenField | 'info' hides a field. | 803 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 804 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 805 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 806 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 807 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 811 |
![]() |
misc | FinalParameters | Parameter out should be final. | 811 |
![]() |
misc | FinalParameters | Parameter info should be final. | 811 |
![]() |
coding | HiddenField | 'info' hides a field. | 811 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 812 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 814 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 815 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 816 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 820 |
![]() |
misc | FinalParameters | Parameter out should be final. | 820 |
![]() |
misc | FinalParameters | Parameter info should be final. | 820 |
![]() |
coding | HiddenField | 'info' hides a field. | 820 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 821 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 822 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 825 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 826 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 832 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 834 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 839 |
![]() |
misc | FinalParameters | Parameter out should be final. | 839 |
![]() |
misc | FinalParameters | Parameter info should be final. | 839 |
![]() |
coding | HiddenField | 'info' hides a field. | 839 |
![]() |
misc | FinalParameters | Parameter validationMethods should be final. | 840 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 840 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 842 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 844 |
![]() |
misc | FinalParameters | Parameter out should be final. | 848 |
![]() |
misc | FinalParameters | Parameter info should be final. | 848 |
![]() |
coding | HiddenField | 'info' hides a field. | 848 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 849 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 850 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 852 |
![]() |
misc | FinalParameters | Parameter out should be final. | 856 |
![]() |
misc | FinalParameters | Parameter info should be final. | 856 |
![]() |
coding | HiddenField | 'info' hides a field. | 856 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 857 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 863 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 864 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 865 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 869 |
![]() |
misc | FinalParameters | Parameter out should be final. | 869 |
![]() |
misc | FinalParameters | Parameter info should be final. | 869 |
![]() |
coding | HiddenField | 'info' hides a field. | 869 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 870 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 871 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 872 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 874 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 878 |
![]() |
misc | FinalParameters | Parameter out should be final. | 878 |
![]() |
misc | FinalParameters | Parameter info should be final. | 878 |
![]() |
coding | HiddenField | 'info' hides a field. | 878 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 879 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 881 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 882 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 883 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 885 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 888 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 889 |
![]() |
misc | FinalParameters | Parameter out should be final. | 895 |
![]() |
misc | FinalParameters | Parameter info should be final. | 895 |
![]() |
coding | HiddenField | 'info' hides a field. | 895 |
![]() |
misc | FinalParameters | Parameter validationMethods should be final. | 896 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 896 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 899 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 901 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 902 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 910 |
![]() |
misc | FinalParameters | Parameter info should be final. | 910 |
![]() |
coding | HiddenField | 'info' hides a field. | 910 |
![]() |
misc | FinalParameters | Parameter out should be final. | 914 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 914 |
![]() |
misc | FinalParameters | Parameter validationMethods should be final. | 915 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 917 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 919 |
![]() |
misc | FinalParameters | Parameter out should be final. | 925 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 925 |
![]() |
misc | FinalParameters | Parameter validationMethods should be final. | 926 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 928 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 930 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 935 |
![]() |
misc | FinalParameters | Parameter out should be final. | 935 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 935 |
![]() |
misc | FinalParameters | Parameter nullable should be final. | 936 |
![]() |
misc | FinalParameters | Parameter insertable should be final. | 936 |
![]() |
misc | FinalParameters | Parameter updatable should be final. | 936 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 945 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 956 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 960 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 962 |
![]() |
misc | FinalParameters | Parameter out should be final. | 967 |
![]() |
misc | FinalParameters | Parameter info should be final. | 967 |
![]() |
coding | HiddenField | 'info' hides a field. | 967 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 972 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 975 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 982 |
![]() |
misc | FinalParameters | Parameter out should be final. | 982 |
![]() |
misc | FinalParameters | Parameter info should be final. | 982 |
![]() |
coding | HiddenField | 'info' hides a field. | 982 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 983 |
![]() |
misc | FinalParameters | Parameter out should be final. | 988 |
![]() |
misc | FinalParameters | Parameter info should be final. | 988 |
![]() |
coding | HiddenField | 'info' hides a field. | 988 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 998 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1007 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1007 |
![]() |
coding | HiddenField | 'info' hides a field. | 1007 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1009 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1014 |
![]() |
sizes | MethodLength | Method length is 160 lines (max allowed is 150). | 1024 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1024 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1024 |
![]() |
coding | HiddenField | 'info' hides a field. | 1024 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1026 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1036 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1041 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1046 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1055 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1056 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1057 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1061 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1063 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1066 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1068 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1069 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1071 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1081 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1091 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1092 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1094 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1099 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1102 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 1128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1171 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1185 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1185 |
![]() |
coding | HiddenField | 'info' hides a field. | 1185 |
![]() |
misc | FinalParameters | Parameter validationMethods should be final. | 1186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1187 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 1190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1194 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 1197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1202 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 1202 |
![]() |
misc | FinalParameters | Parameter here should be final. | 1202 |
![]() |
misc | FinalParameters | Parameter there should be final. | 1202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1206 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1206 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1206 |
![]() |
coding | HiddenField | 'info' hides a field. | 1206 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 1206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1207 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1216 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1216 |
![]() |
coding | HiddenField | 'info' hides a field. | 1216 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 1217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1228 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1228 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1228 |
![]() |
coding | HiddenField | 'info' hides a field. | 1228 |
![]() |
misc | FinalParameters | Parameter jt should be final. | 1228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1240 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1240 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1240 |
![]() |
coding | HiddenField | 'info' hides a field. | 1240 |
![]() |
misc | FinalParameters | Parameter cols should be final. | 1240 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1245 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1252 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1252 |
![]() |
coding | HiddenField | 'info' hides a field. | 1252 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 1253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1258 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1263 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 1263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1266 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 1272 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1276 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 1276 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1279 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1292 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 1293 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1301 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 1302 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1313 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 1313 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1316 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1335 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1345 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1345 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1345 |
![]() |
coding | HiddenField | 'info' hides a field. | 1345 |
![]() |
misc | FinalParameters | Parameter simpleClassName should be final. | 1345 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1346 |
![]() |
misc | FinalParameters | Parameter fullClassName should be final. | 1346 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 1346 |
![]() |
misc | FinalParameters | Parameter isMultiple should be final. | 1346 |
![]() |
misc | FinalParameters | Parameter javadoc should be final. | 1346 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1349 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1354 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1358 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1363 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 1363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1367 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1373 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1373 |
![]() |
coding | HiddenField | 'info' hides a field. | 1373 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1376 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1379 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1381 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1383 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 1388 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1394 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1399 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 1404 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 1411 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1434 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1442 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1444 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1466 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1468 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1471 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1474 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1475 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1476 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1478 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1480 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1481 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1491 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1491 |
![]() |
coding | HiddenField | 'info' hides a field. | 1491 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1495 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1496 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1497 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1498 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1499 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1500 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1511 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1511 |
![]() |
coding | HiddenField | 'info' hides a field. | 1511 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1514 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1520 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1520 |
![]() |
coding | HiddenField | 'info' hides a field. | 1520 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1521 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1523 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1537 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1537 |
![]() |
coding | HiddenField | 'info' hides a field. | 1537 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 1538 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1540 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1547 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1547 |
![]() |
coding | HiddenField | 'info' hides a field. | 1547 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 1548 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1550 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 1556 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1571 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1571 |
![]() |
coding | HiddenField | 'info' hides a field. | 1571 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1572 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1573 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1584 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1584 |
![]() |
coding | HiddenField | 'info' hides a field. | 1584 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1588 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1588 |
![]() |
coding | HiddenField | 'info' hides a field. | 1588 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1590 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1598 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1603 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1613 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1614 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1622 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1624 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 1630 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1636 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1636 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1636 |
![]() |
coding | HiddenField | 'info' hides a field. | 1636 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1637 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1641 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1645 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1645 |
![]() |
coding | HiddenField | 'info' hides a field. | 1645 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1646 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 1648 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 1651 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 1659 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 1664 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1677 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1685 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1685 |
![]() |
misc | FinalParameters | Parameter attribute should be final. | 1685 |
![]() |
misc | FinalParameters | Parameter indent should be final. | 1686 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1687 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1688 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1691 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1691 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 1691 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1692 |
![]() |
misc | FinalParameters | Parameter columnName should be final. | 1692 |
![]() |
misc | FinalParameters | Parameter isNullable should be final. | 1692 |
![]() |
misc | FinalParameters | Parameter indent should be final. | 1692 |
![]() |
misc | FinalParameters | Parameter type should be final. | 1692 |
![]() |
misc | FinalParameters | Parameter extensions should be final. | 1693 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1694 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1697 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1701 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1701 |
![]() |
misc | FinalParameters | Parameter generated should be final. | 1701 |
![]() |
misc | FinalParameters | Parameter indent should be final. | 1701 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1703 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1708 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1708 |
![]() |
misc | FinalParameters | Parameter columnName should be final. | 1708 |
![]() |
misc | FinalParameters | Parameter isNullable should be final. | 1708 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1709 |
![]() |
misc | FinalParameters | Parameter indent should be final. | 1709 |
![]() |
misc | FinalParameters | Parameter type should be final. | 1709 |
![]() |
misc | FinalParameters | Parameter insertable should be final. | 1709 |
![]() |
misc | FinalParameters | Parameter updatable should be final. | 1709 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1712 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1716 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1720 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1722 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1725 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1727 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1730 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1732 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1735 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1737 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1740 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1741 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1742 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1745 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1746 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1750 |
![]() |
misc | FinalParameters | Parameter attribute should be final. | 1751 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1759 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1763 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1764 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 1769 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1771 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1772 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1773 |
![]() |
misc | FinalParameters | Parameter attribute should be final. | 1779 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1781 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1785 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1787 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1792 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1792 |
![]() |
coding | HiddenField | 'info' hides a field. | 1792 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1794 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1795 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1799 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1817 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1824 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 1826 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1829 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1831 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1839 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1840 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 1843 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1846 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1848 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1854 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1862 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1865 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 1868 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1871 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1873 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1879 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1880 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 1883 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1886 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1888 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1894 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1904 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1908 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1908 |
![]() |
coding | HiddenField | 'info' hides a field. | 1908 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1912 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1912 |
![]() |
coding | HiddenField | 'info' hides a field. | 1912 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1920 |
![]() |
misc | FinalParameters | Parameter comment should be final. | 1920 |
![]() |
misc | FinalParameters | Parameter indent should be final. | 1920 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1928 |
![]() |
misc | FinalParameters | Parameter items should be final. | 1928 |
![]() |
misc | FinalParameters | Parameter delimiter should be final. | 1928 |
![]() |
misc | FinalParameters | Parameter itemBefore should be final. | 1928 |
![]() |
misc | FinalParameters | Parameter itemAfter should be final. | 1929 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1932 |
![]() |
misc | FinalParameters | Parameter items should be final. | 1941 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1945 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1945 |
![]() |
coding | HiddenField | 'info' hides a field. | 1945 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1948 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1970 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1971 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 1973 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1974 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1978 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1985 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1985 |
![]() |
coding | HiddenField | 'info' hides a field. | 1985 |
![]() |
misc | FinalParameters | Parameter member should be final. | 1986 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1994 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1994 |
![]() |
misc | FinalParameters | Parameter info should be final. | 1994 |
![]() |
coding | HiddenField | 'info' hides a field. | 1994 |
![]() |
misc | FinalParameters | Parameter type should be final. | 1994 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 1994 |
![]() |
misc | FinalParameters | Parameter fieldNameInQuery should be final. | 1995 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 1998 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 2000 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 2003 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 2005 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 10). | 57 |
![]() |
misc | FinalParameters | Parameter domains should be final. | 57 |
![]() |
coding | HiddenField | 'domains' hides a field. | 57 |
![]() |
misc | FinalParameters | Parameter domainName should be final. | 57 |
![]() |
misc | FinalParameters | Parameter domainPackageName should be final. | 57 |
![]() |
coding | HiddenField | 'domainPackageName' hides a field. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 58 |
![]() |
misc | FinalParameters | Parameter domainSchema should be final. | 58 |
![]() |
coding | HiddenField | 'domainSchema' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter entitySourceDirectory should be final. | 58 |
![]() |
coding | HiddenField | 'entitySourceDirectory' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter resourcesDirectory should be final. | 58 |
![]() |
coding | HiddenField | 'resourcesDirectory' hides a field. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 59 |
![]() |
misc | FinalParameters | Parameter implementationPackageName should be final. | 59 |
![]() |
coding | HiddenField | 'implementationPackageName' hides a field. | 59 |
![]() |
misc | FinalParameters | Parameter implementationSourceDirectory should be final. | 59 |
![]() |
coding | HiddenField | 'implementationSourceDirectory' hides a field. | 59 |
![]() |
misc | FinalParameters | Parameter generatePersistenceXml should be final. | 60 |
![]() |
coding | HiddenField | 'generatePersistenceXml' hides a field. | 60 |
![]() |
misc | FinalParameters | Parameter overwriteImplementation should be final. | 60 |
![]() |
coding | HiddenField | 'overwriteImplementation' hides a field. | 60 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
design | DesignForExtension | Class 'CodeGeneratorJava' looks like designed for extension (can be subclassed), but the method 'generate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CodeGeneratorJava' final or making the method 'generate' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 109 |
![]() |
misc | FinalParameters | Parameter classes should be final. | 109 |
![]() |
misc | FinalParameters | Parameter file should be final. | 109 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 131 |
![]() |
misc | FinalParameters | Parameter out should be final. | 131 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 147 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 156 |
![]() |
misc | FinalParameters | Parameter eventId should be final. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 159 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 161 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 166 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 168 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 170 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 177 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 177 |
![]() |
misc | FinalParameters | Parameter destination should be final. | 177 |
![]() |
misc | FinalParameters | Parameter lookups should be final. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 184 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 190 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 196 |
![]() |
misc | FinalParameters | Parameter domain should be final. | 199 |
![]() |
coding | HiddenField | 'domain' hides a field. | 199 |
![]() |
misc | FinalParameters | Parameter file should be final. | 199 |
![]() |
misc | FinalParameters | Parameter domain should be final. | 211 |
![]() |
coding | HiddenField | 'domain' hides a field. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 222 |
![]() |
misc | FinalParameters | Parameter domain should be final. | 222 |
![]() |
coding | HiddenField | 'domain' hides a field. | 222 |
![]() |
misc | FinalParameters | Parameter destination should be final. | 222 |
![]() |
misc | FinalParameters | Parameter lookups should be final. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 205). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 269 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 275 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 292 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 341 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 342 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 355 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 356 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 363 |
![]() |
misc | FinalParameters | Parameter message should be final. | 369 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 373 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 373 |
![]() |
misc | FinalParameters | Parameter destination should be final. | 373 |
![]() |
misc | FinalParameters | Parameter lookups should be final. | 373 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 380 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 382 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 385 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 389 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 393 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 402 |
![]() |
misc | FinalParameters | Parameter file should be final. | 402 |
![]() |
design | FinalClass | Class Builder should be declared as final. | 414 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 415 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 416 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 417 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 418 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 419 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 420 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 421 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 422 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 423 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 424 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 430 |
![]() |
misc | FinalParameters | Parameter domains should be final. | 430 |
![]() |
coding | HiddenField | 'domains' hides a field. | 430 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 435 |
![]() |
misc | FinalParameters | Parameter domainName should be final. | 435 |
![]() |
coding | HiddenField | 'domainName' hides a field. | 435 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 440 |
![]() |
misc | FinalParameters | Parameter domainSchema should be final. | 440 |
![]() |
coding | HiddenField | 'domainSchema' hides a field. | 440 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 445 |
![]() |
misc | FinalParameters | Parameter packageName should be final. | 445 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 450 |
![]() |
misc | FinalParameters | Parameter directory should be final. | 450 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 455 |
![]() |
misc | FinalParameters | Parameter directory should be final. | 455 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 460 |
![]() |
misc | FinalParameters | Parameter generate should be final. | 460 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 465 |
![]() |
misc | FinalParameters | Parameter directory should be final. | 465 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 470 |
![]() |
misc | FinalParameters | Parameter directory should be final. | 470 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 475 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 476 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 478 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 479 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 480 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 43 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 48 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 58 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 63 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 74 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 79 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 84 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 99 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 116 |
![]() |
design | DesignForExtension | Class 'CodeGeneratorJavaTest' looks like designed for extension (can be subclassed), but the method 'testCodeGenerationForAirTrafficControllerSample' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CodeGeneratorJavaTest' final or making the method 'testCodeGenerationForAirTrafficControllerSample' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter domainName should be final. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 125 |
![]() |
misc | FinalParameters | Parameter domainName should be final. | 125 |
![]() |
misc | FinalParameters | Parameter domainPackageName should be final. | 125 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 126 |
![]() |
misc | FinalParameters | Parameter xmlPath should be final. | 126 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 142 |
![]() |
misc | FinalParameters | Parameter domainName should be final. | 142 |
![]() |
misc | FinalParameters | Parameter domainPackageName should be final. | 142 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 40 |
![]() |
misc | FinalParameters | Parameter domains should be final. | 40 |
![]() |
coding | HiddenField | 'domains' hides a field. | 40 |
![]() |
misc | FinalParameters | Parameter domain should be final. | 40 |
![]() |
coding | HiddenField | 'domain' hides a field. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 48 |
![]() |
misc | FinalParameters | Parameter number should be final. | 56 |
![]() |
misc | FinalParameters | Parameter name should be final. | 60 |
![]() |
misc | FinalParameters | Parameter className should be final. | 64 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
![]() |
misc | FinalParameters | Parameter className should be final. | 75 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 79 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 87 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 95 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 118 |
![]() |
misc | FinalParameters | Parameter className should be final. | 118 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
![]() |
misc | FinalParameters | Parameter typeName should be final. | 129 |
![]() |
misc | FinalParameters | Parameter typeName should be final. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 135 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 144 |
![]() |
misc | FinalParameters | Parameter types should be final. | 144 |
![]() |
misc | FinalParameters | Parameter typeName should be final. | 145 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 153 |
![]() |
misc | FinalParameters | Parameter t should be final. | 158 |
![]() |
misc | FinalParameters | Parameter name should be final. | 158 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 160 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 162 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 164 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 168 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 170 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 172 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() |
design | DesignForExtension | Class 'NameManager' looks like designed for extension (can be subclassed), but the method 'toFieldName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NameManager' final or making the method 'toFieldName' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 57 |
![]() |
misc | FinalParameters | Parameter viewedClass should be final. | 57 |
![]() |
misc | FinalParameters | Parameter rNum should be final. | 57 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 67 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 73 |
![]() |
design | DesignForExtension | Class 'NameManager' looks like designed for extension (can be subclassed), but the method 'toFieldName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NameManager' final or making the method 'toFieldName' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 80 |
![]() |
misc | FinalParameters | Parameter attributeName should be final. | 80 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 90 |
![]() |
design | DesignForExtension | Class 'NameManager' looks like designed for extension (can be subclassed), but the method 'toColumnName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NameManager' final or making the method 'toColumnName' static/final/abstract/empty, or adding allowed annotation for the method. | 104 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 104 |
![]() |
misc | FinalParameters | Parameter attributeName should be final. | 104 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 116 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 128 |
![]() |
misc | FinalParameters | Parameter attributeName should be final. | 128 |
![]() |
misc | FinalParameters | Parameter viewedClass should be final. | 132 |
![]() |
misc | FinalParameters | Parameter rnum should be final. | 132 |
![]() |
design | DesignForExtension | Class 'NameManager' looks like designed for extension (can be subclassed), but the method 'toTableName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NameManager' final or making the method 'toTableName' static/final/abstract/empty, or adding allowed annotation for the method. | 136 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 136 |
![]() |
misc | FinalParameters | Parameter className should be final. | 136 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 143 |
![]() |
misc | FinalParameters | Parameter name should be final. | 160 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Class 'PersistenceXmlWriter' looks like designed for extension (can be subclassed), but the method 'generate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PersistenceXmlWriter' final or making the method 'generate' static/final/abstract/empty, or adding allowed annotation for the method. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
misc | FinalParameters | Parameter classes should be final. | 10 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
imports | RedundantImport | Redundant import from the same package - xuml.tools.model.compiler.PersistenceXmlWriter. | 6 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter base should be final. | 13 |
![]() |
coding | HiddenField | 'base' hides a field. | 13 |
![]() |
misc | FinalParameters | Parameter generics should be final. | 13 |
![]() |
coding | HiddenField | 'generics' hides a field. | 13 |
![]() |
misc | FinalParameters | Parameter isArray should be final. | 13 |
![]() |
coding | HiddenField | 'isArray' hides a field. | 13 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 16 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter base should be final. | 23 |
![]() |
coding | HiddenField | 'base' hides a field. | 23 |
![]() |
misc | FinalParameters | Parameter generic should be final. | 23 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 31 |
![]() |
misc | FinalParameters | Parameter isArray should be final. | 31 |
![]() |
coding | HiddenField | 'isArray' hides a field. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 35 |
![]() |
misc | FinalParameters | Parameter generic should be final. | 35 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
misc | FinalParameters | Parameter base should be final. | 39 |
![]() |
coding | HiddenField | 'base' hides a field. | 39 |
![]() |
design | DesignForExtension | Class 'Type' looks like designed for extension (can be subclassed), but the method 'getBase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Type' final or making the method 'getBase' static/final/abstract/empty, or adding allowed annotation for the method. | 43 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Class 'Type' looks like designed for extension (can be subclassed), but the method 'getGenerics' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Type' final or making the method 'getGenerics' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Class 'Type' looks like designed for extension (can be subclassed), but the method 'isArray' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Type' final or making the method 'isArray' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 10 |
![]() |
design | DesignForExtension | Class 'TypeRegister' looks like designed for extension (can be subclassed), but the method 'addType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TypeRegister' final or making the method 'addType' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter clsWithoutGenerics should be final. | 15 |
![]() |
design | DesignForExtension | Class 'TypeRegister' looks like designed for extension (can be subclassed), but the method 'addType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TypeRegister' final or making the method 'addType' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
misc | FinalParameters | Parameter type should be final. | 19 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 24 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 33 |
![]() |
design | DesignForExtension | Class 'TypeRegister' looks like designed for extension (can be subclassed), but the method 'addType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TypeRegister' final or making the method 'addType' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
misc | FinalParameters | Parameter type should be final. | 38 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 40 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 52 |
![]() |
design | DesignForExtension | Class 'TypeRegister' looks like designed for extension (can be subclassed), but the method 'getImports' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TypeRegister' final or making the method 'getImports' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter relativeToClass should be final. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
![]() |
design | DesignForExtension | Class 'TypeRegister' looks like designed for extension (can be subclassed), but the method 'addTypes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TypeRegister' final or making the method 'addTypes' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter classes should be final. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter p should be final. | 22 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 23 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 25 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 27 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter s should be final. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter s should be final. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter name should be final. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter name should be final. | 45 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter name should be final. | 63 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 75 |
![]() |
misc | FinalParameters | Parameter s should be final. | 82 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter s should be final. | 86 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter className should be final. | 118 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter className should be final. | 122 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter attributeName should be final. | 126 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
misc | FinalParameters | Parameter domains should be final. | 130 |
![]() |
misc | FinalParameters | Parameter name should be final. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 140 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter is should be final. | 140 |
![]() |
misc | FinalParameters | Parameter domainName should be final. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 143 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
misc | FinalParameters | Parameter className should be final. | 148 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 151 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
misc | FinalParameters | Parameter className should be final. | 155 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 159 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter domain should be final. | 162 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter documentationContent should be final. | 11 |
![]() |
coding | HiddenField | 'documentationContent' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter documentationMimeType should be final. | 12 |
![]() |
coding | HiddenField | 'documentationMimeType' hides a field. | 12 |
![]() |
design | DesignForExtension | Class 'ClassExtensions' looks like designed for extension (can be subclassed), but the method 'getDocumentationContent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassExtensions' final or making the method 'getDocumentationContent' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Class 'ClassExtensions' looks like designed for extension (can be subclassed), but the method 'getDocumentationMimeType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassExtensions' final or making the method 'getDocumentationMimeType' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 9 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter generated should be final. | 9 |
![]() |
coding | HiddenField | 'generated' hides a field. | 9 |
![]() |
misc | FinalParameters | Parameter documentationMimeType should be final. | 9 |
![]() |
coding | HiddenField | 'documentationMimeType' hides a field. | 9 |
![]() |
misc | FinalParameters | Parameter documentationContent should be final. | 10 |
![]() |
coding | HiddenField | 'documentationContent' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter optional should be final. | 10 |
![]() |
coding | HiddenField | 'optional' hides a field. | 10 |
![]() |
design | DesignForExtension | Class 'MyAttributeExtensions' looks like designed for extension (can be subclassed), but the method 'isGenerated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyAttributeExtensions' final or making the method 'isGenerated' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
design | DesignForExtension | Class 'MyAttributeExtensions' looks like designed for extension (can be subclassed), but the method 'getDocumentationMimeType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyAttributeExtensions' final or making the method 'getDocumentationMimeType' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Class 'MyAttributeExtensions' looks like designed for extension (can be subclassed), but the method 'getDocumentationContent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyAttributeExtensions' final or making the method 'getDocumentationContent' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | DesignForExtension | Class 'MyAttributeExtensions' looks like designed for extension (can be subclassed), but the method 'isOptional' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyAttributeExtensions' final or making the method 'isOptional' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
imports | UnusedImports | Unused import - xuml.tools.miuml.metamodel.jaxb.EventSignature. | 5 |
![]() |
imports | UnusedImports | Unused import - xuml.tools.miuml.metamodel.jaxb.StateSignature. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Class 'MyEvent' looks like designed for extension (can be subclassed), but the method 'getParameters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyEvent' final or making the method 'getParameters' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter name should be final. | 22 |
![]() |
coding | HiddenField | 'name' hides a field. | 22 |
![]() |
misc | FinalParameters | Parameter simpleClassName should be final. | 22 |
![]() |
coding | HiddenField | 'simpleClassName' hides a field. | 22 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 22 |
![]() |
coding | HiddenField | 'parameters' hides a field. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 23 |
![]() |
misc | FinalParameters | Parameter stateName should be final. | 23 |
![]() |
coding | HiddenField | 'stateName' hides a field. | 23 |
![]() |
misc | FinalParameters | Parameter stateSignatureInterfaceSimpleName should be final. | 23 |
![]() |
coding | HiddenField | 'stateSignatureInterfaceSimpleName' hides a field. | 23 |
![]() |
misc | FinalParameters | Parameter creates should be final. | 23 |
![]() |
coding | HiddenField | 'creates' hides a field. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
![]() |
design | DesignForExtension | Class 'MyEvent' looks like designed for extension (can be subclassed), but the method 'getName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyEvent' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Class 'MyEvent' looks like designed for extension (can be subclassed), but the method 'getSimpleClassName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyEvent' final or making the method 'getSimpleClassName' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Class 'MyEvent' looks like designed for extension (can be subclassed), but the method 'setSimpleClassName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyEvent' final or making the method 'setSimpleClassName' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter simpleClassName should be final. | 41 |
![]() |
coding | HiddenField | 'simpleClassName' hides a field. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 51 |
![]() |
design | DesignForExtension | Class 'MyEvent' looks like designed for extension (can be subclassed), but the method 'getStateSignatureInterfaceSimpleName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyEvent' final or making the method 'getStateSignatureInterfaceSimpleName' static/final/abstract/empty, or adding allowed annotation for the method. | 55 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
design | DesignForExtension | Class 'MyEvent' looks like designed for extension (can be subclassed), but the method 'getCreates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyEvent' final or making the method 'getCreates' static/final/abstract/empty, or adding allowed annotation for the method. | 59 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter attributes should be final. | 9 |
![]() |
coding | HiddenField | 'attributes' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'MyFind' looks like designed for extension (can be subclassed), but the method 'getAttributes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyFind' final or making the method 'getAttributes' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'MyIdAttribute' looks like designed for extension (can be subclassed), but the method 'getAttributeName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyIdAttribute' final or making the method 'getAttributeName' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter attributeName should be final. | 16 |
![]() |
coding | HiddenField | 'attributeName' hides a field. | 16 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 16 |
![]() |
coding | HiddenField | 'fieldName' hides a field. | 16 |
![]() |
misc | FinalParameters | Parameter columnName should be final. | 16 |
![]() |
coding | HiddenField | 'columnName' hides a field. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 17 |
![]() |
misc | FinalParameters | Parameter referenceClass should be final. | 17 |
![]() |
coding | HiddenField | 'referenceClass' hides a field. | 17 |
![]() |
misc | FinalParameters | Parameter referenceColumnName should be final. | 17 |
![]() |
coding | HiddenField | 'referenceColumnName' hides a field. | 17 |
![]() |
misc | FinalParameters | Parameter type should be final. | 17 |
![]() |
coding | HiddenField | 'type' hides a field. | 17 |
![]() |
misc | FinalParameters | Parameter extensions should be final. | 18 |
![]() |
coding | HiddenField | 'extensions' hides a field. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter attributeName should be final. | 28 |
![]() |
coding | HiddenField | 'attributeName' hides a field. | 28 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 28 |
![]() |
coding | HiddenField | 'fieldName' hides a field. | 28 |
![]() |
misc | FinalParameters | Parameter columnName should be final. | 28 |
![]() |
coding | HiddenField | 'columnName' hides a field. | 28 |
![]() |
misc | FinalParameters | Parameter type should be final. | 29 |
![]() |
coding | HiddenField | 'type' hides a field. | 29 |
![]() |
misc | FinalParameters | Parameter extensions should be final. | 29 |
![]() |
coding | HiddenField | 'extensions' hides a field. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 30 |
![]() |
design | DesignForExtension | Class 'MyIdAttribute' looks like designed for extension (can be subclassed), but the method 'getFieldName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyIdAttribute' final or making the method 'getFieldName' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Class 'MyIdAttribute' looks like designed for extension (can be subclassed), but the method 'getColumnName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyIdAttribute' final or making the method 'getColumnName' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Class 'MyIdAttribute' looks like designed for extension (can be subclassed), but the method 'getReferenceClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyIdAttribute' final or making the method 'getReferenceClass' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Class 'MyIdAttribute' looks like designed for extension (can be subclassed), but the method 'getReferenceColumnName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyIdAttribute' final or making the method 'getReferenceColumnName' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Class 'MyIdAttribute' looks like designed for extension (can be subclassed), but the method 'getType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyIdAttribute' final or making the method 'getType' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
design | DesignForExtension | Class 'MyIdAttribute' looks like designed for extension (can be subclassed), but the method 'getExtensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyIdAttribute' final or making the method 'getExtensions' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter attributeName should be final. | 12 |
![]() |
coding | HiddenField | 'attributeName' hides a field. | 12 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 12 |
![]() |
coding | HiddenField | 'fieldName' hides a field. | 12 |
![]() |
misc | FinalParameters | Parameter columnName should be final. | 12 |
![]() |
coding | HiddenField | 'columnName' hides a field. | 12 |
![]() |
misc | FinalParameters | Parameter type should be final. | 13 |
![]() |
coding | HiddenField | 'type' hides a field. | 13 |
![]() |
misc | FinalParameters | Parameter nullable should be final. | 13 |
![]() |
coding | HiddenField | 'nullable' hides a field. | 13 |
![]() |
misc | FinalParameters | Parameter description should be final. | 13 |
![]() |
coding | HiddenField | 'description' hides a field. | 13 |
![]() |
misc | FinalParameters | Parameter extensions should be final. | 14 |
![]() |
coding | HiddenField | 'extensions' hides a field. | 14 |
![]() |
design | DesignForExtension | Class 'MyIndependentAttribute' looks like designed for extension (can be subclassed), but the method 'getAttributeName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyIndependentAttribute' final or making the method 'getAttributeName' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | DesignForExtension | Class 'MyIndependentAttribute' looks like designed for extension (can be subclassed), but the method 'getDescription' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyIndependentAttribute' final or making the method 'getDescription' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
design | DesignForExtension | Class 'MyIndependentAttribute' looks like designed for extension (can be subclassed), but the method 'getFieldName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyIndependentAttribute' final or making the method 'getFieldName' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Class 'MyIndependentAttribute' looks like designed for extension (can be subclassed), but the method 'getColumnName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyIndependentAttribute' final or making the method 'getColumnName' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Class 'MyIndependentAttribute' looks like designed for extension (can be subclassed), but the method 'getType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyIndependentAttribute' final or making the method 'getType' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Class 'MyIndependentAttribute' looks like designed for extension (can be subclassed), but the method 'getExtensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyIndependentAttribute' final or making the method 'getExtensions' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Class 'MyIndependentAttribute' looks like designed for extension (can be subclassed), but the method 'isNullable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyIndependentAttribute' final or making the method 'isNullable' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter thisColumnName should be final. | 7 |
![]() |
coding | HiddenField | 'thisColumnName' hides a field. | 7 |
![]() |
misc | FinalParameters | Parameter otherColumnName should be final. | 7 |
![]() |
coding | HiddenField | 'otherColumnName' hides a field. | 7 |
![]() |
design | DesignForExtension | Class 'MyJoinColumn' looks like designed for extension (can be subclassed), but the method 'getThisColumnName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyJoinColumn' final or making the method 'getThisColumnName' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'MyJoinColumn' looks like designed for extension (can be subclassed), but the method 'getOtherColumnName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyJoinColumn' final or making the method 'getOtherColumnName' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Class 'MyJoinColumn' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyJoinColumn' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter joinTable should be final. | 11 |
![]() |
coding | HiddenField | 'joinTable' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter joinTableSchema should be final. | 11 |
![]() |
coding | HiddenField | 'joinTableSchema' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter joinColumns should be final. | 11 |
![]() |
coding | HiddenField | 'joinColumns' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter inverseJoinColumns should be final. | 12 |
![]() |
coding | HiddenField | 'inverseJoinColumns' hides a field. | 12 |
![]() |
design | DesignForExtension | Class 'MyJoinTable' looks like designed for extension (can be subclassed), but the method 'getJoinTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyJoinTable' final or making the method 'getJoinTable' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Class 'MyJoinTable' looks like designed for extension (can be subclassed), but the method 'getJoinTableSchema' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyJoinTable' final or making the method 'getJoinTableSchema' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
design | DesignForExtension | Class 'MyJoinTable' looks like designed for extension (can be subclassed), but the method 'getJoinColumns' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyJoinTable' final or making the method 'getJoinColumns' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Class 'MyJoinTable' looks like designed for extension (can be subclassed), but the method 'getInverseJoinColumns' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyJoinTable' final or making the method 'getInverseJoinColumns' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
design | DesignForExtension | Class 'MyParameter' looks like designed for extension (can be subclassed), but the method 'getFieldName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyParameter' final or making the method 'getFieldName' static/final/abstract/empty, or adding allowed annotation for the method. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
design | DesignForExtension | Class 'MyParameter' looks like designed for extension (can be subclassed), but the method 'getType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyParameter' final or making the method 'getType' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 15 |
![]() |
coding | HiddenField | 'fieldName' hides a field. | 15 |
![]() |
misc | FinalParameters | Parameter type should be final. | 15 |
![]() |
coding | HiddenField | 'type' hides a field. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 5 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 5 |
![]() |
misc | FinalParameters | Parameter attributeName should be final. | 5 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 5 |
![]() |
misc | FinalParameters | Parameter columnName should be final. | 5 |
![]() |
misc | FinalParameters | Parameter type should be final. | 6 |
![]() |
misc | FinalParameters | Parameter nullable should be final. | 6 |
![]() |
misc | FinalParameters | Parameter description should be final. | 6 |
![]() |
misc | FinalParameters | Parameter extensions should be final. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 13). | 25 |
![]() |
misc | FinalParameters | Parameter simpleClassName should be final. | 25 |
![]() |
coding | HiddenField | 'simpleClassName' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter fullClassName should be final. | 25 |
![]() |
coding | HiddenField | 'fullClassName' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter thisMult should be final. | 25 |
![]() |
coding | HiddenField | 'thisMult' hides a field. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 26 |
![]() |
misc | FinalParameters | Parameter thatMult should be final. | 26 |
![]() |
coding | HiddenField | 'thatMult' hides a field. | 26 |
![]() |
misc | FinalParameters | Parameter thisVerbClause should be final. | 26 |
![]() |
coding | HiddenField | 'thisVerbClause' hides a field. | 26 |
![]() |
misc | FinalParameters | Parameter thatVerbClause should be final. | 26 |
![]() |
coding | HiddenField | 'thatVerbClause' hides a field. | 26 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 26 |
![]() |
coding | HiddenField | 'fieldName' hides a field. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
![]() |
misc | FinalParameters | Parameter joinColumns should be final. | 27 |
![]() |
coding | HiddenField | 'joinColumns' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter mappedBy should be final. | 27 |
![]() |
coding | HiddenField | 'mappedBy' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter joinTable should be final. | 27 |
![]() |
coding | HiddenField | 'joinTable' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter inPrimaryId should be final. | 28 |
![]() |
coding | HiddenField | 'inPrimaryId' hides a field. | 28 |
![]() |
misc | FinalParameters | Parameter rnum should be final. | 28 |
![]() |
coding | HiddenField | 'rnum' hides a field. | 28 |
![]() |
misc | FinalParameters | Parameter otherIds should be final. | 28 |
![]() |
coding | HiddenField | 'otherIds' hides a field. | 28 |
![]() |
design | DesignForExtension | Class 'MyReferenceMember' looks like designed for extension (can be subclassed), but the method 'isInPrimaryId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyReferenceMember' final or making the method 'isInPrimaryId' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Class 'MyReferenceMember' looks like designed for extension (can be subclassed), but the method 'getFieldName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyReferenceMember' final or making the method 'getFieldName' static/final/abstract/empty, or adding allowed annotation for the method. | 48 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Class 'MyReferenceMember' looks like designed for extension (can be subclassed), but the method 'getOtherIds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyReferenceMember' final or making the method 'getOtherIds' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
design | DesignForExtension | Class 'MyReferenceMember' looks like designed for extension (can be subclassed), but the method 'getMappedBy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyReferenceMember' final or making the method 'getMappedBy' static/final/abstract/empty, or adding allowed annotation for the method. | 56 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
design | DesignForExtension | Class 'MyReferenceMember' looks like designed for extension (can be subclassed), but the method 'getJoinColumns' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyReferenceMember' final or making the method 'getJoinColumns' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
design | DesignForExtension | Class 'MyReferenceMember' looks like designed for extension (can be subclassed), but the method 'getSimpleClassName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyReferenceMember' final or making the method 'getSimpleClassName' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
design | DesignForExtension | Class 'MyReferenceMember' looks like designed for extension (can be subclassed), but the method 'getFullClassName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyReferenceMember' final or making the method 'getFullClassName' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
design | DesignForExtension | Class 'MyReferenceMember' looks like designed for extension (can be subclassed), but the method 'getThisMult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyReferenceMember' final or making the method 'getThisMult' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | DesignForExtension | Class 'MyReferenceMember' looks like designed for extension (can be subclassed), but the method 'getThatMult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyReferenceMember' final or making the method 'getThatMult' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
design | DesignForExtension | Class 'MyReferenceMember' looks like designed for extension (can be subclassed), but the method 'getThisVerbClause' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyReferenceMember' final or making the method 'getThisVerbClause' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
design | DesignForExtension | Class 'MyReferenceMember' looks like designed for extension (can be subclassed), but the method 'getThatVerbClause' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyReferenceMember' final or making the method 'getThatVerbClause' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
design | DesignForExtension | Class 'MyReferenceMember' looks like designed for extension (can be subclassed), but the method 'getJoinTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyReferenceMember' final or making the method 'getJoinTable' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
design | DesignForExtension | Class 'MyReferenceMember' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyReferenceMember' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
![]() |
design | DesignForExtension | Class 'MyReferenceMember' looks like designed for extension (can be subclassed), but the method 'getRnum' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyReferenceMember' final or making the method 'getRnum' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
misc | FinalParameters | Parameter rnum should be final. | 10 |
![]() |
coding | HiddenField | 'rnum' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter fieldNames should be final. | 10 |
![]() |
coding | HiddenField | 'fieldNames' hides a field. | 10 |
![]() |
design | DesignForExtension | Class 'MySpecializations' looks like designed for extension (can be subclassed), but the method 'getRnum' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MySpecializations' final or making the method 'getRnum' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Class 'MySpecializations' looks like designed for extension (can be subclassed), but the method 'getFieldNames' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MySpecializations' final or making the method 'getFieldNames' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter superclassJavaFullClassName should be final. | 7 |
![]() |
coding | HiddenField | 'superclassJavaFullClassName' hides a field. | 7 |
![]() |
misc | FinalParameters | Parameter discriminatorValue should be final. | 7 |
![]() |
coding | HiddenField | 'discriminatorValue' hides a field. | 7 |
![]() |
design | DesignForExtension | Class 'MySubclassRole' looks like designed for extension (can be subclassed), but the method 'getSuperclassJavaFullClassName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MySubclassRole' final or making the method 'getSuperclassJavaFullClassName' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Class 'MySubclassRole' looks like designed for extension (can be subclassed), but the method 'getDiscriminatorValue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MySubclassRole' final or making the method 'getDiscriminatorValue' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
misc | FinalParameters | Parameter eventName should be final. | 10 |
![]() |
coding | HiddenField | 'eventName' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter eventSimpleClassName should be final. | 10 |
![]() |
coding | HiddenField | 'eventSimpleClassName' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter eventId should be final. | 10 |
![]() |
coding | HiddenField | 'eventId' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter fromState should be final. | 11 |
![]() |
coding | HiddenField | 'fromState' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter toState should be final. | 11 |
![]() |
coding | HiddenField | 'toState' hides a field. | 11 |
![]() |
design | DesignForExtension | Class 'MyTransition' looks like designed for extension (can be subclassed), but the method 'getEventName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyTransition' final or making the method 'getEventName' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Class 'MyTransition' looks like designed for extension (can be subclassed), but the method 'getEventSimpleClassName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyTransition' final or making the method 'getEventSimpleClassName' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
design | DesignForExtension | Class 'MyTransition' looks like designed for extension (can be subclassed), but the method 'getEventId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyTransition' final or making the method 'getEventId' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
design | DesignForExtension | Class 'MyTransition' looks like designed for extension (can be subclassed), but the method 'getFromState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyTransition' final or making the method 'getFromState' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
design | DesignForExtension | Class 'MyTransition' looks like designed for extension (can be subclassed), but the method 'getToState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyTransition' final or making the method 'getToState' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
design | DesignForExtension | Class 'MyTransition' looks like designed for extension (can be subclassed), but the method 'isCreationTransition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyTransition' final or making the method 'isCreationTransition' static/final/abstract/empty, or adding allowed annotation for the method. | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Class 'MyTransition' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyTransition' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 14). | 25 |
![]() |
misc | FinalParameters | Parameter name should be final. | 25 |
![]() |
coding | HiddenField | 'name' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter myType should be final. | 25 |
![]() |
coding | HiddenField | 'myType' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter type should be final. | 25 |
![]() |
coding | HiddenField | 'type' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter units should be final. | 25 |
![]() |
coding | HiddenField | 'units' hides a field. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
misc | FinalParameters | Parameter precision should be final. | 26 |
![]() |
coding | HiddenField | 'precision' hides a field. | 26 |
![]() |
misc | FinalParameters | Parameter lowerLimit should be final. | 26 |
![]() |
coding | HiddenField | 'lowerLimit' hides a field. | 26 |
![]() |
misc | FinalParameters | Parameter upperLimit should be final. | 26 |
![]() |
coding | HiddenField | 'upperLimit' hides a field. | 26 |
![]() |
misc | FinalParameters | Parameter defaultValue should be final. | 26 |
![]() |
coding | HiddenField | 'defaultValue' hides a field. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 27 |
![]() |
misc | FinalParameters | Parameter enumeration should be final. | 27 |
![]() |
coding | HiddenField | 'enumeration' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter minLength should be final. | 27 |
![]() |
coding | HiddenField | 'minLength' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter maxLength should be final. | 27 |
![]() |
coding | HiddenField | 'maxLength' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 27 |
![]() |
coding | HiddenField | 'prefix' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter suffix should be final. | 28 |
![]() |
coding | HiddenField | 'suffix' hides a field. | 28 |
![]() |
misc | FinalParameters | Parameter validationPattern should be final. | 28 |
![]() |
coding | HiddenField | 'validationPattern' hides a field. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 97 |