The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 11 | ![]() |
NewlineAtEndOfFile | 1 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 1059 | ![]() |
RegexpSingleline
| 582 | ![]() |
JavadocMethod | 454 | ![]() |
JavadocType | 19 | ![]() |
JavadocVariable | 150 | ![]() |
JavadocStyle | 62 | ![]() |
ConstantName | 2 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 2 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 4 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 3 | ![]() |
LineLength | 866 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 2 | ![]() |
NoWhitespaceAfter | 2 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 112 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 23 | ![]() |
WhitespaceAround | 187 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 126 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 5 | ![]() |
RightCurly | 16 | ![]() |
AvoidInlineConditionals | 17 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 107 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 3 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 8 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 1 | ![]() |
DesignForExtension | 273 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 2 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 20 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 293 | ![]() |
TodoComment | 2 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 35 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | ',' is not followed by whitespace. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'getKualiSessionId' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Method 'setKualiSessionId' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Parameter kualiSessionId should be final. | 58 |
![]() | 'kualiSessionId' hides a field. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line has trailing spaces. | 64 |
![]() | Parameter principalName should be final. | 67 |
![]() | Expected @param tag for 'principalName'. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | ',' is not followed by whitespace. | 73 |
![]() | Line has trailing spaces. | 76 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Method 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Method 'getPrincipalName' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Line has trailing spaces. | 97 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line has trailing spaces. | 101 |
![]() | Method 'getLoggedInUserPrincipalName' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | First sentence should end with a period. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line has trailing spaces. | 124 |
![]() | Method 'setBackdoorUser' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Parameter principalName should be final. | 127 |
![]() | Expected @param tag for 'principalName'. | 127 |
![]() | '(' is followed by whitespace. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line contains a tab character. | 132 |
![]() | Line has trailing spaces. | 136 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line contains a tab character. | 138 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | First sentence should end with a period. | 142 |
![]() | Line has trailing spaces. | 144 |
![]() | Method 'clearBackdoorUser' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line has trailing spaces. | 152 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line has trailing spaces. | 155 |
![]() | Expected an @return tag. | 158 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Method 'addObjectWithGeneratedKey' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Parameter object should be final. | 158 |
![]() | Expected @param tag for 'object'. | 158 |
![]() | Parameter keyPrefix should be final. | 158 |
![]() | Expected @param tag for 'keyPrefix'. | 158 |
![]() | Line has trailing spaces. | 163 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line has trailing spaces. | 166 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line has trailing spaces. | 168 |
![]() | Expected an @return tag. | 171 |
![]() | Method 'addObjectWithGeneratedKey' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Parameter object should be final. | 171 |
![]() | Expected @param tag for 'object'. | 171 |
![]() | First sentence should end with a period. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line has trailing spaces. | 180 |
![]() | Line has trailing spaces. | 182 |
![]() | Method 'addObject' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | Parameter key should be final. | 184 |
![]() | Expected @param tag for 'key'. | 184 |
![]() | Parameter object should be final. | 184 |
![]() | Expected @param tag for 'object'. | 184 |
![]() | First sentence should end with a period. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line has trailing spaces. | 193 |
![]() | Expected an @return tag. | 196 |
![]() | Method 'retrieveObject' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Parameter objectKey should be final. | 196 |
![]() | Expected @param tag for 'objectKey'. | 196 |
![]() | First sentence should end with a period. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Line has trailing spaces. | 203 |
![]() | Method 'removeObject' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Parameter objectKey should be final. | 206 |
![]() | Expected @param tag for 'objectKey'. | 206 |
![]() | First sentence should end with a period. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Method 'removeObjectsByPrefix' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Parameter objectKeyPrefix should be final. | 214 |
![]() | Expected @param tag for 'objectKeyPrefix'. | 214 |
![]() | Method 'isBackdoorInUse' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Line has trailing spaces. | 233 |
![]() | First sentence should end with a period. | 234 |
![]() | Line contains a tab character. | 234 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line contains a tab character. | 235 |
![]() | Line has trailing spaces. | 236 |
![]() | Line contains a tab character. | 236 |
![]() | Line contains a tab character. | 237 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Method 'putSessionTicket' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Parameter ticket should be final. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | First sentence should end with a period. | 245 |
![]() | Line contains a tab character. | 245 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line contains a tab character. | 246 |
![]() | Line has trailing spaces. | 247 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Method 'getAllSessionTickets' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line contains a tab character. | 251 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | First sentence should end with a period. | 262 |
![]() | Line contains a tab character. | 262 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Line contains a tab character. | 263 |
![]() | Line has trailing spaces. | 264 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Line contains a tab character. | 267 |
![]() | Method 'getAllSessionTicketsByType' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() | Parameter ticketTypeName should be final. | 267 |
![]() | Expected @param tag for 'ticketTypeName'. | 267 |
![]() | Line is longer than 80 characters. | 268 |
![]() | Line contains a tab character. | 268 |
![]() | Line contains a tab character. | 270 |
![]() | Line is longer than 80 characters. | 271 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Line contains a tab character. | 279 |
![]() | Line is longer than 80 characters. | 280 |
![]() | Line contains a tab character. | 280 |
![]() | Line is longer than 80 characters. | 281 |
![]() | Line contains a tab character. | 281 |
![]() | Line has trailing spaces. | 282 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Line is longer than 80 characters. | 289 |
![]() | Line contains a tab character. | 289 |
![]() | Method 'hasMatchingSessionTicket' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() | Parameter ticketTypeName should be final. | 289 |
![]() | Parameter matchContext should be final. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line is longer than 80 characters. | 292 |
![]() | Line contains a tab character. | 292 |
![]() | Line is longer than 80 characters. | 293 |
![]() | Line contains a tab character. | 293 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line is longer than 80 characters. | 298 |
![]() | Line contains a tab character. | 298 |
![]() | Line is longer than 80 characters. | 299 |
![]() | Line contains a tab character. | 299 |
![]() | Line is longer than 80 characters. | 300 |
![]() | Line contains a tab character. | 300 |
![]() | Line is longer than 80 characters. | 301 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Line has trailing spaces. | 315 |
![]() | Line contains a tab character. | 315 |
![]() | Line contains a tab character. | 316 |
![]() | Expected an @return tag. | 317 |
![]() | Line contains a tab character. | 317 |
![]() | Method 'getObjectMap' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | Line contains a tab character. | 319 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Redundant 'public' modifier. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | ',' is not followed by whitespace. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Redundant 'public' modifier. | 43 |
![]() | ',' is not followed by whitespace. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 25 |
![]() | '=' is not preceded with whitespace. | 30 |
![]() | '=' is not followed by whitespace. | 30 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Parameter type should be final. | 43 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Line is longer than 80 characters. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | '(' is followed by whitespace. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | Line has trailing spaces. | 60 |
![]() | Line has trailing spaces. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Comment matches to-do format 'TODO:'. | 29 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '=' is not preceded with whitespace. | 35 |
![]() | '=' is not followed by whitespace. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '=' is not preceded with whitespace. | 38 |
![]() | '=' is not followed by whitespace. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | Missing a Javadoc comment. | 44 |
![]() | '{' is not followed by whitespace. | 44 |
![]() | '}' is not preceded with whitespace. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter type should be final. | 46 |
![]() | 'type' hides a field. | 46 |
![]() | Parameter actionRequested should be final. | 46 |
![]() | 'actionRequested' hides a field. | 46 |
![]() | Parameter id should be final. | 46 |
![]() | 'id' hides a field. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Method 'getActionRequested' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line has trailing spaces. | 63 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter o should be final. | 64 |
![]() | 'if' construct must use '{}'s. | 65 |
![]() | 'if' construct must use '{}'s. | 66 |
![]() | 'if' construct must use '{}'s. | 67 |
![]() | Line has trailing spaces. | 69 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Variable 'type' must be private and have accessor methods. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | '=' is not preceded with whitespace. | 45 |
![]() | '=' is not followed by whitespace. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Variable 'actionRequested' must be private and have accessor methods. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | '=' is not preceded with whitespace. | 48 |
![]() | '=' is not followed by whitespace. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Variable 'id' must be private and have accessor methods. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'name' must be private and have accessor methods. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | '=' is not preceded with whitespace. | 52 |
![]() | '=' is not followed by whitespace. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Variable 'documentNumber' must be private and have accessor methods. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Method 'getActionRequested' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Method 'setActionRequested' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter actionRequested should be final. | 65 |
![]() | 'actionRequested' hides a field. | 65 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter id should be final. | 73 |
![]() | 'id' hides a field. | 73 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | Parameter name should be final. | 79 |
![]() | 'name' hides a field. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter type should be final. | 87 |
![]() | 'type' hides a field. | 87 |
![]() | Method 'setdocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | Parameter documentNumber should be final. | 91 |
![]() | 'documentNumber' hides a field. | 91 |
![]() | '{' is not preceded with whitespace. | 91 |
![]() | Method 'getdocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '{' is not preceded with whitespace. | 95 |
![]() | Method 'getActionRequestedValue' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Line is longer than 80 characters. | 102 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Using the '.*' form of import should be avoided - javax.persistence.*. | 21 |
![]() | '=' is not preceded with whitespace. | 29 |
![]() | '=' is not followed by whitespace. | 29 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | '=' is not preceded with whitespace. | 33 |
![]() | '=' is not followed by whitespace. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '=' is not preceded with whitespace. | 35 |
![]() | '=' is not followed by whitespace. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '=' is not preceded with whitespace. | 37 |
![]() | '=' is not followed by whitespace. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '=' is not preceded with whitespace. | 43 |
![]() | '=' is not followed by whitespace. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '=' is not preceded with whitespace. | 46 |
![]() | '=' is not followed by whitespace. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | '=' is not preceded with whitespace. | 47 |
![]() | '=' is not followed by whitespace. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'getNoteIdentifier' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Method 'setNoteIdentifier' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Parameter noteIdentifier should be final. | 73 |
![]() | 'noteIdentifier' hides a field. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'getAttachmentMimeTypeCode' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Method 'setAttachmentMimeTypeCode' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Parameter attachmentMimeTypeCode should be final. | 94 |
![]() | 'attachmentMimeTypeCode' hides a field. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Method 'getAttachmentFileName' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Method 'setAttachmentFileName' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter attachmentFileName should be final. | 115 |
![]() | 'attachmentFileName' hides a field. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Method 'getAttachmentIdentifier' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Method 'setAttachmentIdentifier' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Parameter attachmentIdentifier should be final. | 136 |
![]() | 'attachmentIdentifier' hides a field. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Method 'getAttachmentFileSize' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Method 'setAttachmentFileSize' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Parameter attachmentFileSize should be final. | 157 |
![]() | 'attachmentFileSize' hides a field. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Method 'getAttachmentTypeCode' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Method 'setAttachmentTypeCode' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Parameter attachmentTypeCode should be final. | 178 |
![]() | 'attachmentTypeCode' hides a field. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Method 'getNote' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | Method 'setNote' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Parameter note should be final. | 194 |
![]() | 'note' hides a field. | 194 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Method 'isComplete' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Expected an @return tag. | 208 |
![]() | Method 'getAttachmentContents' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() | Expected @throws tag for 'IOException'. | 208 |
![]() | Line is longer than 80 characters. | 209 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 22 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Expected an @return tag. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Parameter fieldValues should be final. | 36 |
![]() | Expected @param tag for 'fieldValues'. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Expected an @return tag. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Unclosed HTML tag found: <code>BusinessObjectMetaDataService | 25 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | ',' is not followed by whitespace. | 31 |
![]() | ',' is not followed by whitespace. | 31 |
![]() | '(' is followed by whitespace. | 31 |
![]() | '4' is a magic number. | 31 |
![]() | ')' is preceded with whitespace. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter parent should be final. | 38 |
![]() | Parameter parentAttributeName should be final. | 38 |
![]() | 'parentAttributeName' hides a field. | 38 |
![]() | Parameter relatedClass should be final. | 38 |
![]() | 'relatedClass' hides a field. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | Method 'getRelatedClass' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line has trailing spaces. | 51 |
![]() | Method 'getParentClass' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line is longer than 80 characters. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ',' is not followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line is longer than 80 characters. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | Method 'getParentAttributeName' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Method 'getParentToChildReferences' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Method 'setParentToChildReferences' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter referenceAttribues should be final. | 79 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'getUserVisibleIdentifierKey' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Method 'setUserVisibleIdentifierKey' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter userVisibleIdentifierKey should be final. | 89 |
![]() | 'userVisibleIdentifierKey' hides a field. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Method 'getParentAttributeForChildAttribute' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '(' is followed by whitespace. | 93 |
![]() | Parameter childAttributeName should be final. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | ',' is not followed by whitespace. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Method 'getChildAttributeForParentAttribute' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | Parameter parentAttributeName should be final. | 102 |
![]() | 'parentAttributeName' hides a field. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | '(' is followed by whitespace. | 103 |
![]() | ')' is preceded with whitespace. | 103 |
![]() | Line contains a tab character. | 104 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Redundant 'public' modifier. | 44 |
![]() | Redundant throws: 'ExportNotSupportedException' is unchecked exception. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Redundant 'public' modifier. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 35 |
![]() | Redundant 'public' modifier. | 37 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 43 |
![]() | Redundant 'public' modifier. | 45 |
![]() | Line has trailing spaces. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line has trailing spaces. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Redundant 'public' modifier. | 55 |
![]() | Line has trailing spaces. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Redundant 'public' modifier. | 65 |
![]() | Line has trailing spaces. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 74 |
![]() | Redundant 'public' modifier. | 76 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line has trailing spaces. | 81 |
![]() | Expected an @return tag. | 84 |
![]() | Redundant 'public' modifier. | 84 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line contains a tab character. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | '=' is not preceded with whitespace. | 24 |
![]() | '=' is not followed by whitespace. | 24 |
![]() | Method 'getDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Method 'setDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter documentNumber should be final. | 31 |
![]() | 'documentNumber' hides a field. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Variable 'activeFromDate' must be private and have accessor methods. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Variable 'activeToDate' must be private and have accessor methods. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Variable 'activeAsOfDate' must be private and have accessor methods. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Variable 'current' must be private and have accessor methods. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Expected an @return tag. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter active should be final. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Method 'setActiveFromDate' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter from should be final. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'setActiveToDate' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter to should be final. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Method 'getActiveFromDate' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'getActiveToDate' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 75 |
![]() | Method 'getActiveAsOfDate' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 79 |
![]() | Method 'setActiveAsOfDate' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter activeAsOfDate should be final. | 79 |
![]() | 'activeAsOfDate' hides a field. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'isCurrent' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'setCurrent' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter current should be final. | 87 |
![]() | 'current' hides a field. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | '=' is not preceded with whitespace. | 31 |
![]() | '=' is not followed by whitespace. | 31 |
![]() | Variable 'code' must be private and have accessor methods. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '=' is not preceded with whitespace. | 33 |
![]() | '=' is not followed by whitespace. | 33 |
![]() | Variable 'name' must be private and have accessor methods. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '=' is not preceded with whitespace. | 35 |
![]() | '=' is not followed by whitespace. | 35 |
![]() | '=' is not preceded with whitespace. | 36 |
![]() | '=' is not followed by whitespace. | 36 |
![]() | Variable 'active' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter code should be final. | 43 |
![]() | 'code' hides a field. | 43 |
![]() | Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Parameter code should be final. | 58 |
![]() | 'code' hides a field. | 58 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter name should be final. | 74 |
![]() | 'name' hides a field. | 74 |
![]() | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Unused @param tag for 'name'. | 88 |
![]() | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Parameter a should be final. | 90 |
![]() | Expected @param tag for 'a'. | 90 |
![]() | Line has trailing spaces. | 97 |
![]() | Method 'getCodeAndDescription' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Line has trailing spaces. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Line has trailing spaces. | 99 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Expected an @return tag. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Parameter code should be final. | 105 |
![]() | Expected @param tag for 'code'. | 105 |
![]() | Parameter desc should be final. | 105 |
![]() | Expected @param tag for 'desc'. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line has trailing spaces. | 118 |
![]() | Expected an @return tag. | 121 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Parameter obj should be final. | 121 |
![]() | Expected @param tag for 'obj'. | 121 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line has trailing spaces. | 130 |
![]() | Expected an @return tag. | 133 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 133 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '=' is not preceded with whitespace. | 26 |
![]() | '=' is not followed by whitespace. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '=' is not preceded with whitespace. | 28 |
![]() | '=' is not followed by whitespace. | 28 |
![]() | First sentence should end with a period. | 30 |
![]() | '=' is not preceded with whitespace. | 34 |
![]() | '=' is not followed by whitespace. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Method 'getLookupResultsSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Method 'setLookupResultsSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter lookupResultsSequenceNumber should be final. | 41 |
![]() | 'lookupResultsSequenceNumber' hides a field. | 41 |
![]() | Method 'getLookupPersonId' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Method 'setLookupPersonId' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter lookupPersonId should be final. | 49 |
![]() | 'lookupPersonId' hides a field. | 49 |
![]() | Method 'getLookupDate' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Method 'setLookupDate' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Parameter lookupDate should be final. | 63 |
![]() | 'lookupDate' hides a field. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Using the '.*' form of import should be avoided - javax.persistence.*. | 26 |
![]() | '=' is not preceded with whitespace. | 33 |
![]() | '=' is not followed by whitespace. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '=' is not preceded with whitespace. | 38 |
![]() | '=' is not followed by whitespace. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | ',' is not followed by whitespace. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | ',' is not followed by whitespace. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '=' is not followed by whitespace. | 40 |
![]() | ',' is not followed by whitespace. | 40 |
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '=' is not followed by whitespace. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | ',' is not followed by whitespace. | 41 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | '=' is not preceded with whitespace. | 43 |
![]() | '=' is not followed by whitespace. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '=' is not preceded with whitespace. | 45 |
![]() | '=' is not followed by whitespace. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | '=' is not preceded with whitespace. | 47 |
![]() | '=' is not followed by whitespace. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | '=' is not preceded with whitespace. | 49 |
![]() | '=' is not followed by whitespace. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | '=' is not preceded with whitespace. | 53 |
![]() | '=' is not followed by whitespace. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '=' is not preceded with whitespace. | 55 |
![]() | '=' is not followed by whitespace. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '=' is not preceded with whitespace. | 57 |
![]() | '=' is not followed by whitespace. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 62 |
![]() | '=' is not preceded with whitespace. | 62 |
![]() | '=' is not followed by whitespace. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line has trailing spaces. | 86 |
![]() | Method 'setNotePostedTimestampToCurrent' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line has trailing spaces. | 97 |
![]() | Method 'getNoteIdentifier' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Line has trailing spaces. | 106 |
![]() | Method 'setNoteIdentifier' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Parameter noteIdentifier should be final. | 109 |
![]() | 'noteIdentifier' hides a field. | 109 |
![]() | Line has trailing spaces. | 115 |
![]() | Method 'getRemoteObjectIdentifier' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Line has trailing spaces. | 124 |
![]() | Method 'setRemoteObjectIdentifier' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Parameter remoteObjectIdentifier should be final. | 127 |
![]() | 'remoteObjectIdentifier' hides a field. | 127 |
![]() | Line has trailing spaces. | 134 |
![]() | Method 'getAuthorUniversalIdentifier' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Line has trailing spaces. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Method 'setAuthorUniversalIdentifier' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Parameter noteAuthorIdentifier should be final. | 146 |
![]() | Line has trailing spaces. | 153 |
![]() | Method 'getNotePostedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Line has trailing spaces. | 162 |
![]() | Method 'setNotePostedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Parameter notePostedTimestamp should be final. | 165 |
![]() | 'notePostedTimestamp' hides a field. | 165 |
![]() | Line has trailing spaces. | 172 |
![]() | Method 'getNoteTypeCode' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Line has trailing spaces. | 181 |
![]() | Method 'setNoteTypeCode' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | Parameter noteTypeCode should be final. | 184 |
![]() | 'noteTypeCode' hides a field. | 184 |
![]() | Line has trailing spaces. | 191 |
![]() | Method 'getNoteText' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Line has trailing spaces. | 200 |
![]() | Method 'setNoteText' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Parameter noteText should be final. | 203 |
![]() | 'noteText' hides a field. | 203 |
![]() | Line has trailing spaces. | 210 |
![]() | Method 'getNoteTopicText' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Line has trailing spaces. | 219 |
![]() | Method 'setNoteTopicText' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Parameter noteTopicText should be final. | 222 |
![]() | 'noteTopicText' hides a field. | 222 |
![]() | Line has trailing spaces. | 228 |
![]() | Method 'getNotePurgeCode' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | Line has trailing spaces. | 237 |
![]() | Method 'setNotePurgeCode' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() | Parameter notePurgeCode should be final. | 240 |
![]() | 'notePurgeCode' hides a field. | 240 |
![]() | Line has trailing spaces. | 246 |
![]() | Method 'getNoteType' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() | Line has trailing spaces. | 255 |
![]() | Method 'setNoteType' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Parameter noteType should be final. | 259 |
![]() | 'noteType' hides a field. | 259 |
![]() | Line has trailing spaces. | 265 |
![]() | Method 'getAuthorUniversal' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() | Line is longer than 80 characters. | 269 |
![]() | Line has trailing spaces. | 275 |
![]() | Method 'setAuthorUniversal' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() | Parameter authorUniversal should be final. | 279 |
![]() | 'authorUniversal' hides a field. | 279 |
![]() | Line has trailing spaces. | 285 |
![]() | Method 'getAttachment' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() | Line has trailing spaces. | 294 |
![]() | Method 'setAttachment' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() | Parameter attachment should be final. | 297 |
![]() | 'attachment' hides a field. | 297 |
![]() | Line has trailing spaces. | 303 |
![]() | Method 'getAttachmentIdentifier' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() | Line has trailing spaces. | 312 |
![]() | Method 'setAttachmentIdentifier' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() | Parameter attachmentIdentifier should be final. | 315 |
![]() | 'attachmentIdentifier' hides a field. | 315 |
![]() | Line is longer than 80 characters. | 320 |
![]() | Line is longer than 80 characters. | 321 |
![]() | Line has trailing spaces. | 322 |
![]() | Method 'addAttachment' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() | Parameter attachment should be final. | 325 |
![]() | 'attachment' hides a field. | 325 |
![]() | Expected @param tag for 'attachment'. | 325 |
![]() | Line is longer than 80 characters. | 337 |
![]() | Line is longer than 80 characters. | 338 |
![]() | Method 'removeAttachment' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() | Method 'getAdHocRouteRecipient' is not designed for extension - needs to be abstract, final or empty. | 348 |
![]() | Line is longer than 80 characters. | 355 |
![]() | Method 'setAdHocRouteRecipient' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() | Parameter adHocRouteRecipient should be final. | 355 |
![]() | 'adHocRouteRecipient' hides a field. | 355 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 28 |
![]() | '=' is not preceded with whitespace. | 31 |
![]() | '=' is not followed by whitespace. | 31 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | '=' is not preceded with whitespace. | 35 |
![]() | '=' is not followed by whitespace. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '=' is not preceded with whitespace. | 37 |
![]() | '=' is not followed by whitespace. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '=' is not followed by whitespace. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Method 'getNoteTypeCode' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Method 'setNoteTypeCode' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Parameter noteTypeCode should be final. | 66 |
![]() | 'noteTypeCode' hides a field. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Method 'getNoteTypeDescription' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'setNoteTypeDescription' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Parameter noteTypeDescription should be final. | 87 |
![]() | 'noteTypeDescription' hides a field. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line has trailing spaces. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line has trailing spaces. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Method 'isNoteTypeActiveIndicator' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line has trailing spaces. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Method 'setNoteTypeActiveIndicator' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Parameter noteTypeActiveIndicator should be final. | 109 |
![]() | 'noteTypeActiveIndicator' hides a field. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Redundant 'public' modifier. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Redundant 'public' modifier. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Redundant 'public' modifier. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | '=' is not preceded with whitespace. | 31 |
![]() | '=' is not followed by whitespace. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '=' is not preceded with whitespace. | 33 |
![]() | '=' is not followed by whitespace. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '=' is not preceded with whitespace. | 35 |
![]() | '=' is not followed by whitespace. | 35 |
![]() | Line has trailing spaces. | 40 |
![]() | Expected an @return tag. | 43 |
![]() | Method 'getAttachmentContent' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Line has trailing spaces. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Method 'setAttachmentContent' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Parameter attachmentContent should be final. | 52 |
![]() | 'attachmentContent' hides a field. | 52 |
![]() | Expected @param tag for 'attachmentContent'. | 52 |
![]() | Line has trailing spaces. | 58 |
![]() | Expected an @return tag. | 61 |
![]() | Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Line has trailing spaces. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Method 'setFileName' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Parameter fileName should be final. | 70 |
![]() | 'fileName' hides a field. | 70 |
![]() | Expected @param tag for 'fileName'. | 70 |
![]() | Line has trailing spaces. | 76 |
![]() | Expected an @return tag. | 79 |
![]() | Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Line has trailing spaces. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Method 'setContentType' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Parameter contentType should be final. | 88 |
![]() | 'contentType' hides a field. | 88 |
![]() | Expected @param tag for 'contentType'. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Unused import - java.util.UUID. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line has trailing spaces. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 65 |
![]() | Redundant 'public' modifier. | 68 |
![]() | Line has trailing spaces. | 74 |
![]() | Redundant 'public' modifier. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Line has trailing spaces. | 80 |
![]() | Redundant 'public' modifier. | 82 |
![]() | First sentence should end with a period. | 84 |
![]() | Line has trailing spaces. | 86 |
![]() | Redundant 'public' modifier. | 89 |
![]() | Expected @param tag for 'objectId'. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Redundant 'public' modifier. | 91 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Redundant 'public' modifier. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Redundant 'public' modifier. | 98 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line has trailing spaces. | 103 |
![]() | Redundant 'public' modifier. | 106 |
![]() | Expected @param tag for 'referenceObjectName'. | 106 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line has trailing spaces. | 111 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Redundant 'public' modifier. | 114 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Expected an @return tag. | 120 |
![]() | Redundant 'public' modifier. | 120 |
![]() | Line has trailing spaces. | 121 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Redundant 'public' modifier. | 126 |
![]() | Expected @param tag for 'isNewCollectionRecord'. | 126 |
![]() | Redundant 'public' modifier. | 131 |
![]() | Line has trailing spaces. | 133 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 43 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | '=' is not preceded with whitespace. | 53 |
![]() | '=' is not followed by whitespace. | 53 |
![]() | Variable 'versionNumber' must be private and have accessor methods. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '=' is not preceded with whitespace. | 55 |
![]() | '=' is not followed by whitespace. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'extension' must be private and have accessor methods. | 60 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Expected an @return tag. | 68 |
![]() | Method 'getVersionNumber' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Method 'setVersionNumber' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter versionNumber should be final. | 75 |
![]() | 'versionNumber' hides a field. | 75 |
![]() | Expected @param tag for 'versionNumber'. | 75 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line has trailing spaces. | 84 |
![]() | Expected an @return tag. | 87 |
![]() | Method 'getObjectId' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line has trailing spaces. | 95 |
![]() | Method 'setObjectId' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter objectId should be final. | 98 |
![]() | 'objectId' hides a field. | 98 |
![]() | Expected @param tag for 'objectId'. | 98 |
![]() | Line has trailing spaces. | 105 |
![]() | Method 'isNewCollectionRecord' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Line has trailing spaces. | 114 |
![]() | Method 'setNewCollectionRecord' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Parameter isNewCollectionRecord should be final. | 117 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line has trailing spaces. | 125 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Parameter persistenceBroker should be final. | 128 |
![]() | Expected @param tag for 'persistenceBroker'. | 128 |
![]() | Expected @throws tag for 'PersistenceBrokerException'. | 128 |
![]() | Redundant throws: 'PersistenceBrokerException' is unchecked exception. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line has trailing spaces. | 131 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line has trailing spaces. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line contains a tab character. | 140 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Line has trailing spaces. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Parameter persistenceBroker should be final. | 150 |
![]() | Expected @param tag for 'persistenceBroker'. | 150 |
![]() | Expected @throws tag for 'PersistenceBrokerException'. | 150 |
![]() | Redundant throws: 'PersistenceBrokerException' is unchecked exception. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line has trailing spaces. | 157 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line contains a tab character. | 162 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line has trailing spaces. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Parameter persistenceBroker should be final. | 172 |
![]() | Expected @param tag for 'persistenceBroker'. | 172 |
![]() | Expected @throws tag for 'PersistenceBrokerException'. | 172 |
![]() | Redundant throws: 'PersistenceBrokerException' is unchecked exception. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line has trailing spaces. | 175 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line has trailing spaces. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | Line contains a tab character. | 184 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line has trailing spaces. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Line is longer than 80 characters. | 194 |
![]() | Parameter persistenceBroker should be final. | 194 |
![]() | Expected @param tag for 'persistenceBroker'. | 194 |
![]() | Expected @throws tag for 'PersistenceBrokerException'. | 194 |
![]() | Redundant throws: 'PersistenceBrokerException' is unchecked exception. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line has trailing spaces. | 197 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line has trailing spaces. | 201 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line contains a tab character. | 206 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line has trailing spaces. | 213 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Parameter persistenceBroker should be final. | 216 |
![]() | Expected @param tag for 'persistenceBroker'. | 216 |
![]() | Expected @throws tag for 'PersistenceBrokerException'. | 216 |
![]() | Redundant throws: 'PersistenceBrokerException' is unchecked exception. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line has trailing spaces. | 219 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Line has trailing spaces. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Line contains a tab character. | 228 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Line has trailing spaces. | 235 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Parameter persistenceBroker should be final. | 238 |
![]() | Expected @param tag for 'persistenceBroker'. | 238 |
![]() | Expected @throws tag for 'PersistenceBrokerException'. | 238 |
![]() | Redundant throws: 'PersistenceBrokerException' is unchecked exception. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Line has trailing spaces. | 241 |
![]() | Line has trailing spaces. | 243 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Line is longer than 80 characters. | 244 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Line has trailing spaces. | 247 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Method 'prePersist' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() | Line contains a tab character. | 252 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line is longer than 80 characters. | 257 |
![]() | Line has trailing spaces. | 259 |
![]() | Line is longer than 80 characters. | 260 |
![]() | Line is longer than 80 characters. | 262 |
![]() | Parameter persistenceBroker should be final. | 262 |
![]() | Expected @param tag for 'persistenceBroker'. | 262 |
![]() | Expected @throws tag for 'PersistenceBrokerException'. | 262 |
![]() | Redundant throws: 'PersistenceBrokerException' is unchecked exception. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | Line has trailing spaces. | 267 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Line is longer than 80 characters. | 268 |
![]() | Line is longer than 80 characters. | 269 |
![]() | Line has trailing spaces. | 271 |
![]() | Line is longer than 80 characters. | 272 |
![]() | Method 'preUpdate' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() | Line contains a tab character. | 276 |
![]() | Line has trailing spaces. | 278 |
![]() | Line is longer than 80 characters. | 280 |
![]() | Line contains a tab character. | 284 |
![]() | Line has trailing spaces. | 291 |
![]() | Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() | Method 'refreshNonUpdateableReferences' is not designed for extension - needs to be abstract, final or empty. | 301 |
![]() | Line contains a tab character. | 305 |
![]() | Method 'refreshReferenceObject' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() | Missing a Javadoc comment. | 305 |
![]() | Parameter referenceObjectName should be final. | 305 |
![]() | Line is longer than 80 characters. | 306 |
![]() | Line contains a tab character. | 306 |
![]() | '(' is followed by whitespace. | 306 |
![]() | Line is longer than 80 characters. | 307 |
![]() | Line contains a tab character. | 307 |
![]() | Line is longer than 80 characters. | 308 |
![]() | Line contains a tab character. | 308 |
![]() | '(' is followed by whitespace. | 308 |
![]() | Line is longer than 80 characters. | 309 |
![]() | Line contains a tab character. | 309 |
![]() | '(' is followed by whitespace. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line is longer than 80 characters. | 311 |
![]() | '(' is followed by whitespace. | 311 |
![]() | ')' is preceded with whitespace. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Line is longer than 80 characters. | 317 |
![]() | Expected an @return tag. | 319 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Method 'buildListOfDeletionAwareLists' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() | Missing a Javadoc comment. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 327 |
![]() | Method 'getExtension' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() | Missing a Javadoc comment. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | '(' is followed by whitespace. | 328 |
![]() | ')' is preceded with whitespace. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line is longer than 80 characters. | 330 |
![]() | Line contains a tab character. | 330 |
![]() | '(' is followed by whitespace. | 330 |
![]() | ')' is preceded with whitespace. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | '(' is followed by whitespace. | 331 |
![]() | ')' is preceded with whitespace. | 331 |
![]() | Line is longer than 80 characters. | 332 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | '(' is followed by whitespace. | 334 |
![]() | ')' is preceded with whitespace. | 334 |
![]() | Line is longer than 80 characters. | 335 |
![]() | Line contains a tab character. | 335 |
![]() | '(' is followed by whitespace. | 335 |
![]() | ')' is preceded with whitespace. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | Line contains a tab character. | 341 |
![]() | Method 'setExtension' is not designed for extension - needs to be abstract, final or empty. | 341 |
![]() | Missing a Javadoc comment. | 341 |
![]() | Parameter extension should be final. | 341 |
![]() | 'extension' hides a field. | 341 |
![]() | Line contains a tab character. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 349 |
![]() | '(' is followed by whitespace. | 349 |
![]() | ')' is preceded with whitespace. | 349 |
![]() | Line is longer than 80 characters. | 350 |
![]() | Line contains a tab character. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line is longer than 80 characters. | 355 |
![]() | Line contains a tab character. | 355 |
![]() | Missing a Javadoc comment. | 355 |
![]() | Line contains a tab character. | 356 |
![]() | '(' is followed by whitespace. | 356 |
![]() | ')' is preceded with whitespace. | 356 |
![]() | Line is longer than 80 characters. | 357 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 360 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line contains a tab character. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 26 |
![]() | '=' is not preceded with whitespace. | 27 |
![]() | '=' is not followed by whitespace. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | '=' is not preceded with whitespace. | 30 |
![]() | '=' is not followed by whitespace. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | '=' is not preceded with whitespace. | 31 |
![]() | '=' is not followed by whitespace. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Method 'getSelectedObjectIds' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Method 'setSelectedObjectIds' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter selectedObjectIds should be final. | 38 |
![]() | 'selectedObjectIds' hides a field. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 19 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - javax.persistence.*. | 25 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 35 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | Line has trailing spaces. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | '=' is not preceded with whitespace. | 48 |
![]() | '=' is not followed by whitespace. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | '=' is not preceded with whitespace. | 49 |
![]() | '=' is not followed by whitespace. | 49 |
![]() | ',' is not followed by whitespace. | 49 |
![]() | '=' is not preceded with whitespace. | 49 |
![]() | '=' is not followed by whitespace. | 49 |
![]() | ',' is not followed by whitespace. | 49 |
![]() | '=' is not preceded with whitespace. | 49 |
![]() | '=' is not followed by whitespace. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | '=' is not preceded with whitespace. | 50 |
![]() | '=' is not followed by whitespace. | 50 |
![]() | ',' is not followed by whitespace. | 50 |
![]() | '=' is not preceded with whitespace. | 50 |
![]() | '=' is not followed by whitespace. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | ',' is not followed by whitespace. | 51 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | '=' is not preceded with whitespace. | 53 |
![]() | '=' is not followed by whitespace. | 53 |
![]() | Line has trailing spaces. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | Line has trailing spaces. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | '=' is not preceded with whitespace. | 59 |
![]() | '=' is not followed by whitespace. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | '=' is not preceded with whitespace. | 62 |
![]() | '=' is not followed by whitespace. | 62 |
![]() | Line has trailing spaces. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | '=' is not preceded with whitespace. | 65 |
![]() | '=' is not followed by whitespace. | 65 |
![]() | Line has trailing spaces. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line has trailing spaces. | 71 |
![]() | Line is longer than 80 characters. | 73 |
![]() | '{' is not followed by whitespace. | 78 |
![]() | '}' is not preceded with whitespace. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | First sentence should end with a period. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Parameter documentNumber should be final. | 83 |
![]() | 'documentNumber' hides a field. | 83 |
![]() | Expected @param tag for 'documentNumber'. | 83 |
![]() | Parameter lockDescriptor should be final. | 83 |
![]() | 'lockDescriptor' hides a field. | 83 |
![]() | Expected @param tag for 'lockDescriptor'. | 83 |
![]() | Parameter user should be final. | 83 |
![]() | Expected @param tag for 'user'. | 83 |
![]() | Line has trailing spaces. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line has trailing spaces. | 89 |
![]() | Method 'isOwnedByUser' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter user should be final. | 90 |
![]() | Line has trailing spaces. | 93 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Parameter id should be final. | 104 |
![]() | 'id' hides a field. | 104 |
![]() | Method 'getOwnedByPrincipalIdentifier' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Method 'setOwnedByPrincipalIdentifier' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Parameter ownedByPrincipalIdentifier should be final. | 118 |
![]() | 'ownedByPrincipalIdentifier' hides a field. | 118 |
![]() | Method 'getLockDescriptor' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Method 'setLockDescriptor' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Parameter lockDescriptor should be final. | 132 |
![]() | 'lockDescriptor' hides a field. | 132 |
![]() | Method 'getGeneratedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Method 'setGeneratedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Parameter generatedTimestamp should be final. | 146 |
![]() | 'generatedTimestamp' hides a field. | 146 |
![]() | Method 'getDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Method 'setDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | Parameter documentNumber should be final. | 160 |
![]() | 'documentNumber' hides a field. | 160 |
![]() | Method 'getOwnedByUser' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Method 'setOwnedByUser' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Parameter ownedByUser should be final. | 175 |
![]() | 'ownedByUser' hides a field. | 175 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'userId' must be private and have accessor methods. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'action' must be private and have accessor methods. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'targetType' must be private and have accessor methods. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'additionalDetails' must be private and have accessor methods. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter userId should be final. | 35 |
![]() | 'userId' hides a field. | 35 |
![]() | Parameter action should be final. | 35 |
![]() | 'action' hides a field. | 35 |
![]() | Parameter targetType should be final. | 35 |
![]() | 'targetType' hides a field. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line has trailing spaces. | 38 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Parameter userId should be final. | 47 |
![]() | 'userId' hides a field. | 47 |
![]() | Parameter action should be final. | 47 |
![]() | 'action' hides a field. | 47 |
![]() | Parameter targetType should be final. | 47 |
![]() | 'targetType' hides a field. | 47 |
![]() | Parameter additionalDetails should be final. | 47 |
![]() | 'additionalDetails' hides a field. | 47 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Avoid inline conditionals. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Parameter userId should be final. | 54 |
![]() | 'userId' hides a field. | 54 |
![]() | Expected @param tag for 'userId'. | 54 |
![]() | Parameter action should be final. | 54 |
![]() | 'action' hides a field. | 54 |
![]() | Expected @param tag for 'action'. | 54 |
![]() | Parameter targetType should be final. | 54 |
![]() | 'targetType' hides a field. | 54 |
![]() | Expected @param tag for 'targetType'. | 54 |
![]() | Parameter message should be final. | 54 |
![]() | Expected @param tag for 'message'. | 54 |
![]() | Parameter additionalDetails should be final. | 54 |
![]() | 'additionalDetails' hides a field. | 54 |
![]() | Expected @param tag for 'additionalDetails'. | 54 |
![]() | Method 'getAdditionalDetails' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Method 'getTargetType' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Method 'getErrorMessageKey' is not designed for extension - needs to be abstract, final or empty. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter message should be final. | 32 |
![]() | Expected @param tag for 'message'. | 32 |
![]() | Parameter message should be final. | 39 |
![]() | Expected @param tag for 'message'. | 39 |
![]() | Parameter t should be final. | 39 |
![]() | Expected @param tag for 't'. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Parameter userId should be final. | 38 |
![]() | Expected @param tag for 'userId'. | 38 |
![]() | Parameter action should be final. | 38 |
![]() | Expected @param tag for 'action'. | 38 |
![]() | Parameter documentId should be final. | 38 |
![]() | Expected @param tag for 'documentId'. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter userId should be final. | 42 |
![]() | Parameter action should be final. | 42 |
![]() | Parameter documentId should be final. | 42 |
![]() | Parameter requestAuthDetails should be final. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Expected an @return tag. | 49 |
![]() | Method 'getErrorMessageKey' is not designed for extension - needs to be abstract, final or empty. | 49 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter userId should be final. | 32 |
![]() | Parameter action should be final. | 32 |
![]() | Parameter documentType should be final. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter userId should be final. | 36 |
![]() | Parameter action should be final. | 36 |
![]() | Parameter documentType should be final. | 36 |
![]() | Parameter requestAuthDetails should be final. | 36 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Expected an @return tag. | 43 |
![]() | Method 'getErrorMessageKey' is not designed for extension - needs to be abstract, final or empty. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter message should be final. | 33 |
![]() | Expected @param tag for 'message'. | 33 |
![]() | Parameter message should be final. | 40 |
![]() | Expected @param tag for 'message'. | 40 |
![]() | Parameter t should be final. | 40 |
![]() | Expected @param tag for 't'. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter message should be final. | 30 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter message should be final. | 38 |
![]() | Parameter cause should be final. | 38 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter cause should be final. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter message should be final. | 26 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter cause should be final. | 30 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter message should be final. | 34 |
![]() | Parameter cause should be final. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 18 |
![]() | Line has trailing spaces. | 20 |
![]() | Missing a Javadoc comment. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | Line has trailing spaces. | 31 |
![]() | Parameter message should be final. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Parameter message should be final. | 33 |
![]() | Expected @param tag for 'message'. | 33 |
![]() | First sentence should end with a period. | 39 |
![]() | Line has trailing spaces. | 41 |
![]() | Parameter message should be final. | 45 |
![]() | Expected @param tag for 'message'. | 45 |
![]() | Parameter cause should be final. | 45 |
![]() | Expected @param tag for 'cause'. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Parameter message should be final. | 33 |
![]() | Expected @param tag for 'message'. | 33 |
![]() | First sentence should end with a period. | 37 |
![]() | Line has trailing spaces. | 39 |
![]() | Parameter message should be final. | 43 |
![]() | Expected @param tag for 'message'. | 43 |
![]() | Parameter cause should be final. | 43 |
![]() | Expected @param tag for 'cause'. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Method 'getOptionLabels' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Method 'getOptionValues' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Method 'getKeyLabelMap' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 54 |
![]() | Method 'getKeyLabel' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Parameter key should be final. | 61 |
![]() | Line has trailing spaces. | 69 |
![]() | Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Parameter includeActiveOnly should be final. | 71 |
![]() | '{' is not preceded with whitespace. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line has trailing spaces. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Redundant 'public' modifier. | 44 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Expected an @return tag. | 52 |
![]() | Redundant 'public' modifier. | 52 |
![]() | Expected an @return tag. | 60 |
![]() | Redundant 'public' modifier. | 60 |
![]() | Expected @param tag for 'key'. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | First sentence should end with a period. | 63 |
![]() | Redundant 'public' modifier. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 28 |
![]() | Redundant 'public' modifier. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | First sentence should end with a period. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Expected an @return tag. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'exposePersistableBusinessObjectClassNames' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 35 |
![]() | First sentence should end with a period. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Expected an @return tag. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Method 'exposePersistableBusinessObjectClassNames' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | ':' is not preceded with whitespace. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | First sentence should end with a period. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Redundant 'public' modifier. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter prefix should be final. | 36 |
![]() | 'prefix' hides a field. | 36 |
![]() | Parameter datasource should be final. | 36 |
![]() | 'datasource' hides a field. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter prefix should be final. | 42 |
![]() | 'prefix' hides a field. | 42 |
![]() | Parameter datasource should be final. | 42 |
![]() | 'datasource' hides a field. | 42 |
![]() | Parameter moduleJpaEnabledPropertyPrefix should be final. | 42 |
![]() | 'moduleJpaEnabledPropertyPrefix' hides a field. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Avoid inline conditionals. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Avoid inline conditionals. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'isSingleton' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter datasource should be final. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter prefix should be final. | 44 |
![]() | Parameter datasource should be final. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | '{' is followed by whitespace. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter config should be final. | 66 |
![]() | Parameter prefix should be final. | 66 |
![]() | Parameter datasource should be final. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | '{' is followed by whitespace. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter config should be final. | 78 |
![]() | Parameter prefix should be final. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Must have at least one statement. | 86 |
![]() | '{' is not followed by whitespace. | 86 |
![]() | '}' is not preceded with whitespace. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter config should be final. | 90 |
![]() | Parameter prefix should be final. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line has trailing spaces. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line has trailing spaces. | 112 |
![]() | Comment matches to-do format 'TODO:'. | 113 |
![]() | Line has trailing spaces. | 114 |
![]() | Line contains a tab character. | 116 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter config should be final. | 118 |
![]() | Parameter prefix should be final. | 118 |
![]() | Parameter key should be final. | 118 |
![]() | Parameter defaultValue should be final. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Avoid inline conditionals. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line has trailing spaces. | 127 |
![]() | Line contains a tab character. | 127 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Variable 'LOG' must be private and have accessor methods. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Method 'postProcessPersistenceUnitInfo' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter mutablePersistenceUnitInfo should be final. | 31 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 38 |
![]() | First sentence should end with a period. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line has trailing spaces. | 43 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Method 'addKNSManagedClassNames' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Parameter mutablePersistenceUnitInfo should be final. | 46 |
![]() | Expected @param tag for 'mutablePersistenceUnitInfo'. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line has trailing spaces. | 49 |
![]() | First sentence should end with a period. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Method 'addManagedClassNames' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Parameter mutablePersistenceUnitInfo should be final. | 56 |
![]() | Parameter exposer should be final. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line has trailing spaces. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Method 'addRiceManagedClassNamesToKNSPersistenceUnit' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter mutablePersistenceUnitInfo should be final. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Method 'getJtaDataSource' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Method 'setJtaDataSource' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter jtaDataSource should be final. | 73 |
![]() | 'jtaDataSource' hides a field. | 73 |
![]() | Line has trailing spaces. | 76 |
![]() | Line contains a tab character. | 76 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 28 |
![]() | First sentence should end with a period. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Expected an @return tag. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Method 'exposePersistableBusinessObjectClassNames' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Line has trailing spaces. | 106 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line contains a tab character. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 25 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Unused @param tag for 'document'. | 34 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Redundant 'public' modifier. | 40 |
![]() | Expected @param tag for 'parent'. | 40 |
![]() | Expected @param tag for 'uploadedFileName'. | 40 |
![]() | Expected @param tag for 'mimeType'. | 40 |
![]() | Expected @param tag for 'fileSize'. | 40 |
![]() | Expected @param tag for 'fileContents'. | 40 |
![]() | Expected @param tag for 'attachmentType'. | 40 |
![]() | Expected @throws tag for 'IOException'. | 40 |
![]() | First sentence should end with a period. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Redundant 'public' modifier. | 50 |
![]() | Expected @param tag for 'attachment'. | 50 |
![]() | Expected @throws tag for 'IOException'. | 50 |
![]() | First sentence should end with a period. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Redundant 'public' modifier. | 57 |
![]() | Expected @param tag for 'attachment'. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | First sentence should end with a period. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line has trailing spaces. | 64 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 66 |
![]() | Redundant 'public' modifier. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line has trailing spaces. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Redundant 'public' modifier. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Redundant 'public' modifier. | 79 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Redundant 'public' modifier. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line has trailing spaces. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Expected an @return tag. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | Line has trailing spaces. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line has trailing spaces. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Expected an @return tag. | 52 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Redundant 'public' modifier. | 52 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line has trailing spaces. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Expected an @return tag. | 63 |
![]() | Redundant 'public' modifier. | 63 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 72 |
![]() | Expected an @return tag. | 74 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Redundant 'public' modifier. | 74 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Expected an @return tag. | 83 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Redundant 'public' modifier. | 83 |
![]() | Expected @param tag for '<T>'. | 83 |
![]() | Expected @param tag for 'clazz'. | 83 |
![]() | Expected @param tag for 'primaryKey'. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line has trailing spaces. | 89 |
![]() | Expected an @return tag. | 94 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Redundant 'public' modifier. | 94 |
![]() | Expected @param tag for '<T>'. | 94 |
![]() | Expected @param tag for 'clazz'. | 94 |
![]() | Expected @param tag for 'primaryKeys'. | 94 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line has trailing spaces. | 98 |
![]() | Expected an @return tag. | 102 |
![]() | Redundant 'public' modifier. | 102 |
![]() | Expected @param tag for 'object'. | 102 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line has trailing spaces. | 107 |
![]() | Expected an @return tag. | 111 |
![]() | Redundant 'public' modifier. | 111 |
![]() | Expected @param tag for '<T>'. | 111 |
![]() | Expected @param tag for 'clazz'. | 111 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line has trailing spaces. | 116 |
![]() | Expected an @return tag. | 120 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Redundant 'public' modifier. | 120 |
![]() | Expected @param tag for '<T>'. | 120 |
![]() | '(' is followed by whitespace. | 120 |
![]() | Expected @param tag for 'clazz'. | 120 |
![]() | Expected @param tag for 'sortField'. | 120 |
![]() | Expected @param tag for 'sortAscending'. | 120 |
![]() | ')' is preceded with whitespace. | 120 |
![]() | Line has trailing spaces. | 121 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line has trailing spaces. | 126 |
![]() | Expected an @return tag. | 131 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Redundant 'public' modifier. | 131 |
![]() | Expected @param tag for '<T>'. | 131 |
![]() | Expected @param tag for 'clazz'. | 131 |
![]() | Expected @param tag for 'fieldValues'. | 131 |
![]() | Line has trailing spaces. | 132 |
![]() | Line has trailing spaces. | 135 |
![]() | Line has trailing spaces. | 138 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line has trailing spaces. | 144 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Redundant 'public' modifier. | 149 |
![]() | Expected @param tag for 'clazz'. | 149 |
![]() | Expected @param tag for 'fieldValues'. | 149 |
![]() | Line has trailing spaces. | 152 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line has trailing spaces. | 154 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Redundant 'public' modifier. | 160 |
![]() | Expected @param tag for 'clazz'. | 160 |
![]() | Expected @param tag for 'positiveFieldValues'. | 160 |
![]() | Expected @param tag for 'negativeFieldValues'. | 160 |
![]() | Line has trailing spaces. | 161 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line has trailing spaces. | 166 |
![]() | Expected an @return tag. | 171 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Redundant 'public' modifier. | 171 |
![]() | Expected @param tag for '<T>'. | 171 |
![]() | Expected @param tag for 'clazz'. | 171 |
![]() | Expected @param tag for 'fieldValues'. | 171 |
![]() | Expected @param tag for 'sortField'. | 171 |
![]() | Expected @param tag for 'sortAscending'. | 171 |
![]() | Line has trailing spaces. | 175 |
![]() | Redundant 'public' modifier. | 178 |
![]() | Expected @param tag for 'bo'. | 178 |
![]() | Line has trailing spaces. | 182 |
![]() | Redundant 'public' modifier. | 185 |
![]() | Expected @param tag for 'boList'. | 185 |
![]() | First sentence should end with a period. | 187 |
![]() | Line has trailing spaces. | 189 |
![]() | Redundant 'public' modifier. | 193 |
![]() | Expected @param tag for 'clazz'. | 193 |
![]() | Expected @param tag for 'fieldValues'. | 193 |
![]() | Line has trailing spaces. | 196 |
![]() | Line has trailing spaces. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line has trailing spaces. | 202 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Redundant 'public' modifier. | 204 |
![]() | Line has trailing spaces. | 207 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line has trailing spaces. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line has trailing spaces. | 212 |
![]() | Line is longer than 80 characters. | 213 |
![]() | Line has trailing spaces. | 214 |
![]() | Redundant 'public' modifier. | 216 |
![]() | Line has trailing spaces. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line has trailing spaces. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line has trailing spaces. | 224 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Redundant 'public' modifier. | 227 |
![]() | Line has trailing spaces. | 228 |
![]() | First sentence should end with a period. | 229 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line has trailing spaces. | 231 |
![]() | Line has trailing spaces. | 232 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Redundant 'public' modifier. | 236 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | First sentence should end with a period. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | First sentence should end with a period. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Redundant 'public' modifier. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | First sentence should end with a period. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Redundant 'public' modifier. | 65 |
![]() | First sentence should end with a period. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Redundant 'public' modifier. | 76 |
![]() | Line contains a tab character. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Redundant 'public' modifier. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Redundant 'public' modifier. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | First sentence should end with a period. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line has trailing spaces. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Redundant 'public' modifier. | 113 |
![]() | First sentence should end with a period. | 115 |
![]() | Line contains a tab character. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line has trailing spaces. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line contains a tab character. | 124 |
![]() | Redundant 'public' modifier. | 124 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Utility classes should not have a public or default constructor. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter serviceName should be final. | 41 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 93 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 33 |
![]() | Expected an @return tag. | 37 |
![]() | Redundant 'public' modifier. | 37 |
![]() | Expected @param tag for '<T>'. | 37 |
![]() | Expected @param tag for 'clazz'. | 37 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line has trailing spaces. | 43 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Expected an @return tag. | 49 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Redundant 'public' modifier. | 49 |
![]() | Expected @param tag for '<T>'. | 49 |
![]() | Expected @param tag for 'clazz'. | 49 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line has trailing spaces. | 55 |
![]() | Expected an @return tag. | 60 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Redundant 'public' modifier. | 60 |
![]() | Expected @param tag for '<T>'. | 60 |
![]() | Expected @param tag for 'clazz'. | 60 |
![]() | Expected @param tag for 'fieldValues'. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line has trailing spaces. | 65 |
![]() | Expected an @return tag. | 69 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Redundant 'public' modifier. | 69 |
![]() | Expected @param tag for '<T>'. | 69 |
![]() | Expected @param tag for 'clazz'. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Redundant 'public' modifier. | 38 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 45 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Unused @throws tag for 'IllegalStateException'. | 54 |
![]() | Redundant 'public' modifier. | 56 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Unused @throws tag for 'IllegalStateException'. | 66 |
![]() | Redundant 'public' modifier. | 68 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 74 |
![]() | Redundant 'public' modifier. | 76 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line has trailing spaces. | 81 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Redundant 'public' modifier. | 86 |
![]() | Expected @param tag for 'authorPrincipalId'. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Unused import - org.kuali.rice.kns.exception.ClassNotPersistableException. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Redundant 'public' modifier. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Redundant 'public' modifier. | 31 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Unused @throws tag for 'ClassNotPersistableException'. | 38 |
![]() | Redundant 'public' modifier. | 40 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Unused @throws tag for 'ClassNotPersistableException'. | 48 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Redundant 'public' modifier. | 50 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Unused Javadoc tag. | 54 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Unused @throws tag for 'ClassNotPersistableException'. | 56 |
![]() | Redundant 'public' modifier. | 58 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Unused @throws tag for 'ClassNotPersistableException'. | 64 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Redundant 'public' modifier. | 66 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 72 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Unused @throws tag for 'ClassNotPersistableException'. | 74 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Redundant 'public' modifier. | 76 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 81 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Unused @throws tag for 'ClassNotPersistableException'. | 83 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Redundant 'public' modifier. | 85 |
![]() | Unused Javadoc tag. | 90 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Unused @throws tag for 'ClassNotPersistableException'. | 92 |
![]() | Redundant 'public' modifier. | 94 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line has trailing spaces. | 99 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Unused @param tag for 'bounded'. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Unused @throws tag for 'ClassNotPersistableException'. | 112 |
![]() | Redundant 'public' modifier. | 114 |
![]() | Line has trailing spaces. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line has trailing spaces. | 119 |
![]() | Line has trailing spaces. | 123 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Redundant 'public' modifier. | 125 |
![]() | Expected @param tag for 'bo'. | 125 |
![]() | Expected @param tag for 'referenceName'. | 125 |
![]() | Line has trailing spaces. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line has trailing spaces. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line has trailing spaces. | 133 |
![]() | Line has trailing spaces. | 135 |
![]() | Line has trailing spaces. | 137 |
![]() | Redundant 'public' modifier. | 139 |
![]() | Line has trailing spaces. | 141 |
![]() | First sentence should end with a period. | 142 |
![]() | Line has trailing spaces. | 144 |
![]() | Redundant 'public' modifier. | 148 |
![]() | Line has trailing spaces. | 149 |
![]() | First sentence should end with a period. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line has trailing spaces. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Redundant 'public' modifier. | 156 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Unused import - org.kuali.rice.kns.exception.ClassNotPersistableException. | 24 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Redundant 'public' modifier. | 36 |
![]() | Expected @param tag for 'clazz'. | 36 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Unused @throws tag for 'ClassNotPersistableException'. | 42 |
![]() | Redundant 'public' modifier. | 44 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Unused @throws tag for 'ClassNotPersistableException'. | 51 |
![]() | Redundant 'public' modifier. | 53 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line has trailing spaces. | 71 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Unused @throws tag for 'ClassNotPersistableException'. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Redundant 'public' modifier. | 78 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Unused @throws tag for 'ClassNotPersistableException'. | 84 |
![]() | Redundant 'public' modifier. | 86 |
![]() | Expected @param tag for 'persistableObject'. | 86 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Unused @throws tag for 'ClassNotPersistableException'. | 92 |
![]() | Redundant 'public' modifier. | 94 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 100 |
![]() | Redundant 'public' modifier. | 102 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 109 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Unused @throws tag for 'ClassNotPersistableException'. | 111 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Redundant 'public' modifier. | 113 |
![]() | ',' is not followed by whitespace. | 113 |
![]() | Expected @param tag for 'persistableClass'. | 113 |
![]() | Expected @param tag for 'attributePrefix'. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Redundant 'public' modifier. | 115 |
![]() | ',' is not followed by whitespace. | 115 |
![]() | Line has trailing spaces. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Redundant 'public' modifier. | 117 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Redundant 'public' modifier. | 127 |
![]() | ',' is not followed by whitespace. | 127 |
![]() | Expected @param tag for 'persistableObjectClass'. | 127 |
![]() | Expected @param tag for 'attributeName'. | 127 |
![]() | Line has trailing spaces. | 130 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line has trailing spaces. | 132 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line has trailing spaces. | 134 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line has trailing spaces. | 138 |
![]() | Redundant 'public' modifier. | 140 |
![]() | Line has trailing spaces. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Line has trailing spaces. | 147 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Redundant 'public' modifier. | 152 |
![]() | Line has trailing spaces. | 156 |
![]() | Expected an @return tag. | 160 |
![]() | Redundant 'public' modifier. | 160 |
![]() | Expected @param tag for 'persistableObjectClass'. | 160 |
![]() | Line has trailing spaces. | 163 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line has trailing spaces. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line has trailing spaces. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Redundant 'public' modifier. | 174 |
![]() | Line has trailing spaces. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Line has trailing spaces. | 181 |
![]() | Line has trailing spaces. | 183 |
![]() | Line has trailing spaces. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line has trailing spaces. | 187 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line has trailing spaces. | 191 |
![]() | Redundant 'public' modifier. | 193 |
![]() | Line has trailing spaces. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Line has trailing spaces. | 200 |
![]() | Line has trailing spaces. | 202 |
![]() | Line has trailing spaces. | 204 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Line has trailing spaces. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line has trailing spaces. | 210 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Redundant 'public' modifier. | 212 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Redundant 'public' modifier. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Redundant 'public' modifier. | 215 |
![]() | Line has trailing spaces. | 216 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Line has trailing spaces. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | Line has trailing spaces. | 223 |
![]() | Line has trailing spaces. | 225 |
![]() | Expected an @return tag. | 230 |
![]() | Redundant 'public' modifier. | 230 |
![]() | Expected @param tag for 'boClass'. | 230 |
![]() | Expected @param tag for 'referenceName'. | 230 |
![]() | Line has trailing spaces. | 231 |
![]() | Line has trailing spaces. | 232 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line has trailing spaces. | 235 |
![]() | Expected an @return tag. | 240 |
![]() | Redundant 'public' modifier. | 240 |
![]() | Expected @param tag for 'boClass'. | 240 |
![]() | Expected @param tag for 'collectionName'. | 240 |
![]() | Line has trailing spaces. | 241 |
![]() | Missing a Javadoc comment. | 242 |
![]() | Redundant 'public' modifier. | 242 |
![]() | Missing a Javadoc comment. | 243 |
![]() | Redundant 'public' modifier. | 243 |
![]() | Line has trailing spaces. | 244 |
![]() | Line has trailing spaces. | 246 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line has trailing spaces. | 248 |
![]() | Line has trailing spaces. | 249 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line has trailing spaces. | 251 |
![]() | Line has trailing spaces. | 252 |
![]() | Line is longer than 80 characters. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line has trailing spaces. | 255 |
![]() | Expected an @return tag. | 260 |
![]() | Line is longer than 80 characters. | 260 |
![]() | Redundant 'public' modifier. | 260 |
![]() | Expected @param tag for 'boClass'. | 260 |
![]() | Expected @param tag for 'collectionName'. | 260 |
![]() | Line has trailing spaces. | 261 |
![]() | First sentence should end with a period. | 262 |
![]() | Line has trailing spaces. | 264 |
![]() | Expected an @return tag. | 268 |
![]() | Line is longer than 80 characters. | 268 |
![]() | Redundant 'public' modifier. | 268 |
![]() | Expected @param tag for 'boClass'. | 268 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line has trailing spaces. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 27 |
![]() | Expected an @return tag. | 31 |
![]() | Redundant 'public' modifier. | 31 |
![]() | Expected @param tag for 'object'. | 31 |
![]() | Line has trailing spaces. | 35 |
![]() | Expected an @return tag. | 39 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Expected @param tag for 'xml'. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter label should be final. | 37 |
![]() | 'label' hides a field. | 37 |
![]() | Parameter auditErrorList should be final. | 37 |
![]() | 'auditErrorList' hides a field. | 37 |
![]() | Parameter category should be final. | 37 |
![]() | 'category' hides a field. | 37 |
![]() | Line has trailing spaces. | 45 |
![]() | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line has trailing spaces. | 54 |
![]() | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Parameter label should be final. | 57 |
![]() | 'label' hides a field. | 57 |
![]() | Line has trailing spaces. | 63 |
![]() | Method 'getAuditErrorList' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Line has trailing spaces. | 72 |
![]() | Method 'setAuditErrorList' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter auditErrorList should be final. | 75 |
![]() | 'auditErrorList' hides a field. | 75 |
![]() | Line has trailing spaces. | 81 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Method 'setCategory' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter category should be final. | 92 |
![]() | 'category' hides a field. | 92 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 20 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter errorKey should be final. | 31 |
![]() | 'errorKey' hides a field. | 31 |
![]() | Parameter messageKey should be final. | 31 |
![]() | 'messageKey' hides a field. | 31 |
![]() | Parameter link should be final. | 31 |
![]() | 'link' hides a field. | 31 |
![]() | Line is longer than 80 characters. | 35 |
![]() | '5' is a magic number. | 35 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter errorKey should be final. | 38 |
![]() | 'errorKey' hides a field. | 38 |
![]() | Parameter messageKey should be final. | 38 |
![]() | 'messageKey' hides a field. | 38 |
![]() | Parameter link should be final. | 38 |
![]() | 'link' hides a field. | 38 |
![]() | Parameter params should be final. | 38 |
![]() | 'params' hides a field. | 38 |
![]() | Line has trailing spaces. | 45 |
![]() | Method 'getErrorKey' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line has trailing spaces. | 54 |
![]() | Method 'setErrorKey' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Parameter errorKey should be final. | 57 |
![]() | 'errorKey' hides a field. | 57 |
![]() | Line has trailing spaces. | 63 |
![]() | Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Line has trailing spaces. | 72 |
![]() | Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter link should be final. | 75 |
![]() | 'link' hides a field. | 75 |
![]() | Line has trailing spaces. | 81 |
![]() | Method 'getMessageKey' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Line has trailing spaces. | 90 |
![]() | Unused @param tag for 'key'. | 91 |
![]() | Method 'setMessageKey' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Parameter messageKey should be final. | 93 |
![]() | 'messageKey' hides a field. | 93 |
![]() | Expected @param tag for 'messageKey'. | 93 |
![]() | Line has trailing spaces. | 99 |
![]() | Method 'getParams' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Line has trailing spaces. | 108 |
![]() | Method 'setParams' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Parameter params should be final. | 111 |
![]() | 'params' hides a field. | 111 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'ignoreCase' must be private and have accessor methods. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line has trailing spaces. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Parameter propertyNames should be final. | 51 |
![]() | 'propertyNames' hides a field. | 51 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Parameter propertyNames should be final. | 62 |
![]() | 'propertyNames' hides a field. | 62 |
![]() | Parameter ignoreCase should be final. | 62 |
![]() | 'ignoreCase' hides a field. | 62 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 67 |
![]() | '}' should be on the same line. | 74 |
![]() | Parameter o1 should be final. | 79 |
![]() | Parameter o2 should be final. | 79 |
![]() | '}' should be on the same line. | 88 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line has trailing spaces. | 104 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Parameter o1 should be final. | 109 |
![]() | Parameter o2 should be final. | 109 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line is longer than 80 characters. | 119 |
![]() | '}' should be on the same line. | 123 |
![]() | '}' should be on the same line. | 126 |
![]() | '}' should be on the same line. | 130 |
![]() | Line is longer than 80 characters. | 132 |
![]() | 'if' construct must use '{}'s. | 138 |
![]() | '(' is followed by whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | 'if' construct must use '{}'s. | 139 |
![]() | '(' is followed by whitespace. | 139 |
![]() | ')' is preceded with whitespace. | 139 |
![]() | '}' should be on the same line. | 142 |
![]() | Line is longer than 80 characters. | 144 |
![]() | '}' should be on the same line. | 145 |
![]() | Line is longer than 80 characters. | 147 |
![]() | '}' should be on the same line. | 148 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line has trailing spaces. | 155 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Parameter message should be final. | 163 |
![]() | Expected @param tag for 'message'. | 163 |
![]() | Parameter t should be final. | 163 |
![]() | Expected @param tag for 't'. | 163 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | First sentence should end with a period. | 35 |
![]() | First sentence should end with a period. | 41 |
![]() | Line has trailing spaces. | 43 |
![]() | Parameter errorKey should be final. | 47 |
![]() | 'errorKey' hides a field. | 47 |
![]() | Expected @param tag for 'errorKey'. | 47 |
![]() | Parameter messageParameters should be final. | 47 |
![]() | 'messageParameters' hides a field. | 47 |
![]() | Expected @param tag for 'messageParameters'. | 47 |
![]() | Method 'setErrorKey' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter errorKey should be final. | 57 |
![]() | 'errorKey' hides a field. | 57 |
![]() | Method 'getErrorKey' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Method 'setMessageParameters' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter messageParameters should be final. | 70 |
![]() | 'messageParameters' hides a field. | 70 |
![]() | Method 'getMessageParameters' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Expected an @return tag. | 82 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Line has trailing spaces. | 102 |
![]() | Expected an @return tag. | 105 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Parameter obj should be final. | 106 |
![]() | Expected @param tag for 'obj'. | 106 |
![]() | '}' should be on the same line. | 111 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line has trailing spaces. | 125 |
![]() | Expected an @return tag. | 128 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | '5011966' is a magic number. | 130 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 20 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | First sentence should end with a period. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Expected an @return tag. | 36 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Parameter businessObjectClass should be final. | 36 |
![]() | Expected @param tag for 'businessObjectClass'. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | '}' should be on the same line. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter businessObjectClass should be final. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter businessObjectClassName should be final. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter allFieldsPopulated should be final. | 38 |
![]() | 'allFieldsPopulated' hides a field. | 38 |
![]() | Parameter anyFieldsPopulated should be final. | 38 |
![]() | 'anyFieldsPopulated' hides a field. | 38 |
![]() | Parameter unpopulatedFieldNames should be final. | 38 |
![]() | 'unpopulatedFieldNames' hides a field. | 38 |
![]() | Line has trailing spaces. | 46 |
![]() | Method 'isAllFieldsPopulated' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Line has trailing spaces. | 55 |
![]() | Method 'isAnyFieldsPopulated' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Line has trailing spaces. | 64 |
![]() | Method 'getUnpopulatedFieldNames' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Expected an @return tag. | 74 |
![]() | Method 'hasUnpopulatedFieldName' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter fieldName should be final. | 74 |
![]() | Expected @param tag for 'fieldName'. | 74 |
![]() | Conditional logic can be removed. | 75 |
![]() | '}' should be on the same line. | 77 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 27 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '{' is not followed by whitespace. | 45 |
![]() | '}' is not preceded with whitespace. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter messageMap should be final. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'merge' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter messageMap should be final. | 55 |
![]() | '{' is not preceded with whitespace. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | '{' is not preceded with whitespace. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | 'if' is not followed by whitespace. | 57 |
![]() | '{' is not preceded with whitespace. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '{' is not preceded with whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | 'if' is not followed by whitespace. | 63 |
![]() | '{' is not preceded with whitespace. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Method 'merge' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Parameter messagesFrom should be final. | 78 |
![]() | Expected @param tag for 'messagesFrom'. | 78 |
![]() | Parameter messagesTo should be final. | 78 |
![]() | Expected @param tag for 'messagesTo'. | 78 |
![]() | '{' is not preceded with whitespace. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | 'for' is not followed by whitespace. | 79 |
![]() | '{' is not preceded with whitespace. | 79 |
![]() | Line contains a tab character. | 81 |
![]() | 'if' is not followed by whitespace. | 81 |
![]() | '{' is not preceded with whitespace. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | 'for' is not followed by whitespace. | 86 |
![]() | ':' is not followed by whitespace. | 86 |
![]() | '{' is not preceded with whitespace. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | '(' is followed by whitespace. | 88 |
![]() | '(' is followed by whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | 'cast' is not followed by whitespace. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 93 |
![]() | 'else' is not preceded with whitespace. | 93 |
![]() | '}' is not followed by whitespace. | 93 |
![]() | 'else' is not followed by whitespace. | 93 |
![]() | '{' is not preceded with whitespace. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 97 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Method 'putError' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Parameter propertyName should be final. | 110 |
![]() | Parameter errorKey should be final. | 110 |
![]() | Parameter errorParameters should be final. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Method 'putWarning' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Parameter propertyName should be final. | 114 |
![]() | Parameter messageKey should be final. | 114 |
![]() | Parameter messageParameters should be final. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Method 'putInfo' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter propertyName should be final. | 118 |
![]() | Parameter messageKey should be final. | 118 |
![]() | Parameter messageParameters should be final. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Method 'putErrorWithoutFullErrorPath' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Parameter propertyName should be final. | 131 |
![]() | Parameter errorKey should be final. | 131 |
![]() | Parameter errorParameters should be final. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Method 'putWarningWithoutFullErrorPath' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter propertyName should be final. | 135 |
![]() | Parameter messageKey should be final. | 135 |
![]() | Parameter messageParameters should be final. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Method 'putInfoWithoutFullErrorPath' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter propertyName should be final. | 139 |
![]() | Parameter messageKey should be final. | 139 |
![]() | Parameter messageParameters should be final. | 139 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Expected an @return tag. | 152 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Method 'putErrorForSectionId' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Parameter sectionId should be final. | 152 |
![]() | Expected @param tag for 'sectionId'. | 152 |
![]() | Parameter errorKey should be final. | 152 |
![]() | Expected @param tag for 'errorKey'. | 152 |
![]() | Parameter errorParameters should be final. | 152 |
![]() | Expected @param tag for 'errorParameters'. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Method 'putWarningForSectionId' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Parameter sectionId should be final. | 156 |
![]() | Parameter messageKey should be final. | 156 |
![]() | Parameter messageParameters should be final. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Method 'putInfoForSectionId' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Parameter sectionId should be final. | 160 |
![]() | Parameter messageKey should be final. | 160 |
![]() | Parameter messageParameters should be final. | 160 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line contains a tab character. | 161 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Parameter messagesMap should be final. | 174 |
![]() | Expected @param tag for 'messagesMap'. | 174 |
![]() | Parameter propertyName should be final. | 174 |
![]() | Parameter messageKey should be final. | 174 |
![]() | Parameter withFullErrorPath should be final. | 174 |
![]() | Parameter escapeHtmlMessageParameters should be final. | 174 |
![]() | Parameter messageParameters should be final. | 174 |
![]() | '}' should be on the same line. | 187 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Line is longer than 80 characters. | 201 |
![]() | '(' is followed by whitespace. | 203 |
![]() | '(' is followed by whitespace. | 203 |
![]() | ')' is preceded with whitespace. | 203 |
![]() | ')' is preceded with whitespace. | 203 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Method 'replaceError' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() | Parameter propertyName should be final. | 220 |
![]() | Parameter targetKey should be final. | 220 |
![]() | Parameter replaceKey should be final. | 220 |
![]() | Expected @param tag for 'replaceKey'. | 220 |
![]() | Parameter replaceParameters should be final. | 220 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Line is longer than 80 characters. | 226 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Method 'replaceErrorWithoutFullErrorPath' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() | Parameter propertyName should be final. | 236 |
![]() | Parameter targetKey should be final. | 236 |
![]() | Parameter replaceKey should be final. | 236 |
![]() | Expected @param tag for 'replaceKey'. | 236 |
![]() | Parameter replaceParameters should be final. | 236 |
![]() | Line is longer than 80 characters. | 237 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Parameter propertyName should be final. | 251 |
![]() | Parameter targetKey should be final. | 251 |
![]() | Parameter withFullErrorPath should be final. | 251 |
![]() | Parameter replaceKey should be final. | 251 |
![]() | Expected @param tag for 'replaceKey'. | 251 |
![]() | Parameter replaceParameters should be final. | 251 |
![]() | Line is longer than 80 characters. | 276 |
![]() | First sentence should end with a period. | 287 |
![]() | Method 'fieldHasMessage' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() | Parameter fieldName should be final. | 294 |
![]() | Expected @param tag for 'fieldName'. | 294 |
![]() | Parameter errorKey should be final. | 294 |
![]() | Expected @param tag for 'errorKey'. | 294 |
![]() | Line is longer than 80 characters. | 299 |
![]() | First sentence should end with a period. | 308 |
![]() | Method 'countFieldMessages' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() | Parameter fieldName should be final. | 314 |
![]() | Expected @param tag for 'fieldName'. | 314 |
![]() | Line is longer than 80 characters. | 327 |
![]() | Method 'containsMessageKey' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() | Parameter messageKey should be final. | 329 |
![]() | Expected @param tag for 'messageKey'. | 329 |
![]() | Line is longer than 80 characters. | 333 |
![]() | Line is longer than 80 characters. | 334 |
![]() | Line contains a tab character. | 334 |
![]() | Line is longer than 80 characters. | 336 |
![]() | Line is longer than 80 characters. | 349 |
![]() | Missing a Javadoc comment. | 349 |
![]() | Parameter messageMap should be final. | 349 |
![]() | Line is longer than 80 characters. | 351 |
![]() | First sentence should end with a period. | 360 |
![]() | Method 'getErrorCount' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() | Line contains a tab character. | 366 |
![]() | First sentence should end with a period. | 369 |
![]() | Method 'getWarningCount' is not designed for extension - needs to be abstract, final or empty. | 374 |
![]() | Line contains a tab character. | 375 |
![]() | First sentence should end with a period. | 378 |
![]() | Method 'getInfoCount' is not designed for extension - needs to be abstract, final or empty. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. | 391 |
![]() | Parameter path should be final. | 391 |
![]() | Expected @param tag for 'path'. | 391 |
![]() | Method 'addToErrorPath' is not designed for extension - needs to be abstract, final or empty. | 400 |
![]() | Parameter parentName should be final. | 400 |
![]() | Expected @param tag for 'parentName'. | 400 |
![]() | Method 'getErrorPath' is not designed for extension - needs to be abstract, final or empty. | 409 |
![]() | Method 'removeFromErrorPath' is not designed for extension - needs to be abstract, final or empty. | 419 |
![]() | Parameter parentName should be final. | 419 |
![]() | Expected @param tag for 'parentName'. | 419 |
![]() | Method 'clearErrorPath' is not designed for extension - needs to be abstract, final or empty. | 426 |
![]() | Line is longer than 80 characters. | 431 |
![]() | Line is longer than 80 characters. | 438 |
![]() | Method 'getKeyPath' is not designed for extension - needs to be abstract, final or empty. | 438 |
![]() | Parameter propertyName should be final. | 438 |
![]() | Expected @param tag for 'propertyName'. | 438 |
![]() | Parameter prependFullErrorPath should be final. | 438 |
![]() | Expected @param tag for 'prependFullErrorPath'. | 438 |
![]() | Line is longer than 80 characters. | 447 |
![]() | '!=' is not preceded with whitespace. | 447 |
![]() | '!=' is not followed by whitespace. | 447 |
![]() | '?' is not preceded with whitespace. | 447 |
![]() | Avoid inline conditionals. | 447 |
![]() | '?' is not followed by whitespace. | 447 |
![]() | ':' is not preceded with whitespace. | 447 |
![]() | ':' is not followed by whitespace. | 447 |
![]() | '}' should be on the same line. | 448 |
![]() | Method 'getPropertiesWithErrors' is not designed for extension - needs to be abstract, final or empty. | 459 |
![]() | Line is longer than 80 characters. | 462 |
![]() | Method 'getPropertiesWithWarnings' is not designed for extension - needs to be abstract, final or empty. | 472 |
![]() | Line is longer than 80 characters. | 473 |
![]() | Method 'getPropertiesWithInfo' is not designed for extension - needs to be abstract, final or empty. | 480 |
![]() | Method 'clearErrorMessages' is not designed for extension - needs to be abstract, final or empty. | 485 |
![]() | Missing a Javadoc comment. | 485 |
![]() | Line contains a tab character. | 486 |
![]() | Method 'doesPropertyHaveError' is not designed for extension - needs to be abstract, final or empty. | 489 |
![]() | Missing a Javadoc comment. | 489 |
![]() | Parameter key should be final. | 489 |
![]() | Line contains a tab character. | 490 |
![]() | Line is longer than 80 characters. | 494 |
![]() | Expected an @return tag. | 496 |
![]() | Method 'containsKeyMatchingPattern' is not designed for extension - needs to be abstract, final or empty. | 496 |
![]() | Parameter pattern should be final. | 496 |
![]() | '}' should be on the same line. | 504 |
![]() | Line is longer than 80 characters. | 509 |
![]() | Line is longer than 80 characters. | 514 |
![]() | Line is longer than 80 characters. | 524 |
![]() | Method 'getAllPropertiesAndErrors' is not designed for extension - needs to be abstract, final or empty. | 524 |
![]() | Missing a Javadoc comment. | 524 |
![]() | Line contains a tab character. | 525 |
![]() | Line is longer than 80 characters. | 528 |
![]() | Method 'getErrorMessagesForProperty' is not designed for extension - needs to be abstract, final or empty. | 528 |
![]() | Missing a Javadoc comment. | 528 |
![]() | Parameter propertyName should be final. | 528 |
![]() | Line contains a tab character. | 529 |
![]() | Line is longer than 80 characters. | 532 |
![]() | Method 'getWarningMessagesForProperty' is not designed for extension - needs to be abstract, final or empty. | 532 |
![]() | Missing a Javadoc comment. | 532 |
![]() | Parameter propertyName should be final. | 532 |
![]() | Line contains a tab character. | 533 |
![]() | Line is longer than 80 characters. | 536 |
![]() | Method 'getInfoMessagesForProperty' is not designed for extension - needs to be abstract, final or empty. | 536 |
![]() | Missing a Javadoc comment. | 536 |
![]() | Parameter propertyName should be final. | 536 |
![]() | Line contains a tab character. | 537 |
![]() | Method 'hasErrors' is not designed for extension - needs to be abstract, final or empty. | 540 |
![]() | Missing a Javadoc comment. | 540 |
![]() | Line contains a tab character. | 541 |
![]() | Method 'hasNoErrors' is not designed for extension - needs to be abstract, final or empty. | 544 |
![]() | Missing a Javadoc comment. | 544 |
![]() | Line contains a tab character. | 545 |
![]() | Method 'hasWarnings' is not designed for extension - needs to be abstract, final or empty. | 548 |
![]() | Missing a Javadoc comment. | 548 |
![]() | Line contains a tab character. | 549 |
![]() | Method 'hasNoWarnings' is not designed for extension - needs to be abstract, final or empty. | 552 |
![]() | Missing a Javadoc comment. | 552 |
![]() | Line contains a tab character. | 553 |
![]() | Method 'hasInfo' is not designed for extension - needs to be abstract, final or empty. | 556 |
![]() | Missing a Javadoc comment. | 556 |
![]() | Line contains a tab character. | 557 |
![]() | Method 'hasNoInfo' is not designed for extension - needs to be abstract, final or empty. | 560 |
![]() | Missing a Javadoc comment. | 560 |
![]() | Line contains a tab character. | 561 |
![]() | Method 'hasMessages' is not designed for extension - needs to be abstract, final or empty. | 564 |
![]() | Missing a Javadoc comment. | 564 |
![]() | Method 'hasNoMessages' is not designed for extension - needs to be abstract, final or empty. | 573 |
![]() | Missing a Javadoc comment. | 573 |
![]() | Method 'getAllPropertiesWithErrors' is not designed for extension - needs to be abstract, final or empty. | 582 |
![]() | Missing a Javadoc comment. | 582 |
![]() | Line contains a tab character. | 583 |
![]() | Method 'getAllPropertiesWithWarnings' is not designed for extension - needs to be abstract, final or empty. | 586 |
![]() | Missing a Javadoc comment. | 586 |
![]() | Line contains a tab character. | 587 |
![]() | Method 'getAllPropertiesWithInfo' is not designed for extension - needs to be abstract, final or empty. | 590 |
![]() | Missing a Javadoc comment. | 590 |
![]() | Line contains a tab character. | 591 |
![]() | Line is longer than 80 characters. | 594 |
![]() | Method 'removeAllErrorMessagesForProperty' is not designed for extension - needs to be abstract, final or empty. | 594 |
![]() | Missing a Javadoc comment. | 594 |
![]() | Parameter property should be final. | 594 |
![]() | Line contains a tab character. | 595 |
![]() | Line is longer than 80 characters. | 598 |
![]() | Method 'removeAllWarningMessagesForProperty' is not designed for extension - needs to be abstract, final or empty. | 598 |
![]() | Missing a Javadoc comment. | 598 |
![]() | Parameter property should be final. | 598 |
![]() | Line contains a tab character. | 599 |
![]() | Line is longer than 80 characters. | 602 |
![]() | Method 'removeAllInfoMessagesForProperty' is not designed for extension - needs to be abstract, final or empty. | 602 |
![]() | Missing a Javadoc comment. | 602 |
![]() | Parameter property should be final. | 602 |
![]() | Line contains a tab character. | 603 |
![]() | Method 'getNumberOfPropertiesWithErrors' is not designed for extension - needs to be abstract, final or empty. | 606 |
![]() | Missing a Javadoc comment. | 606 |
![]() | Line contains a tab character. | 607 |
![]() | Method 'getErrorMessages' is not designed for extension - needs to be abstract, final or empty. | 610 |
![]() | Missing a Javadoc comment. | 610 |
![]() | Method 'getWarningMessages' is not designed for extension - needs to be abstract, final or empty. | 614 |
![]() | Missing a Javadoc comment. | 614 |
![]() | Method 'getInfoMessages' is not designed for extension - needs to be abstract, final or empty. | 618 |
![]() | Missing a Javadoc comment. | 618 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 622 |
![]() | Parameter o should be final. | 623 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 627 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 632 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter ticketTypeName should be final. | 30 |
![]() | 'ticketTypeName' hides a field. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Method 'getTicketTypeName' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'setTicketTypeName' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter ticketTypeName should be final. | 38 |
![]() | 'ticketTypeName' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Method 'getTicketContext' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Method 'setTicketContext' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter ticketContext should be final. | 46 |
![]() | 'ticketContext' hides a field. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Utility classes should not have a public or default constructor. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line has trailing spaces. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter baseUrl should be final. | 47 |
![]() | Parameter params should be final. | 47 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | '(' is followed by whitespace. | 61 |
![]() | 'cast' is not followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | '(' is followed by whitespace. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | Missing a Javadoc comment. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | Parameter value should be final. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | '(' is followed by whitespace. | 89 |
![]() | ')' is preceded with whitespace. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Name 'theInstance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line has trailing spaces. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 36 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter o1 should be final. | 37 |
![]() | Parameter o2 should be final. | 37 |
![]() | Avoid inline conditionals. | 41 |
![]() | Avoid inline conditionals. | 41 |
![]() | '}' should be on the same line. | 70 |
![]() | '}' should be on the same line. | 78 |
![]() | Avoid inline conditionals. | 86 |
![]() | Avoid inline conditionals. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Parameter o1 should be final. | 33 |
![]() | Parameter o2 should be final. | 33 |
![]() | Avoid inline conditionals. | 36 |
![]() | Avoid inline conditionals. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Name 'theInstance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line has trailing spaces. | 33 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter o1 should be final. | 34 |
![]() | Parameter o2 should be final. | 34 |
![]() | Avoid inline conditionals. | 38 |
![]() | Avoid inline conditionals. | 38 |
![]() | Line has trailing spaces. | 48 |
![]() | Avoid inline conditionals. | 50 |
![]() | Avoid inline conditionals. | 50 |
![]() | Avoid inline conditionals. | 53 |
![]() | Avoid inline conditionals. | 53 |