The following document contains the results of Checkstyle 8.29 with sun_checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
158 | 0 | 0 | 4133 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | AvoidNestedBlocks | 35 | ![]() |
EmptyBlock | 3 | ![]() | |
LeftCurly | 3 | ![]() | |
NeedBraces | 334 | ![]() | |
coding | HiddenField | 303 | ![]() |
MagicNumber | 88 | ![]() | |
SimplifyBooleanExpression | 1 | ![]() | |
design | DesignForExtension | 335 | ![]() |
FinalClass | 2 | ![]() | |
HideUtilityClassConstructor | 8 | ![]() | |
VisibilityModifier | 21 | ![]() | |
imports | RedundantImport | 3 | ![]() |
UnusedImports
|
2 | ![]() | |
javadoc | InvalidJavadocPosition | 2 | ![]() |
JavadocMethod | 25 | ![]() | |
JavadocPackage | 28 | ![]() | |
JavadocStyle | 3 | ![]() | |
JavadocType | 2 | ![]() | |
JavadocVariable | 299 | ![]() | |
MissingJavadocMethod | 562 | ![]() | |
misc | FinalParameters | 1068 | ![]() |
NewlineAtEndOfFile | 37 | ![]() | |
modifier | ModifierOrder | 15 | ![]() |
RedundantModifier | 2 | ![]() | |
naming | ConstantName | 6 | ![]() |
regexp | RegexpSingleline
|
64 | ![]() |
sizes | FileLength | 1 | ![]() |
LineLength
|
850 | ![]() | |
MethodLength | 1 | ![]() | |
ParameterNumber | 7 | ![]() | |
whitespace | FileTabCharacter | 5 | ![]() |
GenericWhitespace | 14 | ![]() | |
NoWhitespaceAfter | 2 | ![]() | |
WhitespaceAround | 2 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter unaryEdgeDeltaY should be final. | 35 |
![]() |
coding | HiddenField | 'unaryEdgeDeltaY' hides a field. | 35 |
![]() |
misc | FinalParameters | Parameter bgColor should be final. | 35 |
![]() |
coding | HiddenField | 'bgColor' hides a field. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 40 |
![]() |
design | DesignForExtension | Class 'MyEdgeLabelRenderer' looks like designed for extension (can be subclassed), but the method 'prepareRenderer' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyEdgeLabelRenderer' final or making the method 'prepareRenderer' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter rc should be final. | 40 |
![]() |
misc | FinalParameters | Parameter graphLabelRenderer should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 41 |
![]() |
misc | FinalParameters | Parameter isSelected should be final. | 41 |
![]() |
misc | FinalParameters | Parameter edge should be final. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 42 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 43 |
![]() |
design | DesignForExtension | Class 'MyEdgeLabelRenderer' looks like designed for extension (can be subclassed), but the method 'labelEdge' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyEdgeLabelRenderer' final or making the method 'labelEdge' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 47 |
![]() |
misc | FinalParameters | Parameter rc should be final. | 47 |
![]() |
misc | FinalParameters | Parameter layout should be final. | 47 |
![]() |
misc | FinalParameters | Parameter e should be final. | 47 |
![]() |
misc | FinalParameters | Parameter label should be final. | 47 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 56 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 56 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 60 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 88 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter panel should be final. | 21 |
![]() |
misc | FinalParameters | Parameter file should be final. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter panel should be final. | 31 |
![]() |
misc | FinalParameters | Parameter os should be final. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 53 |
![]() |
misc | FinalParameters | Parameter pg should be final. | 58 |
![]() |
misc | FinalParameters | Parameter pf should be final. | 58 |
![]() |
misc | FinalParameters | Parameter pageNum should be final. | 58 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 46 |
![]() |
naming | ConstantName | Name 'state' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() |
misc | FinalParameters | Parameter domain should be final. | 48 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 50 |
![]() |
design | DesignForExtension | Class 'StateDiagramViewer' looks like designed for extension (can be subclassed), but the method 'show' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StateDiagramViewer' final or making the method 'show' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter c should be final. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 68 |
![]() |
coding | HiddenField | 'state' hides a field. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 73 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 120 |
![]() |
coding | MagicNumber | '800' is a magic number. | 120 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
![]() |
coding | MagicNumber | '800' is a magic number. | 163 |
![]() |
coding | MagicNumber | '600' is a magic number. | 163 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 170 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 170 |
![]() |
misc | FinalParameters | Parameter name should be final. | 172 |
![]() |
coding | HiddenField | 'name' hides a field. | 172 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
misc | FinalParameters | Parameter name should be final. | 176 |
![]() |
misc | FinalParameters | Parameter graph should be final. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 187 |
![]() |
coding | MagicNumber | '800' is a magic number. | 187 |
![]() |
coding | MagicNumber | '600' is a magic number. | 187 |
![]() |
blocks | NeedBraces | 'while' construct must use '{}'s. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 191 |
![]() |
coding | MagicNumber | '800' is a magic number. | 192 |
![]() |
coding | MagicNumber | '600' is a magic number. | 192 |
![]() |
misc | FinalParameters | Parameter g should be final. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 216 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 220 |
![]() |
misc | FinalParameters | Parameter layout should be final. | 227 |
![]() |
coding | MagicNumber | '150' is a magic number. | 229 |
![]() |
coding | MagicNumber | '5' is a magic number. | 230 |
![]() |
coding | MagicNumber | '12' is a magic number. | 231 |
![]() |
coding | MagicNumber | '5' is a magic number. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 233 |
![]() |
misc | FinalParameters | Parameter f should be final. | 243 |
![]() |
design | DesignForExtension | Class 'StateDiagramViewer' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StateDiagramViewer' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. | 257 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 257 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 257 |
![]() |
misc | FinalParameters | Parameter domainName should be final. | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 258 |
![]() |
design | DesignForExtension | Class 'StateDiagramViewer' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StateDiagramViewer' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. | 261 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 261 |
![]() |
misc | FinalParameters | Parameter input should be final. | 261 |
![]() |
misc | FinalParameters | Parameter domainName should be final. | 261 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 5 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter args should be final. | 7 |
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. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 21 |
![]() |
coding | MagicNumber | '-35.0' is a magic number. | 34 |
![]() |
coding | MagicNumber | '142.0' is a magic number. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
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. | 30 |
![]() |
naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 57 |
![]() |
misc | FinalParameters | Parameter event should be final. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 64 |
![]() |
coding | MagicNumber | '3' is a magic number. | 65 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 66 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 74 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 87 |
![]() |
coding | MagicNumber | '-35.0' is a magic number. | 87 |
![]() |
coding | MagicNumber | '142.0' is a magic number. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 89 |
![]() |
coding | MagicNumber | '3' is a magic number. | 89 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 121 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 133 |
![]() |
coding | MagicNumber | '3' is a magic number. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 135 |
![]() |
coding | MagicNumber | '-35.0' is a magic number. | 135 |
![]() |
coding | MagicNumber | '142.0' is a magic number. | 135 |
![]() |
misc | FinalParameters | Parameter states should be final. | 166 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 168 |
![]() |
misc | FinalParameters | Parameter latches should be final. | 173 |
![]() |
misc | FinalParameters | Parameter expectedStates should be final. | 174 |
![]() |
misc | FinalParameters | Parameter states should be final. | 174 |
![]() |
misc | FinalParameters | Parameter index should be final. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 177 |
![]() |
coding | MagicNumber | '120' is a magic number. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 180 |
![]() |
design | VisibilityModifier | Variable 'count' must be private and have accessor methods. | 187 |
![]() |
misc | FinalParameters | Parameter e should be final. | 194 |
![]() |
misc | FinalParameters | Parameter state should be final. | 199 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter self should be final. | 9 |
![]() |
coding | HiddenField | 'self' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'DepotBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryCreated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DepotBehaviour' final or making the method 'onEntryCreated' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
misc | FinalParameters | Parameter event should be final. | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'EventService' looks like designed for extension (can be subclassed), but the method 'event' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EventService' final or making the method 'event' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter data should be final. | 16 |
![]() |
design | DesignForExtension | Class 'EventService' looks like designed for extension (can be subclassed), but the method 'events' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EventService' final or making the method 'events' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter self should be final. | 28 |
![]() |
coding | HiddenField | 'self' hides a field. | 28 |
![]() |
design | DesignForExtension | Class 'OrderBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryPreparing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OrderBehaviour' final or making the method 'onEntryPreparing' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
![]() |
misc | FinalParameters | Parameter event should be final. | 33 |
![]() |
design | DesignForExtension | Class 'OrderBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryReadyForDispatch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OrderBehaviour' final or making the method 'onEntryReadyForDispatch' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
![]() |
misc | FinalParameters | Parameter event should be final. | 47 |
![]() |
design | DesignForExtension | Class 'OrderBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryCourierAssigned' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OrderBehaviour' final or making the method 'onEntryCourierAssigned' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
![]() |
misc | FinalParameters | Parameter event should be final. | 52 |
![]() |
design | DesignForExtension | Class 'OrderBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryInTransit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OrderBehaviour' final or making the method 'onEntryInTransit' static/final/abstract/empty, or adding allowed annotation for the method. | 56 |
![]() |
misc | FinalParameters | Parameter event should be final. | 57 |
![]() |
design | DesignForExtension | Class 'OrderBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryInTransit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OrderBehaviour' final or making the method 'onEntryInTransit' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
misc | FinalParameters | Parameter event should be final. | 62 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
![]() |
design | DesignForExtension | Class 'OrderBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryReadyForDelivery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OrderBehaviour' final or making the method 'onEntryReadyForDelivery' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
misc | FinalParameters | Parameter event should be final. | 73 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 76 |
![]() |
design | DesignForExtension | Class 'OrderBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryDelivering' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OrderBehaviour' final or making the method 'onEntryDelivering' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
misc | FinalParameters | Parameter event should be final. | 84 |
![]() |
design | DesignForExtension | Class 'OrderBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryDelivered' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OrderBehaviour' final or making the method 'onEntryDelivered' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
misc | FinalParameters | Parameter event should be final. | 90 |
![]() |
design | DesignForExtension | Class 'OrderBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryDeliveryFailed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OrderBehaviour' final or making the method 'onEntryDeliveryFailed' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
misc | FinalParameters | Parameter event should be final. | 97 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 101 |
![]() |
design | DesignForExtension | Class 'OrderBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryAwaitingNextDeliveryAttempt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OrderBehaviour' final or making the method 'onEntryAwaitingNextDeliveryAttempt' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
misc | FinalParameters | Parameter event should be final. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 107 |
![]() |
coding | MagicNumber | '12' is a magic number. | 107 |
![]() |
design | DesignForExtension | Class 'OrderBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryHeldForPickup' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OrderBehaviour' final or making the method 'onEntryHeldForPickup' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
misc | FinalParameters | Parameter event should be final. | 112 |
![]() |
design | DesignForExtension | Class 'OrderBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryHeldForPickup' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OrderBehaviour' final or making the method 'onEntryHeldForPickup' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
misc | FinalParameters | Parameter event should be final. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 122 |
![]() |
coding | MagicNumber | '14' is a magic number. | 122 |
![]() |
design | DesignForExtension | Class 'OrderBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryReturnToSender' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OrderBehaviour' final or making the method 'onEntryReturnToSender' static/final/abstract/empty, or adding allowed annotation for the method. | 126 |
![]() |
misc | FinalParameters | Parameter event should be final. | 127 |
![]() |
design | DesignForExtension | Class 'OrderBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryDelivered' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OrderBehaviour' final or making the method 'onEntryDelivered' static/final/abstract/empty, or adding allowed annotation for the method. | 132 |
![]() |
misc | FinalParameters | Parameter event should be final. | 133 |
![]() |
misc | FinalParameters | Parameter state should be final. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 139 |
![]() |
design | DesignForExtension | Class 'OrderBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryReadyForDelivery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OrderBehaviour' final or making the method 'onEntryReadyForDelivery' static/final/abstract/empty, or adding allowed annotation for the method. | 142 |
![]() |
misc | FinalParameters | Parameter event should be final. | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter args should be final. | 9 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
misc | FinalParameters | Parameter self should be final. | 10 |
![]() |
coding | HiddenField | 'self' hides a field. | 10 |
![]() |
design | DesignForExtension | Class 'SystemEventBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryCreated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SystemEventBehaviour' final or making the method 'onEntryCreated' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
misc | FinalParameters | Parameter event should be final. | 15 |
![]() |
design | DesignForExtension | Class 'SystemEventBehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryCreated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SystemEventBehaviour' final or making the method 'onEntryCreated' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
misc | FinalParameters | Parameter event should be final. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Class 'MyEventSource' looks like designed for extension (can be subclassed), but the method 'onOpen' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyEventSource' final or making the method 'onOpen' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 20 |
![]() |
misc | FinalParameters | Parameter data should be final. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 29 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 29 |
![]() |
design | DesignForExtension | Class 'MyEventSource' looks like designed for extension (can be subclassed), but the method 'onClose' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyEventSource' final or making the method 'onClose' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 |
![]() |
design | DesignForExtension | Class 'MyEventSourceServlet' looks like designed for extension (can be subclassed), but the method 'newEventSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MyEventSourceServlet' final or making the method 'newEventSource' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
misc | FinalParameters | Parameter req should be final. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
![]() |
design | DesignForExtension | Class 'Service' looks like designed for extension (can be subclassed), but the method 'createOrder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Service' final or making the method 'createOrder' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 24 |
![]() |
misc | FinalParameters | Parameter orderId should be final. | 24 |
![]() |
misc | FinalParameters | Parameter description should be final. | 25 |
![]() |
misc | FinalParameters | Parameter fromAddress should be final. | 26 |
![]() |
misc | FinalParameters | Parameter toAddress should be final. | 27 |
![]() |
misc | FinalParameters | Parameter destinationEmail should be final. | 28 |
![]() |
misc | FinalParameters | Parameter senderEmail should be final. | 29 |
![]() |
misc | FinalParameters | Parameter maxAttempts should be final. | 30 |
![]() |
misc | FinalParameters | Parameter comment should be final. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 33 |
![]() |
design | DesignForExtension | Class 'Service' looks like designed for extension (can be subclassed), but the method 'sendOrder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Service' final or making the method 'sendOrder' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter orderId should be final. | 39 |
![]() |
design | DesignForExtension | Class 'Service' looks like designed for extension (can be subclassed), but the method 'assignToCourier' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Service' final or making the method 'assignToCourier' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter orderId should be final. | 47 |
![]() |
design | DesignForExtension | Class 'Service' looks like designed for extension (can be subclassed), but the method 'pickedUpByCourier' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Service' final or making the method 'pickedUpByCourier' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 55 |
![]() |
misc | FinalParameters | Parameter orderId should be final. | 55 |
![]() |
design | DesignForExtension | Class 'Service' looks like designed for extension (can be subclassed), but the method 'arrivedDepot' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Service' final or making the method 'arrivedDepot' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter orderId should be final. | 63 |
![]() |
misc | FinalParameters | Parameter depotId should be final. | 64 |
![]() |
design | DesignForExtension | Class 'Service' looks like designed for extension (can be subclassed), but the method 'arrivedFinalDepot' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Service' final or making the method 'arrivedFinalDepot' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter orderId should be final. | 72 |
![]() |
misc | FinalParameters | Parameter depotId should be final. | 73 |
![]() |
design | DesignForExtension | Class 'Service' looks like designed for extension (can be subclassed), but the method 'delivering' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Service' final or making the method 'delivering' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter orderId should be final. | 81 |
![]() |
design | DesignForExtension | Class 'Service' looks like designed for extension (can be subclassed), but the method 'delivered' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Service' final or making the method 'delivered' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter orderId should be final. | 89 |
![]() |
design | DesignForExtension | Class 'Service' looks like designed for extension (can be subclassed), but the method 'deliveryFailed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Service' final or making the method 'deliveryFailed' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter orderId should be final. | 97 |
![]() |
design | DesignForExtension | Class 'Service' looks like designed for extension (can be subclassed), but the method 'deliverAgain' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Service' final or making the method 'deliverAgain' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter orderId should be final. | 105 |
![]() |
design | DesignForExtension | Class 'Service' looks like designed for extension (can be subclassed), but the method 'getOrdersReadyForDelivery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Service' final or making the method 'getOrdersReadyForDelivery' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter depotId should be final. | 115 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 118 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 119 |
![]() |
design | DesignForExtension | Class 'Service' looks like designed for extension (can be subclassed), but the method 'getOrderStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Service' final or making the method 'getOrderStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter orderId should be final. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Class 'ContextListener' looks like designed for extension (can be subclassed), but the method 'contextInitialized' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ContextListener' final or making the method 'contextInitialized' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
misc | FinalParameters | Parameter event should be final. | 17 |
![]() |
design | DesignForExtension | Class 'ContextListener' looks like designed for extension (can be subclassed), but the method 'contextDestroyed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ContextListener' final or making the method 'contextDestroyed' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
misc | FinalParameters | Parameter event should be final. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
naming | ConstantName | Name 'keyKind' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() |
design | DesignForExtension | Class 'DatastoreServlet' looks like designed for extension (can be subclassed), but the method 'doGet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatastoreServlet' final or making the method 'doGet' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
misc | FinalParameters | Parameter req should be final. | 19 |
![]() |
misc | FinalParameters | Parameter resp should be final. | 19 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 28 |
![]() |
design | DesignForExtension | Class 'DatastoreServlet' looks like designed for extension (can be subclassed), but the method 'doPost' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatastoreServlet' final or making the method 'doPost' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
![]() |
misc | FinalParameters | Parameter req should be final. | 37 |
![]() |
misc | FinalParameters | Parameter resp should be final. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
design | DesignForExtension | Class 'DatastoreTextFactoryGae' looks like designed for extension (can be subclassed), but the method 'create' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatastoreTextFactoryGae' final or making the method 'create' static/final/abstract/empty, or adding allowed annotation for the method. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
design | DesignForExtension | Class 'DatastoreTextGae' looks like designed for extension (can be subclassed), but the method 'put' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatastoreTextGae' final or making the method 'put' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 29 |
![]() |
misc | FinalParameters | Parameter name should be final. | 29 |
![]() |
misc | FinalParameters | Parameter property should be final. | 29 |
![]() |
misc | FinalParameters | Parameter value should be final. | 29 |
![]() |
design | DesignForExtension | Class 'DatastoreTextGae' looks like designed for extension (can be subclassed), but the method 'get' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatastoreTextGae' final or making the method 'get' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 39 |
![]() |
misc | FinalParameters | Parameter name should be final. | 39 |
![]() |
misc | FinalParameters | Parameter property should be final. | 39 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 49 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
design | DesignForExtension | Class 'DatastoreTextFactoryMemory' looks like designed for extension (can be subclassed), but the method 'create' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatastoreTextFactoryMemory' final or making the method 'create' static/final/abstract/empty, or adding allowed annotation for the method. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'DatastoreTextMemory' looks like designed for extension (can be subclassed), but the method 'put' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatastoreTextMemory' final or making the method 'put' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 14 |
![]() |
misc | FinalParameters | Parameter name should be final. | 14 |
![]() |
misc | FinalParameters | Parameter property should be final. | 14 |
![]() |
misc | FinalParameters | Parameter value should be final. | 14 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 18 |
![]() |
misc | FinalParameters | Parameter name should be final. | 18 |
![]() |
misc | FinalParameters | Parameter property should be final. | 18 |
![]() |
design | DesignForExtension | Class 'DatastoreTextMemory' looks like designed for extension (can be subclassed), but the method 'get' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatastoreTextMemory' final or making the method 'get' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 23 |
![]() |
misc | FinalParameters | Parameter name should be final. | 23 |
![]() |
misc | FinalParameters | Parameter property should be final. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 10 |
![]() |
design | DesignForExtension | Class 'ApplicationServletContextListener' looks like designed for extension (can be subclassed), but the method 'contextInitialized' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationServletContextListener' final or making the method 'contextInitialized' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
misc | FinalParameters | Parameter sce should be final. | 13 |
![]() |
design | DesignForExtension | Class 'ApplicationServletContextListener' looks like designed for extension (can be subclassed), but the method 'saveXmlTo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationServletContextListener' final or making the method 'saveXmlTo' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter id should be final. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 26 |
![]() |
misc | FinalParameters | Parameter sce should be final. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
misc | FinalParameters | Parameter divs should be final. | 39 |
![]() |
misc | FinalParameters | Parameter viewJson should be final. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 43 |
![]() |
misc | FinalParameters | Parameter domains should be final. | 50 |
![]() |
misc | FinalParameters | Parameter domainName should be final. | 50 |
![]() |
misc | FinalParameters | Parameter subsystemName should be final. | 51 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 56 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 64 |
![]() |
design | DesignForExtension | Class 'ClassDiagramGenerator' 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 'ClassDiagramGenerator' final or making the method 'generate' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter domains should be final. | 64 |
![]() |
misc | FinalParameters | Parameter domainName should be final. | 64 |
![]() |
misc | FinalParameters | Parameter subsystemName should be final. | 64 |
![]() |
misc | FinalParameters | Parameter viewJson should be final. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 66 |
![]() |
design | DesignForExtension | Class 'ClassDiagramGenerator' 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 'ClassDiagramGenerator' final or making the method 'generate' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter domains should be final. | 70 |
![]() |
misc | FinalParameters | Parameter domainIndex should be final. | 70 |
![]() |
misc | FinalParameters | Parameter ssIndex should be final. | 70 |
![]() |
misc | FinalParameters | Parameter viewJson should be final. | 71 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 74 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 76 |
![]() |
misc | FinalParameters | Parameter subsystem should be final. | 81 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 86 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 89 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 93 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 95 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
![]() |
misc | FinalParameters | Parameter s should be final. | 102 |
![]() |
misc | FinalParameters | Parameter g should be final. | 102 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 104 |
![]() |
misc | FinalParameters | Parameter s should be final. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 115 |
![]() |
misc | FinalParameters | Parameter s should be final. | 115 |
![]() |
misc | FinalParameters | Parameter r should be final. | 115 |
![]() |
misc | FinalParameters | Parameter ss should be final. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 135 |
![]() |
misc | FinalParameters | Parameter s should be final. | 135 |
![]() |
misc | FinalParameters | Parameter r should be final. | 135 |
![]() |
misc | FinalParameters | Parameter subsystem should be final. | 135 |
![]() |
misc | FinalParameters | Parameter p should be final. | 139 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 140 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 146 |
![]() |
misc | FinalParameters | Parameter i should be final. | 150 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 153 |
![]() |
misc | FinalParameters | Parameter n should be final. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 161 |
![]() |
misc | FinalParameters | Parameter s should be final. | 161 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 165 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 167 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 171 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 193 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 226 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 236 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 240 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 28 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 41 |
![]() |
design | DesignForExtension | Class 'ClassDiagramGeneratorTest' looks like designed for extension (can be subclassed), but the method 'generateFromSample' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassDiagramGeneratorTest' final or making the method 'generateFromSample' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter domains should be final. | 41 |
![]() |
misc | FinalParameters | Parameter domainName should be final. | 41 |
![]() |
misc | FinalParameters | Parameter subsystemName should be final. | 41 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 45 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Class 'ClassDiagramServlet' looks like designed for extension (can be subclassed), but the method 'doGet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassDiagramServlet' final or making the method 'doGet' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
misc | FinalParameters | Parameter req should be final. | 22 |
![]() |
misc | FinalParameters | Parameter resp should be final. | 22 |
![]() |
design | DesignForExtension | Class 'ClassDiagramServlet' looks like designed for extension (can be subclassed), but the method 'doPost' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ClassDiagramServlet' final or making the method 'doPost' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
misc | FinalParameters | Parameter req should be final. | 28 |
![]() |
misc | FinalParameters | Parameter resp should be final. | 28 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 363). | 34 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
![]() |
misc | FinalParameters | Parameter req should be final. | 42 |
![]() |
misc | FinalParameters | Parameter resp should be final. | 42 |
![]() |
misc | FinalParameters | Parameter xml should be final. | 42 |
![]() |
misc | FinalParameters | Parameter viewJson should be final. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class Context should be declared as final. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 11 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter datastoreFactory should be final. | 25 |
![]() |
coding | HiddenField | 'datastoreFactory' hides a field. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
design | DesignForExtension | Class 'DomainsServlet' looks like designed for extension (can be subclassed), but the method 'doGet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DomainsServlet' final or making the method 'doGet' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
misc | FinalParameters | Parameter req should be final. | 26 |
![]() |
misc | FinalParameters | Parameter resp should be final. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Class 'FindServlet' looks like designed for extension (can be subclassed), but the method 'doGet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FindServlet' final or making the method 'doGet' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
misc | FinalParameters | Parameter req should be final. | 17 |
![]() |
misc | FinalParameters | Parameter resp should be final. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'ModelPersistence' looks like designed for extension (can be subclassed), but the method 'getXml' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelPersistence' final or making the method 'getXml' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
misc | FinalParameters | Parameter id should be final. | 14 |
![]() |
design | DesignForExtension | Class 'ModelPersistence' looks like designed for extension (can be subclassed), but the method 'save' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelPersistence' final or making the method 'save' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter id should be final. | 23 |
![]() |
misc | FinalParameters | Parameter xml should be final. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
design | DesignForExtension | Class 'ModelServlet' looks like designed for extension (can be subclassed), but the method 'doGet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelServlet' final or making the method 'doGet' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
misc | FinalParameters | Parameter req should be final. | 19 |
![]() |
misc | FinalParameters | Parameter resp should be final. | 19 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 25 |
![]() |
design | DesignForExtension | Class 'ModelServlet' looks like designed for extension (can be subclassed), but the method 'doPost' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelServlet' final or making the method 'doPost' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
misc | FinalParameters | Parameter req should be final. | 34 |
![]() |
misc | FinalParameters | Parameter resp should be final. | 34 |
![]() |
coding | MagicNumber | '500' is a magic number. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
design | DesignForExtension | Class 'PresentationPersistence' looks like designed for extension (can be subclassed), but the method 'get' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PresentationPersistence' final or making the method 'get' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter id should be final. | 13 |
![]() |
design | DesignForExtension | Class 'PresentationPersistence' looks like designed for extension (can be subclassed), but the method 'save' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PresentationPersistence' final or making the method 'save' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter id should be final. | 21 |
![]() |
misc | FinalParameters | Parameter xml should be final. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Class 'PresentationServlet' looks like designed for extension (can be subclassed), but the method 'doGet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PresentationServlet' final or making the method 'doGet' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
misc | FinalParameters | Parameter req should be final. | 15 |
![]() |
misc | FinalParameters | Parameter resp should be final. | 15 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 21 |
![]() |
design | DesignForExtension | Class 'PresentationServlet' looks like designed for extension (can be subclassed), but the method 'doPost' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PresentationServlet' final or making the method 'doPost' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
misc | FinalParameters | Parameter req should be final. | 30 |
![]() |
misc | FinalParameters | Parameter resp should be final. | 30 |
![]() |
coding | MagicNumber | '500' is a magic number. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Class 'SchemaServlet' looks like designed for extension (can be subclassed), but the method 'doGet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SchemaServlet' final or making the method 'doGet' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
misc | FinalParameters | Parameter req should be final. | 18 |
![]() |
misc | FinalParameters | Parameter resp should be final. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
![]() |
coding | MagicNumber | '11' is a magic number. | 65 |
![]() |
coding | MagicNumber | '12' is a magic number. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 68 |
![]() |
coding | MagicNumber | '13' is a magic number. | 68 |
![]() |
coding | MagicNumber | '5' is a magic number. | 68 |
![]() |
coding | MagicNumber | '2000' is a magic number. | 71 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 95 |
![]() |
coding | MagicNumber | '3' is a magic number. | 97 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 123 |
![]() |
coding | MagicNumber | '10' is a magic number. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 151 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 163 |
![]() |
coding | MagicNumber | '14' is a magic number. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 164 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 164 |
![]() |
coding | MagicNumber | '2000' is a magic number. | 167 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
coding | MagicNumber | '12' is a magic number. | 183 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 194 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
misc | FinalParameters | Parameter self should be final. | 196 |
![]() |
coding | HiddenField | 'self' hides a field. | 196 |
![]() |
design | DesignForExtension | Class 'ABehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryHasStarted' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ABehaviour' final or making the method 'onEntryHasStarted' static/final/abstract/empty, or adding allowed annotation for the method. | 200 |
![]() |
misc | FinalParameters | Parameter event should be final. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 202 |
![]() |
design | DesignForExtension | Class 'ABehaviour' looks like designed for extension (can be subclassed), but the method 'onEntryDoneSomething' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ABehaviour' final or making the method 'onEntryDoneSomething' static/final/abstract/empty, or adding allowed annotation for the method. | 207 |
![]() |
misc | FinalParameters | Parameter event should be final. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 229 |
![]() |
misc | FinalParameters | Parameter entityUniqueId should be final. | 232 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 240 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 243 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 249 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 250 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 255 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 263 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 263 |
![]() |
misc | FinalParameters | Parameter e should be final. | 263 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 264 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
coding | MagicNumber | '10' is a magic number. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
coding | MagicNumber | '123' is a magic number. | 65 |
![]() |
coding | MagicNumber | '1.0001' is a magic number. | 67 |
![]() |
coding | MagicNumber | '10' is a magic number. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 21 |
![]() |
coding | MagicNumber | '10' is a magic number. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 21 |
![]() |
coding | MagicNumber | '10' is a magic number. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
coding | MagicNumber | '10' is a magic number. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 22 |
![]() |
coding | MagicNumber | '10' is a magic number. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 21 |
![]() |
coding | MagicNumber | '10' is a magic number. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
coding | MagicNumber | '10' is a magic number. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 59 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
![]() |
coding | MagicNumber | '10' is a magic number. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 57 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
coding | MagicNumber | '10' is a magic number. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 58 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
![]() |
coding | MagicNumber | '10' is a magic number. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 57 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 22 |
![]() |
coding | MagicNumber | '10' is a magic number. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 53 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 23 |
![]() |
coding | MagicNumber | '10' is a magic number. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 57 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 23 |
![]() |
coding | MagicNumber | '10' is a magic number. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 71 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
coding | MagicNumber | '10' is a magic number. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Class 'BookstoreTest' looks like designed for extension (can be subclassed), but the method 'createOrderBehaviourFactory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BookstoreTest' final or making the method 'createOrderBehaviourFactory' static/final/abstract/empty, or adding allowed annotation for the method. | 43 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter self should be final. | 47 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
coding | MagicNumber | '10' is a magic number. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 |
![]() |
coding | MagicNumber | '3' is a magic number. | 30 |
![]() |
coding | MagicNumber | '4' is a magic number. | 30 |
![]() |
coding | MagicNumber | '5' is a magic number. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
coding | MagicNumber | '10' is a magic number. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 36 |
![]() |
coding | MagicNumber | '2601' is a magic number. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
![]() |
coding | MagicNumber | '2601' is a magic number. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 48 |
![]() |
coding | MagicNumber | '2601' is a magic number. | 48 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
coding | MagicNumber | '10' is a magic number. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 13 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
misc | FinalParameters | Parameter name should be final. | 19 |
![]() |
misc | FinalParameters | Parameter type should be final. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter name should be final. | 24 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter name should be final. | 28 |
![]() |
misc | FinalParameters | Parameter name should be final. | 32 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 32 |
![]() |
misc | FinalParameters | Parameter type should be final. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 47 |
![]() |
misc | FinalParameters | Parameter url should be final. | 60 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 71 |
![]() |
misc | FinalParameters | Parameter map should be final. | 71 |
![]() |
misc | FinalParameters | Parameter dialect should be final. | 71 |
![]() |
misc | FinalParameters | Parameter driver should be final. | 72 |
![]() |
misc | FinalParameters | Parameter url should be final. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 20 |
![]() |
coding | MagicNumber | '10' is a magic number. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 67 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 21 |
![]() |
coding | MagicNumber | '10' is a magic number. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 20 |
![]() |
coding | MagicNumber | '10' is a magic number. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
coding | MagicNumber | '3' is a magic number. | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
coding | MagicNumber | '3' is a magic number. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
coding | MagicNumber | '10' is a magic number. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
design | DesignForExtension | Class 'UnaryAssociationToManyTest' looks like designed for extension (can be subclassed), but the method 'testCreateAWithoutChildren' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UnaryAssociationToManyTest' final or making the method 'testCreateAWithoutChildren' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 43 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 21 |
![]() |
coding | MagicNumber | '10' is a magic number. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | DesignForExtension | Class 'UnaryAssociationToOneManyTest' looks like designed for extension (can be subclassed), but the method 'testCreateAWithoutChildren' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UnaryAssociationToOneManyTest' final or making the method 'testCreateAWithoutChildren' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 43 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 61 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
coding | MagicNumber | '10' is a magic number. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 45 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
coding | MagicNumber | '10' is a magic number. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 43 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocType | Unknown tag 'goal'. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocType | Unknown tag 'phase'. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
design | DesignForExtension | Class 'GenerateJpaMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateJpaMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 137 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 146 |
![]() |
misc | FinalParameters | Parameter domains should be final. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 162 |
![]() |
misc | FinalParameters | Parameter domains should be final. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 171 |
![]() |
coding | HiddenField | 'domain' hides a field. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 185 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 196 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 200 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 209 |
![]() |
misc | FinalParameters | Parameter directory should be final. | 213 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 215 |
![]() |
misc | FinalParameters | Parameter resources should be final. | 220 |
![]() |
misc | FinalParameters | Parameter name should be final. | 220 |
![]() |
misc | FinalParameters | Parameter html should be final. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 222 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 42 |
![]() |
misc | FinalParameters | Parameter event should be final. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 65 |
![]() |
misc | FinalParameters | Parameter node should be final. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
![]() |
misc | FinalParameters | Parameter event should be final. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 61 |
![]() |
misc | FinalParameters | Parameter is should be final. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
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 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
coding | MagicNumber | '32' is a magic number. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter message should be final. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'delay'. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'time'. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter config should be final. | 15 |
![]() |
misc | FinalParameters | Parameter prerequisites should be final. | 15 |
![]() |
design | DesignForExtension | Class 'EntityExecutorServiceConfigurator' looks like designed for extension (can be subclassed), but the method 'createExecutorServiceFactory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityExecutorServiceConfigurator' final or making the method 'createExecutorServiceFactory' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 20 |
![]() |
misc | FinalParameters | Parameter id should be final. | 20 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 20 |
![]() |
coding | MagicNumber | '5' is a magic number. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter signaller should be final. | 28 |
![]() |
coding | HiddenField | 'signaller' hides a field. | 28 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 28 |
![]() |
coding | HiddenField | 'entity' hides a field. | 28 |
![]() |
design | DesignForExtension | Class 'EntityHelper' looks like designed for extension (can be subclassed), but the method 'beforeEvent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityHelper' final or making the method 'beforeEvent' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Class 'EntityHelper' looks like designed for extension (can be subclassed), but the method 'signal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityHelper' final or making the method 'signal' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter event should be final. | 40 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 44 |
![]() |
design | DesignForExtension | Class 'EntityHelper' looks like designed for extension (can be subclassed), but the method 'signal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityHelper' final or making the method 'signal' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter event should be final. | 44 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 50 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 57 |
![]() |
design | DesignForExtension | Class 'EntityHelper' looks like designed for extension (can be subclassed), but the method 'queueSignal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityHelper' final or making the method 'queueSignal' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 63 |
![]() |
design | DesignForExtension | Class 'EntityHelper' looks like designed for extension (can be subclassed), but the method 'sendQueuedSignals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityHelper' final or making the method 'sendQueuedSignals' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Class 'EntityHelper' looks like designed for extension (can be subclassed), but the method 'setEntityManager' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityHelper' final or making the method 'setEntityManager' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter em should be final. | 101 |
![]() |
design | DesignForExtension | Class 'EntityHelper' looks like designed for extension (can be subclassed), but the method 'getEntityManager' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityHelper' final or making the method 'getEntityManager' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'getCurrentEntity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'getCurrentEntity' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'setCurrentEntity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'setCurrentEntity' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'getCounter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'getCounter' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'setCounter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'setCounter' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter counter should be final. | 26 |
![]() |
coding | HiddenField | 'counter' hides a field. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'setId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'setId' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter id should be final. | 37 |
![]() |
coding | HiddenField | 'id' hides a field. | 37 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'setCurrentEntityManager' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'setCurrentEntityManager' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter em should be final. | 41 |
![]() |
coding | HiddenField | 'em' hides a field. | 41 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'getCurrentEntityManager' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'getCurrentEntityManager' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 9). | 25 |
![]() |
misc | FinalParameters | Parameter idClassName should be final. | 25 |
![]() |
coding | HiddenField | 'idClassName' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter idContent should be final. | 25 |
![]() |
coding | HiddenField | 'idContent' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter entityClassName should be final. | 25 |
![]() |
coding | HiddenField | 'entityClassName' hides a field. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 26 |
![]() |
misc | FinalParameters | Parameter eventClassName should be final. | 26 |
![]() |
coding | HiddenField | 'eventClassName' hides a field. | 26 |
![]() |
misc | FinalParameters | Parameter eventContent should be final. | 26 |
![]() |
coding | HiddenField | 'eventContent' hides a field. | 26 |
![]() |
misc | FinalParameters | Parameter time should be final. | 26 |
![]() |
coding | HiddenField | 'time' hides a field. | 26 |
![]() |
misc | FinalParameters | Parameter repeatIntervalMs should be final. | 26 |
![]() |
coding | HiddenField | 'repeatIntervalMs' hides a field. | 26 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 27 |
![]() |
coding | HiddenField | 'fromEntityUniqueId' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter toEntityUniqueId should be final. | 27 |
![]() |
coding | HiddenField | 'toEntityUniqueId' hides a field. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'entityClassName' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'eventClassName' must be private and have accessor methods. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'idClassName' must be private and have accessor methods. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
design | VisibilityModifier | Variable 'idContent' must be private and have accessor methods. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | VisibilityModifier | Variable 'eventContent' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'time' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'repeatIntervalMs' must be private and have accessor methods. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'fromEntityUniqueId' must be private and have accessor methods. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'toEntityUniqueId' must be private and have accessor methods. | 75 |
![]() |
design | DesignForExtension | Class 'QueuedSignal' 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 'QueuedSignal' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
design | DesignForExtension | Class 'QueuedSignal' looks like designed for extension (can be subclassed), but the method 'eventClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QueuedSignal' final or making the method 'eventClass' static/final/abstract/empty, or adding allowed annotation for the method. | 102 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
design | DesignForExtension | Class 'QueuedSignal' looks like designed for extension (can be subclassed), but the method 'idClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QueuedSignal' final or making the method 'idClass' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter message should be final. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 11 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 17 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 17 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 22 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 22 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 27 |
![]() |
misc | FinalParameters | Parameter ex should be final. | 27 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 19 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 19 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 24 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 24 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerRetryOnFailure' looks like designed for extension (can be subclassed), but the method 'failure' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerRetryOnFailure' final or making the method 'failure' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 29 |
![]() |
misc | FinalParameters | Parameter e should be final. | 29 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 29 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 37 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerSlf4j' looks like designed for extension (can be subclassed), but the method 'beforeProcessing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerSlf4j' final or making the method 'beforeProcessing' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 14 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 14 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerSlf4j' looks like designed for extension (can be subclassed), but the method 'afterProcessing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerSlf4j' final or making the method 'afterProcessing' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 19 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 19 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerSlf4j' looks like designed for extension (can be subclassed), but the method 'failure' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerSlf4j' final or making the method 'failure' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 24 |
![]() |
misc | FinalParameters | Parameter e should be final. | 24 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 24 |
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.runtime.SignalProcessorListener. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerStopsAllSignalProcessingOnFailure' looks like designed for extension (can be subclassed), but the method 'beforeProcessing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerStopsAllSignalProcessingOnFailure' final or making the method 'beforeProcessing' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 13 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 13 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 17 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 21 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 21 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerStopsAllSignalProcessingOnFailure' looks like designed for extension (can be subclassed), but the method 'failure' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerStopsAllSignalProcessingOnFailure' final or making the method 'failure' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 26 |
![]() |
misc | FinalParameters | Parameter e should be final. | 26 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 26 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter message should be final. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerStopsSignalProcessingSingleEntityOnFailure' looks like designed for extension (can be subclassed), but the method 'beforeProcessing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerStopsSignalProcessingSingleEntityOnFailure' final or making the method 'beforeProcessing' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 16 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 16 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 16 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 18 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 22 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 22 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerStopsSignalProcessingSingleEntityOnFailure' looks like designed for extension (can be subclassed), but the method 'failure' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerStopsSignalProcessingSingleEntityOnFailure' final or making the method 'failure' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 27 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 27 |
![]() |
misc | FinalParameters | Parameter e should be final. | 27 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 27 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter message should be final. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 25 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 25 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 30 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 30 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 35 |
![]() |
misc | FinalParameters | Parameter e should be final. | 35 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 35 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerUtilLogging' looks like designed for extension (can be subclassed), but the method 'beforeProcessing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerUtilLogging' final or making the method 'beforeProcessing' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 15 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 15 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerUtilLogging' looks like designed for extension (can be subclassed), but the method 'afterProcessing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerUtilLogging' final or making the method 'afterProcessing' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 20 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 20 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerUtilLogging' looks like designed for extension (can be subclassed), but the method 'failure' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerUtilLogging' final or making the method 'failure' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 25 |
![]() |
misc | FinalParameters | Parameter e should be final. | 25 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter emf should be final. | 48 |
![]() |
coding | HiddenField | 'emf' hides a field. | 48 |
![]() |
misc | FinalParameters | Parameter entityActorPoolSize should be final. | 48 |
![]() |
misc | FinalParameters | Parameter listenerFactory should be final. | 49 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'getEntityManagerFactory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'getEntityManagerFactory' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 73 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<T>'. | 73 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 73 |
![]() |
misc | FinalParameters | Parameter event should be final. | 73 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 110 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'signal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'signal' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 110 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 110 |
![]() |
misc | FinalParameters | Parameter event should be final. | 111 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 112 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 115 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'signal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'signal' static/final/abstract/empty, or adding allowed annotation for the method. | 115 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 115 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 116 |
![]() |
misc | FinalParameters | Parameter event should be final. | 116 |
![]() |
misc | FinalParameters | Parameter time should be final. | 116 |
![]() |
misc | FinalParameters | Parameter repeatInterval should be final. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 117 |
![]() |
misc | FinalParameters | Parameter time should be final. | 120 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 125 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 128 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'signal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'signal' static/final/abstract/empty, or adding allowed annotation for the method. | 128 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 128 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 129 |
![]() |
misc | FinalParameters | Parameter event should be final. | 129 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 129 |
![]() |
misc | FinalParameters | Parameter repeatInterval should be final. | 129 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 136 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 149 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 154 |
![]() |
design | VisibilityModifier | Variable 'fromEntityUniqueId' must be private and have accessor methods. | 154 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 155 |
![]() |
design | VisibilityModifier | Variable 'entityUniqueId' must be private and have accessor methods. | 155 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 156 |
![]() |
design | VisibilityModifier | Variable 'eventSignature' must be private and have accessor methods. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 158 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 158 |
![]() |
coding | HiddenField | 'fromEntityUniqueId' hides a field. | 158 |
![]() |
misc | FinalParameters | Parameter entityUniqueId should be final. | 158 |
![]() |
coding | HiddenField | 'entityUniqueId' hides a field. | 158 |
![]() |
misc | FinalParameters | Parameter eventSignature should be final. | 158 |
![]() |
coding | HiddenField | 'eventSignature' hides a field. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 171 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 176 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 177 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 187 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 204 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 204 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'cancelSignal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'cancelSignal' static/final/abstract/empty, or adding allowed annotation for the method. | 206 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 206 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 206 |
![]() |
misc | FinalParameters | Parameter eventSignatureKey should be final. | 207 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'signal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'signal' static/final/abstract/empty, or adding allowed annotation for the method. | 211 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 216 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 228 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 244 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueid should be final. | 244 |
![]() |
misc | FinalParameters | Parameter toEntityUniqueId should be final. | 244 |
![]() |
misc | FinalParameters | Parameter eventSignatureKey should be final. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 246 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 248 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'queuedSignals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'queuedSignals' static/final/abstract/empty, or adding allowed annotation for the method. | 253 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 260 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 265 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'sendSignalsInQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'sendSignalsInQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 273 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'queueSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'queueSize' static/final/abstract/empty, or adding allowed annotation for the method. | 281 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 289 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 294 |
![]() |
misc | FinalParameters | Parameter sig should be final. | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 308 |
![]() |
misc | FinalParameters | Parameter className should be final. | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 320 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'persistSignal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'persistSignal' static/final/abstract/empty, or adding allowed annotation for the method. | 320 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 320 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 320 |
![]() |
misc | FinalParameters | Parameter id should be final. | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 321 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 321 |
![]() |
misc | FinalParameters | Parameter event should be final. | 321 |
![]() |
misc | FinalParameters | Parameter time should be final. | 321 |
![]() |
misc | FinalParameters | Parameter repeatIntervalMs should be final. | 321 |
![]() |
misc | FinalParameters | Parameter entityUniqueId should be final. | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 326 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'getInfo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'getInfo' static/final/abstract/empty, or adding allowed annotation for the method. | 341 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 341 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. | 345 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 345 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'close' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'close' static/final/abstract/empty, or adding allowed annotation for the method. | 349 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 349 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter message should be final. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
naming | ConstantName | Name 'pool' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter object should be final. | 18 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 36 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 37 |
![]() |
coding | MagicNumber | '8' is a magic number. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter message should be final. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
design | DesignForExtension | Class 'EntityActor' looks like designed for extension (can be subclassed), but the method 'onReceive' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityActor' final or making the method 'onReceive' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
misc | FinalParameters | Parameter message should be final. | 29 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 31 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 33 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 92 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 92 |
![]() |
misc | FinalParameters | Parameter em should be final. | 92 |
![]() |
misc | FinalParameters | Parameter tx should be final. | 93 |
![]() |
misc | FinalParameters | Parameter e should be final. | 93 |
![]() |
misc | FinalParameters | Parameter message should be final. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
design | DesignForExtension | Class 'RootActor' looks like designed for extension (can be subclassed), but the method 'onReceive' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RootActor' final or making the method 'onReceive' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
![]() |
misc | FinalParameters | Parameter message should be final. | 32 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 38 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 40 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 42 |
![]() |
misc | FinalParameters | Parameter message should be final. | 46 |
![]() |
misc | FinalParameters | Parameter message should be final. | 49 |
![]() |
misc | FinalParameters | Parameter message should be final. | 60 |
![]() |
misc | FinalParameters | Parameter message should be final. | 64 |
![]() |
misc | FinalParameters | Parameter key should be final. | 70 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
![]() |
misc | FinalParameters | Parameter key should be final. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
design | VisibilityModifier | Variable 'actor' must be private and have accessor methods. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'counter' must be private and have accessor methods. | 92 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 94 |
![]() |
coding | HiddenField | 'actor' hides a field. | 94 |
![]() |
misc | FinalParameters | Parameter counter should be final. | 94 |
![]() |
coding | HiddenField | 'counter' hides a field. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter entityActoryPoolSize should be final. | 9 |
![]() |
coding | HiddenField | 'entityActoryPoolSize' hides a field. | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
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 | MissingJavadocMethod | Missing a Javadoc comment. | 6 |
![]() |
misc | FinalParameters | Parameter entityUniqueId should be final. | 6 |
![]() |
coding | HiddenField | 'entityUniqueId' hides a field. | 6 |
![]() |
design | DesignForExtension | Class 'CloseEntityActor' looks like designed for extension (can be subclassed), but the method 'getEntityUniqueId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CloseEntityActor' final or making the method 'getEntityUniqueId' static/final/abstract/empty, or adding allowed annotation for the method. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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. | 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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 24 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 24 |
![]() |
coding | HiddenField | 'fromEntityUniqueId' hides a field. | 24 |
![]() |
misc | FinalParameters | Parameter entityClass should be final. | 24 |
![]() |
coding | HiddenField | 'entityClass' hides a field. | 24 |
![]() |
misc | FinalParameters | Parameter event should be final. | 24 |
![]() |
coding | HiddenField | 'event' hides a field. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 25 |
![]() |
misc | FinalParameters | Parameter id should be final. | 25 |
![]() |
coding | HiddenField | 'id' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter timeMs should be final. | 25 |
![]() |
coding | HiddenField | 'timeMs' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter repeatInterval should be final. | 25 |
![]() |
coding | HiddenField | 'repeatInterval' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter entityId should be final. | 25 |
![]() |
coding | HiddenField | 'entityId' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter entityUniqueId should be final. | 26 |
![]() |
coding | HiddenField | 'entityUniqueId' hides a field. | 26 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 39 |
![]() |
coding | HiddenField | 'fromEntityUniqueId' hides a field. | 39 |
![]() |
misc | FinalParameters | Parameter entityClass should be final. | 39 |
![]() |
coding | HiddenField | 'entityClass' hides a field. | 39 |
![]() |
misc | FinalParameters | Parameter event should be final. | 39 |
![]() |
coding | HiddenField | 'event' hides a field. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 40 |
![]() |
misc | FinalParameters | Parameter id should be final. | 40 |
![]() |
coding | HiddenField | 'id' hides a field. | 40 |
![]() |
misc | FinalParameters | Parameter timeMs should be final. | 40 |
![]() |
coding | HiddenField | 'timeMs' hides a field. | 40 |
![]() |
misc | FinalParameters | Parameter entityId should be final. | 40 |
![]() |
coding | HiddenField | 'entityId' hides a field. | 40 |
![]() |
misc | FinalParameters | Parameter entityUniqueId should be final. | 40 |
![]() |
coding | HiddenField | 'entityUniqueId' hides a field. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 44 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 44 |
![]() |
coding | HiddenField | 'fromEntityUniqueId' hides a field. | 44 |
![]() |
misc | FinalParameters | Parameter entityClass should be final. | 44 |
![]() |
coding | HiddenField | 'entityClass' hides a field. | 44 |
![]() |
misc | FinalParameters | Parameter event should be final. | 44 |
![]() |
coding | HiddenField | 'event' hides a field. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 45 |
![]() |
misc | FinalParameters | Parameter id should be final. | 45 |
![]() |
coding | HiddenField | 'id' hides a field. | 45 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 45 |
![]() |
misc | FinalParameters | Parameter repeatInterval should be final. | 45 |
![]() |
coding | HiddenField | 'repeatInterval' hides a field. | 45 |
![]() |
misc | FinalParameters | Parameter entityId should be final. | 45 |
![]() |
coding | HiddenField | 'entityId' hides a field. | 45 |
![]() |
misc | FinalParameters | Parameter entityUniqueId should be final. | 46 |
![]() |
coding | HiddenField | 'entityUniqueId' hides a field. | 46 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 51 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 58 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 58 |
![]() |
coding | HiddenField | 'fromEntityUniqueId' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter entityClass should be final. | 58 |
![]() |
coding | HiddenField | 'entityClass' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter event should be final. | 58 |
![]() |
coding | HiddenField | 'event' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter id should be final. | 59 |
![]() |
coding | HiddenField | 'id' hides a field. | 59 |
![]() |
misc | FinalParameters | Parameter entityId should be final. | 59 |
![]() |
coding | HiddenField | 'entityId' hides a field. | 59 |
![]() |
misc | FinalParameters | Parameter entityUniqueId should be final. | 59 |
![]() |
coding | HiddenField | 'entityUniqueId' hides a field. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 60 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getRepeatInterval' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getRepeatInterval' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getEntityClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getEntityClass' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getEvent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getEvent' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getTime' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getEntityId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getEntityId' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getFromEntityUniqueId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getFromEntityUniqueId' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getEntityUniqueId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getEntityUniqueId' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
design | DesignForExtension | Class 'Signal' 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 'Signal' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 5 |
![]() |
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 85). | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter e1 should be final. | 11 |
![]() |
coding | HiddenField | 'e1' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter op should be final. | 11 |
![]() |
coding | HiddenField | 'op' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter e2 should be final. | 12 |
![]() |
coding | HiddenField | 'e2' hides a field. | 12 |
![]() |
design | DesignForExtension | Class 'BinaryBooleanExpression' looks like designed for extension (can be subclassed), but the method 'getExpression1' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryBooleanExpression' final or making the method 'getExpression1' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Class 'BinaryBooleanExpression' looks like designed for extension (can be subclassed), but the method 'getExpression2' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryBooleanExpression' final or making the method 'getExpression2' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
design | DesignForExtension | Class 'BinaryBooleanExpression' looks like designed for extension (can be subclassed), but the method 'getOperator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryBooleanExpression' final or making the method 'getOperator' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 5 |
![]() |
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 85). | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter e1 should be final. | 11 |
![]() |
coding | HiddenField | 'e1' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter op should be final. | 11 |
![]() |
coding | HiddenField | 'op' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter e2 should be final. | 12 |
![]() |
coding | HiddenField | 'e2' hides a field. | 12 |
![]() |
design | DesignForExtension | Class 'BinaryNumericExpression' looks like designed for extension (can be subclassed), but the method 'getExpression1' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryNumericExpression' final or making the method 'getExpression1' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Class 'BinaryNumericExpression' looks like designed for extension (can be subclassed), but the method 'getExpression2' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryNumericExpression' final or making the method 'getExpression2' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'BinaryNumericExpression' looks like designed for extension (can be subclassed), but the method 'getOperator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryNumericExpression' final or making the method 'getOperator' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 5 |
![]() |
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 82). | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter e1 should be final. | 11 |
![]() |
coding | HiddenField | 'e1' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter op should be final. | 11 |
![]() |
coding | HiddenField | 'op' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter e2 should be final. | 12 |
![]() |
coding | HiddenField | 'e2' hides a field. | 12 |
![]() |
design | DesignForExtension | Class 'BinaryStringExpression' looks like designed for extension (can be subclassed), but the method 'getExpression1' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryStringExpression' final or making the method 'getExpression1' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Class 'BinaryStringExpression' looks like designed for extension (can be subclassed), but the method 'getExpression2' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryStringExpression' final or making the method 'getExpression2' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'BinaryStringExpression' looks like designed for extension (can be subclassed), but the method 'getOperator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryStringExpression' final or making the method 'getOperator' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
design | DesignForExtension | Class 'BooleanExpression' looks like designed for extension (can be subclassed), but the method 'and' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BooleanExpression' final or making the method 'and' static/final/abstract/empty, or adding allowed annotation for the method. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter e should be final. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 8 |
![]() |
design | DesignForExtension | Class 'BooleanExpression' looks like designed for extension (can be subclassed), but the method 'or' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BooleanExpression' final or making the method 'or' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter e should be final. | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 12 |
![]() |
design | DesignForExtension | Class 'BooleanExpression' looks like designed for extension (can be subclassed), but the method 'not' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BooleanExpression' final or making the method 'not' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 98). | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
misc | FinalParameters | Parameter n1 should be final. | 10 |
![]() |
coding | HiddenField | 'n1' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter op should be final. | 10 |
![]() |
coding | HiddenField | 'op' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter n2 should be final. | 10 |
![]() |
coding | HiddenField | 'n2' hides a field. | 10 |
![]() |
design | DesignForExtension | Class 'DateComparison' looks like designed for extension (can be subclassed), but the method 'getExpression1' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateComparison' final or making the method 'getExpression1' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
design | DesignForExtension | Class 'DateComparison' looks like designed for extension (can be subclassed), but the method 'getOperator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateComparison' final or making the method 'getOperator' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Class 'DateComparison' looks like designed for extension (can be subclassed), but the method 'getExpression2' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateComparison' final or making the method 'getExpression2' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter value should be final. | 12 |
![]() |
coding | HiddenField | 'value' hides a field. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 16 |
![]() |
design | DesignForExtension | Class 'DateConstant' looks like designed for extension (can be subclassed), but the method 'getValue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateConstant' final or making the method 'getValue' 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 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'lt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'lt' static/final/abstract/empty, or adding allowed annotation for the method. | 9 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter e should be final. | 9 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'gt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'gt' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter e should be final. | 13 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'before' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'before' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter e should be final. | 17 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'after' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'after' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter e should be final. | 21 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'lte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'lte' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter e should be final. | 25 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'gte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'gte' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter e should be final. | 29 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'eq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'eq' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter e should be final. | 33 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'neq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'neq' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter e should be final. | 37 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'lt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'lt' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter e should be final. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 42 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'gt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'gt' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter e should be final. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 46 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'before' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'before' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
misc | FinalParameters | Parameter e should be final. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 50 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'after' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'after' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter e should be final. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 54 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'lte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'lte' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter e should be final. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'gte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'gte' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter e should be final. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 62 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'eq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'eq' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter e should be final. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 66 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'neq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'neq' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter e should be final. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter field should be final. | 9 |
![]() |
coding | HiddenField | 'field' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'DateExpressionField' looks like designed for extension (can be subclassed), but the method 'getField' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpressionField' final or making the method 'getField' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter name should be final. | 7 |
![]() |
coding | HiddenField | 'name' hides a field. | 7 |
![]() |
design | DesignForExtension | Class 'Field' 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 'Field' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter e should be final. | 9 |
![]() |
coding | HiddenField | 'e' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'IsNullDate' looks like designed for extension (can be subclassed), but the method 'getExpression' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'IsNullDate' final or making the method 'getExpression' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter e should be final. | 9 |
![]() |
coding | HiddenField | 'e' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'IsNullNumeric' looks like designed for extension (can be subclassed), but the method 'getExpression' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'IsNullNumeric' final or making the method 'getExpression' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter e should be final. | 9 |
![]() |
coding | HiddenField | 'e' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'IsNullString' looks like designed for extension (can be subclassed), but the method 'getExpression' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'IsNullString' final or making the method 'getExpression' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter e should be final. | 9 |
![]() |
coding | HiddenField | 'e' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'Not' looks like designed for extension (can be subclassed), but the method 'getExpression' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Not' final or making the method 'getExpression' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 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 83). | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
misc | FinalParameters | Parameter n1 should be final. | 10 |
![]() |
coding | HiddenField | 'n1' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter op should be final. | 10 |
![]() |
coding | HiddenField | 'op' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter n2 should be final. | 11 |
![]() |
coding | HiddenField | 'n2' hides a field. | 11 |
![]() |
design | DesignForExtension | Class 'NumericComparison' looks like designed for extension (can be subclassed), but the method 'getExpression1' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericComparison' final or making the method 'getExpression1' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Class 'NumericComparison' looks like designed for extension (can be subclassed), but the method 'getOperator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericComparison' final or making the method 'getOperator' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'NumericComparison' looks like designed for extension (can be subclassed), but the method 'getExpression2' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericComparison' final or making the method 'getExpression2' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter value should be final. | 9 |
![]() |
coding | HiddenField | 'value' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'NumericConstant' looks like designed for extension (can be subclassed), but the method 'getValue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericConstant' final or making the method 'getValue' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter e should be final. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 8 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter e should be final. | 11 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'minus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'minus' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter e should be final. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 17 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'minus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'minus' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
misc | FinalParameters | Parameter e should be final. | 20 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'times' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'times' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter e should be final. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'times' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'times' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter e should be final. | 29 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'divide' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'divide' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter e should be final. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'divide' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'divide' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter e should be final. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 39 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'eq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'eq' static/final/abstract/empty, or adding allowed annotation for the method. | 43 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter e should be final. | 43 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'eq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'eq' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter e should be final. | 47 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'neq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'neq' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter e should be final. | 52 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'neq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'neq' static/final/abstract/empty, or adding allowed annotation for the method. | 56 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
misc | FinalParameters | Parameter e should be final. | 56 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'gt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'gt' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter e should be final. | 61 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'gt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'gt' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter e should be final. | 65 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'gte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'gte' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter e should be final. | 70 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'gte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'gte' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter e should be final. | 74 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'lt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'lt' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter e should be final. | 79 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'lt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'lt' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter e should be final. | 83 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'lte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'lte' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter e should be final. | 88 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'lte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'lte' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter e should be final. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter field should be final. | 9 |
![]() |
coding | HiddenField | 'field' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'NumericExpressionField' looks like designed for extension (can be subclassed), but the method 'getField' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpressionField' final or making the method 'getField' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter e should be final. | 29 |
![]() |
coding | HiddenField | 'e' hides a field. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter e should be final. | 33 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'select' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'select' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter exp should be final. | 37 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'entityClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'entityClass' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 41 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'info' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'info' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter info should be final. | 46 |
![]() |
coding | HiddenField | 'info' hides a field. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 72 |
![]() |
misc | FinalParameters | Parameter em should be final. | 72 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 79 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'any' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'any' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter em should be final. | 83 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 87 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'any' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'any' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'many' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'many' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'many' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'many' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter em should be final. | 99 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 104 |
![]() |
misc | FinalParameters | Parameter entityClass should be final. | 114 |
![]() |
misc | FinalParameters | Parameter clause should be final. | 114 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 119 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'getClause' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'getClause' static/final/abstract/empty, or adding allowed annotation for the method. | 124 |
![]() |
misc | FinalParameters | Parameter e should be final. | 129 |
![]() |
coding | HiddenField | 'e' hides a field. | 129 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 167 |
![]() |
misc | FinalParameters | Parameter op should be final. | 173 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 176 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 180 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 186 |
![]() |
misc | FinalParameters | Parameter e should be final. | 190 |
![]() |
coding | HiddenField | 'e' hides a field. | 190 |
![]() |
misc | FinalParameters | Parameter op should be final. | 209 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 214 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 218 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 220 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 224 |
![]() |
misc | FinalParameters | Parameter e should be final. | 228 |
![]() |
coding | HiddenField | 'e' hides a field. | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 254 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 254 |
![]() |
misc | FinalParameters | Parameter out should be final. | 254 |
![]() |
misc | FinalParameters | Parameter object should be final. | 254 |
![]() |
misc | FinalParameters | Parameter op should be final. | 261 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 262 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 264 |
![]() |
misc | FinalParameters | Parameter op should be final. | 268 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 269 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 271 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 273 |
![]() |
misc | FinalParameters | Parameter c should be final. | 277 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 279 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 281 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 283 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 285 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 287 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 289 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 291 |
![]() |
misc | FinalParameters | Parameter e should be final. | 296 |
![]() |
coding | HiddenField | 'e' hides a field. | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 306 |
![]() |
misc | FinalParameters | Parameter op should be final. | 322 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 324 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 326 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 328 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 330 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 332 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 337 |
![]() |
design | VisibilityModifier | Variable 'clause' must be private and have accessor methods. | 337 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 338 |
![]() |
design | VisibilityModifier | Variable 'parameters' must be private and have accessor methods. | 338 |
![]() |
misc | FinalParameters | Parameter clause should be final. | 340 |
![]() |
coding | HiddenField | 'clause' hides a field. | 340 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 340 |
![]() |
coding | HiddenField | 'parameters' hides a field. | 340 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
coding | MagicNumber | '3' is a magic number. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
coding | MagicNumber | '3' is a magic number. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
coding | MagicNumber | '3' is a magic number. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
coding | MagicNumber | '3' is a magic number. | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
coding | MagicNumber | '3' is a magic number. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
coding | MagicNumber | '3' is a magic number. | 50 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
coding | MagicNumber | '3' is a magic number. | 56 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 61 |
![]() |
coding | MagicNumber | '3' is a magic number. | 61 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 66 |
![]() |
coding | MagicNumber | '3' is a magic number. | 66 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 71 |
![]() |
coding | MagicNumber | '3' is a magic number. | 71 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 76 |
![]() |
coding | MagicNumber | '3' is a magic number. | 76 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 87 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 97 |
![]() |
javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 99 |
![]() |
misc | FinalParameters | Parameter event should be final. | 117 |
![]() |
misc | FinalParameters | Parameter event should be final. | 123 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 123 |
![]() |
misc | FinalParameters | Parameter event should be final. | 129 |
![]() |
misc | FinalParameters | Parameter event should be final. | 141 |
![]() |
misc | FinalParameters | Parameter time should be final. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter e1 should be final. | 11 |
![]() |
coding | HiddenField | 'e1' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter op should be final. | 11 |
![]() |
coding | HiddenField | 'op' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter e2 should be final. | 12 |
![]() |
coding | HiddenField | 'e2' hides a field. | 12 |
![]() |
design | DesignForExtension | Class 'StringComparison' looks like designed for extension (can be subclassed), but the method 'getExpression1' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringComparison' final or making the method 'getExpression1' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Class 'StringComparison' looks like designed for extension (can be subclassed), but the method 'getExpression2' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringComparison' final or making the method 'getExpression2' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'StringComparison' looks like designed for extension (can be subclassed), but the method 'getOperator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringComparison' final or making the method 'getOperator' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter value should be final. | 9 |
![]() |
coding | HiddenField | 'value' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'StringConstant' looks like designed for extension (can be subclassed), but the method 'getValue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringConstant' final or making the method 'getValue' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'eq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'eq' static/final/abstract/empty, or adding allowed annotation for the method. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter e should be final. | 7 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'eq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'eq' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter s should be final. | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 12 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'neq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'neq' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter e should be final. | 15 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'neq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'neq' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
misc | FinalParameters | Parameter s should be final. | 19 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'gt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'gt' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter s should be final. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'gte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'gte' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter s should be final. | 28 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'lt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'lt' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter s should be final. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'lte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'lte' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter s should be final. | 37 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'like' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'like' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter s should be final. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter field should be final. | 9 |
![]() |
coding | HiddenField | 'field' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'StringExpressionField' looks like designed for extension (can be subclassed), but the method 'getField' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpressionField' final or making the method 'getField' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 5 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter b should be final. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | VisibilityModifier | Variable 'indentString' must be private and have accessor methods. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter out should be final. | 24 |
![]() |
coding | HiddenField | 'out' hides a field. | 24 |
![]() |
misc | FinalParameters | Parameter prettyPrint should be final. | 24 |
![]() |
coding | HiddenField | 'prettyPrint' hides a field. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter out should be final. | 30 |
![]() |
coding | HiddenField | 'out' hides a field. | 30 |
![]() |
misc | FinalParameters | Parameter prettyPrint should be final. | 30 |
![]() |
coding | HiddenField | 'prettyPrint' hides a field. | 30 |
![]() |
misc | FinalParameters | Parameter startIndent should be final. | 30 |
![]() |
coding | HiddenField | 'startIndent' hides a field. | 30 |
![]() |
design | DesignForExtension | Class 'TaggedOutputStream' looks like designed for extension (can be subclassed), but the method 'startTag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TaggedOutputStream' final or making the method 'startTag' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter tag should be final. | 38 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 42 |
![]() |
design | DesignForExtension | Class 'TaggedOutputStream' looks like designed for extension (can be subclassed), but the method 'addAttribute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TaggedOutputStream' final or making the method 'addAttribute' static/final/abstract/empty, or adding allowed annotation for the method. | 59 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter key should be final. | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 59 |
![]() |
design | DesignForExtension | Class 'TaggedOutputStream' looks like designed for extension (can be subclassed), but the method 'addAttribute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TaggedOutputStream' final or making the method 'addAttribute' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter key should be final. | 65 |
![]() |
misc | FinalParameters | Parameter d should be final. | 65 |
![]() |
design | DesignForExtension | Class 'TaggedOutputStream' looks like designed for extension (can be subclassed), but the method 'newLine' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TaggedOutputStream' final or making the method 'newLine' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
design | DesignForExtension | Class 'TaggedOutputStream' looks like designed for extension (can be subclassed), but the method 'closeTag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TaggedOutputStream' final or making the method 'closeTag' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 87 |
![]() |
design | DesignForExtension | Class 'TaggedOutputStream' looks like designed for extension (can be subclassed), but the method 'close' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TaggedOutputStream' final or making the method 'close' static/final/abstract/empty, or adding allowed annotation for the method. | 97 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
![]() |
misc | FinalParameters | Parameter str should be final. | 103 |
![]() |
design | DesignForExtension | Class 'TaggedOutputStream' looks like designed for extension (can be subclassed), but the method 'append' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TaggedOutputStream' final or making the method 'append' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter str should be final. | 113 |
![]() |
design | DesignForExtension | Class 'TaggedOutputStream' looks like designed for extension (can be subclassed), but the method 'append' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TaggedOutputStream' final or making the method 'append' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter b should be final. | 119 |
![]() |
design | DesignForExtension | Class 'TaggedOutputStream' looks like designed for extension (can be subclassed), but the method 'append' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TaggedOutputStream' final or making the method 'append' static/final/abstract/empty, or adding allowed annotation for the method. | 124 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter d should be final. | 124 |
![]() |
design | DesignForExtension | Class 'TaggedOutputStream' looks like designed for extension (can be subclassed), but the method 'append' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TaggedOutputStream' final or making the method 'append' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
misc | FinalParameters | Parameter d should be final. | 130 |
![]() |
design | DesignForExtension | Class 'TaggedOutputStream' looks like designed for extension (can be subclassed), but the method 'getOutputStream' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TaggedOutputStream' final or making the method 'getOutputStream' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
misc | FinalParameters | Parameter args should be final. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
design | DesignForExtension | Class 'TaggedString' 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 'TaggedString' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |