The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 247 | 0 | 0 | 10310 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 48 | |
| NewlineAtEndOfFile | 13 | |
| Translation | 0 | |
| JavadocMethod | 1344 | |
| JavadocType | 130 | |
| JavadocVariable | 496 | |
| JavadocStyle | 38 | |
| ConstantName | 28 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 5 | |
| MemberName | 12 | |
| MethodName | 6 | |
| PackageName | 0 | |
| ParameterName | 1 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
| AvoidStarImport | 38 | |
| IllegalImport | 0 | |
| RedundantImport | 1 | |
| UnusedImports | 37 | |
| FileLength | 0 | |
| LineLength | 1450 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 1 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 2 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 36 | |
| ParenPad | 1 | |
| TypecastParenPad | 0 | |
| TabCharacter | 7 | |
| WhitespaceAfter | 5 | |
| WhitespaceAround | 1840 | |
| ModifierOrder | 12 | |
| RedundantModifier | 111 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 4 | |
| LeftCurly | 1622 | |
| NeedBraces | 432 | |
| RightCurly | 183 | |
| AvoidInlineConditionals | 39 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 209 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 6 | |
| MagicNumber | 140 | |
| MissingSwitchDefault | 1 | |
| RedundantThrows | 75 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 713 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 11 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 81 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 1105 | |
GenericIllegalRegexp
| 22 | |
| TodoComment | 4 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| '{' should be on the previous line. | 7 | |
| Missing a Javadoc comment. | 8 | |
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 12 | |
| Parameter message should be final. | 12 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 17 | |
| Parameter cause should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Parameter message should be final. | 22 | |
| Parameter cause should be final. | 22 | |
| '{' should be on the previous line. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Using the '.*' form of import should be avoided - com.atlassian.user.search.query.*. | 31 | |
| Missing a Javadoc comment. | 41 | |
| '{' should be on the previous line. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter repository should be final. | 60 | |
| 'repository' hides a field. | 60 | |
| Parameter groupAdaptor should be final. | 60 | |
| 'groupAdaptor' hides a field. | 60 | |
| Parameter repositoryIdentifier should be final. | 61 | |
| 'repositoryIdentifier' hides a field. | 61 | |
| Parameter userFactory should be final. | 61 | |
| 'userFactory' hides a field. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Parameter searchProperties should be final. | 62 | |
| 'searchProperties' hides a field. | 62 | |
| Parameter membershipProperties should be final. | 62 | |
| 'membershipProperties' hides a field. | 62 | |
| Parameter filterFactory should be final. | 63 | |
| '{' should be on the previous line. | 64 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 75 | |
| Method 'findUsers' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter query should be final. | 75 | |
| 'if' construct must use '{}'s. | 77 | |
| '<' is not preceded with whitespace. | 85 | |
| '<' is not followed by whitespace. | 85 | |
| '>' is not preceded with whitespace. | 85 | |
| '>' is not followed by whitespace. | 85 | |
| Line is longer than 80 characters. | 86 | |
| 'if' construct must use '{}'s. | 88 | |
| Line is longer than 80 characters. | 94 | |
| Method 'findGroups' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Parameter query should be final. | 94 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 98 | |
| '<' is not preceded with whitespace. | 98 | |
| '<' is not followed by whitespace. | 98 | |
| '>' is not preceded with whitespace. | 98 | |
| '>' is not followed by whitespace. | 98 | |
| Line is longer than 80 characters. | 102 | |
| Method 'findUsers' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Parameter query should be final. | 102 | |
| Parameter context should be final. | 102 | |
| Line is longer than 80 characters. | 106 | |
| '||' should be on a new line. | 106 | |
| 'if' construct must use '{}'s. | 112 | |
| Line is longer than 80 characters. | 118 | |
| Method 'findGroups' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Parameter query should be final. | 118 | |
| Parameter context should be final. | 118 | |
| Line is longer than 80 characters. | 122 | |
| '||' should be on a new line. | 122 | |
| 'if' construct must use '{}'s. | 128 | |
| Line is longer than 80 characters. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Parameter query should be final. | 134 | |
| Parameter defaultQuery should be final. | 134 | |
| '{' should be on the previous line. | 137 | |
| Line is longer than 80 characters. | 138 | |
| '}' should be on the same line. | 140 | |
| '{' should be on the previous line. | 142 | |
| Method 'parseQuery' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Parameter query should be final. | 149 | |
| '{' should be on the previous line. | 150 | |
| 'if' construct must use '{}'s. | 154 | |
| 'else' construct must use '{}'s. | 156 | |
| '{' should be on the previous line. | 162 | |
| 'if' construct must use '{}'s. | 164 | |
| 'else' construct must use '{}'s. | 166 | |
| Method 'parseQuery' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Missing a Javadoc comment. | 175 | |
| Parameter q should be final. | 175 | |
| '{' should be on the previous line. | 176 | |
| 'if' construct must use '{}'s. | 179 | |
| Line is longer than 80 characters. | 180 | |
| 'if' construct must use '{}'s. | 181 | |
| Line is longer than 80 characters. | 182 | |
| 'if' construct must use '{}'s. | 183 | |
| Line is longer than 80 characters. | 184 | |
| 'if' construct must use '{}'s. | 185 | |
| 'if' construct must use '{}'s. | 187 | |
| 'if' construct must use '{}'s. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Missing a Javadoc comment. | 195 | |
| Parameter q should be final. | 195 | |
| '{' should be on the previous line. | 196 | |
| Line is longer than 80 characters. | 201 | |
| Line is longer than 80 characters. | 209 | |
| Expected an @return tag. | 212 | |
| Line is longer than 80 characters. | 212 | |
| Expected @throws tag for 'EntityException'. | 212 | |
| 'if' construct must use '{}'s. | 214 | |
| Line is longer than 80 characters. | 223 | |
| Line is longer than 80 characters. | 225 | |
| Parameter q should be final. | 225 | |
| Expected @param tag for 'q'. | 225 | |
| Expected @throws tag for 'EntityException'. | 225 | |
| '{' should be on the previous line. | 231 | |
| 'if' construct must use '{}'s. | 232 | |
| Line is longer than 80 characters. | 232 | |
| 'if' construct must use '{}'s. | 234 | |
| Line is longer than 80 characters. | 234 | |
| 'if' construct must use '{}'s. | 236 | |
| Line is longer than 80 characters. | 236 | |
| '}' should be on the same line. | 238 | |
| 'else' construct must use '{}'s. | 239 | |
| Line is longer than 80 characters. | 242 | |
| Line is longer than 80 characters. | 243 | |
| 'if' construct must use '{}'s. | 247 | |
| Line is longer than 80 characters. | 248 | |
| 'else' construct must use '{}'s. | 249 | |
| Line is longer than 80 characters. | 250 | |
| Line is longer than 80 characters. | 255 | |
| Missing a Javadoc comment. | 255 | |
| Parameter enume should be final. | 255 | |
| '{' should be on the previous line. | 260 | |
| Line is longer than 80 characters. | 261 | |
| Line is longer than 80 characters. | 264 | |
| 'if' construct must use '{}'s. | 266 | |
| '{' should be on the previous line. | 270 | |
| '{' should be on the previous line. | 273 | |
| '{' should be on the previous line. | 277 | |
| '}' should be on the same line. | 279 | |
| '{' should be on the previous line. | 281 | |
| Line is longer than 80 characters. | 288 | |
| 'if' construct must use '{}'s. | 291 | |
| '}' should be on the same line. | 294 | |
| '{' should be on the previous line. | 296 | |
| Line is longer than 80 characters. | 304 | |
| Missing a Javadoc comment. | 304 | |
| Parameter enume should be final. | 304 | |
| '{' should be on the previous line. | 309 | |
| Line is longer than 80 characters. | 310 | |
| Line is longer than 80 characters. | 313 | |
| 'if' construct must use '{}'s. | 315 | |
| '{' should be on the previous line. | 319 | |
| '{' should be on the previous line. | 322 | |
| '{' should be on the previous line. | 326 | |
| '}' should be on the same line. | 328 | |
| '{' should be on the previous line. | 330 | |
| Line is longer than 80 characters. | 337 | |
| Line is longer than 80 characters. | 339 | |
| 'if' construct must use '{}'s. | 342 | |
| '}' should be on the same line. | 345 | |
| '{' should be on the previous line. | 347 | |
| Line is longer than 80 characters. | 355 | |
| Missing a Javadoc comment. | 355 | |
| Parameter enume should be final. | 355 | |
| '{' should be on the previous line. | 360 | |
| Line is longer than 80 characters. | 361 | |
| 'if' construct must use '{}'s. | 366 | |
| 'else' construct must use '{}'s. | 368 | |
| '{' should be on the previous line. | 372 | |
| 'if' construct must use '{}'s. | 373 | |
| '{' should be on the previous line. | 376 | |
| Line is longer than 80 characters. | 378 | |
| '}' should be on the same line. | 381 | |
| '{' should be on the previous line. | 383 | |
| Line is longer than 80 characters. | 390 | |
| Missing a Javadoc comment. | 390 | |
| Parameter attr should be final. | 390 | |
| 'if' construct must use '{}'s. | 392 | |
| '{' should be on the previous line. | 398 | |
| '{' should be on the previous line. | 402 | |
| '}' should be on the same line. | 404 | |
| '{' should be on the previous line. | 406 | |
| '{' should be on the previous line. | 413 | |
| Line is longer than 80 characters. | 415 | |
| '}' should be on the same line. | 417 | |
| '{' should be on the previous line. | 419 | |
| Line is longer than 80 characters. | 423 | |
| 'if' construct must use '{}'s. | 428 | |
| Line is longer than 80 characters. | 436 | |
| Line is longer than 80 characters. | 438 | |
| Line is longer than 80 characters. | 439 | |
| Line is longer than 80 characters. | 440 | |
| Expected an @return tag. | 442 | |
| Parameter q should be final. | 442 | |
| Expected @param tag for 'q'. | 442 | |
| Parameter attributeType should be final. | 442 | |
| Expected @param tag for 'attributeType'. | 442 | |
| '{' should be on the previous line. | 443 | |
| '{' should be on the previous line. | 451 | |
| '||' should be on a new line. | 452 | |
| '{' should be on the previous line. | 454 | |
| '{' should be on the previous line. | 462 | |
| '||' should be on a new line. | 463 | |
| '{' should be on the previous line. | 465 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.Iterator. | 14 | |
| Missing a Javadoc comment. | 16 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter connectionProperties should be final. | 20 | |
| 'connectionProperties' hides a field. | 20 | |
| Method 'getJNDIEnv' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| '<' is not preceded with whitespace. | 25 | |
| '<' is not followed by whitespace. | 25 | |
| '>' is not preceded with whitespace. | 25 | |
| '{' should be on the previous line. | 26 | |
| '<' is not preceded with whitespace. | 27 | |
| '<' is not followed by whitespace. | 27 | |
| '>' is not preceded with whitespace. | 27 | |
| '<' is not preceded with whitespace. | 27 | |
| '<' is not followed by whitespace. | 27 | |
| '>' is not preceded with whitespace. | 27 | |
| '>' is not followed by whitespace. | 27 | |
| 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 is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 37 | |
| 'if' construct must use '{}'s. | 39 | |
| 'if' construct must use '{}'s. | 43 | |
| Line is longer than 80 characters. | 49 | |
| Method 'getAuthenticationJndiEnvironment' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter userDn should be final. | 49 | |
| Parameter password should be final. | 49 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '>' is not followed by whitespace. | 51 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 66 | |
| Expected an @return tag. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| Expected @param tag for '<K>'. | 69 | |
| Expected @param tag for '<V>'. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| '<' is not preceded with whitespace. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| Parameter map should be final. | 69 | |
| '<' is not preceded with whitespace. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| Expected @param tag for 'map'. | 69 | |
| '{' should be on the previous line. | 70 | |
| '<' is not preceded with whitespace. | 71 | |
| '<' is not followed by whitespace. | 71 | |
| '>' is not preceded with whitespace. | 71 | |
| '<' is not preceded with whitespace. | 71 | |
| '<' is not followed by whitespace. | 71 | |
| '>' is not preceded with whitespace. | 71 | |
| '>' is not followed by whitespace. | 71 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| '{' should be on the previous line. | 73 | |
| 'if' construct must use '{}'s. | 74 | |
| Method 'getLDAPContext' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| '{' should be on the previous line. | 83 | |
| 'if' construct must use '{}'s. | 84 | |
| '{' should be on the previous line. | 88 | |
| '}' should be on the same line. | 90 | |
| '{' should be on the previous line. | 92 | |
| '}' should be on the same line. | 94 | |
| '{' should be on the previous line. | 96 | |
| 'if' construct must use '{}'s. | 97 | |
| Line is longer than 80 characters. | 98 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 10 | |
| First sentence should end with a period. | 11 | |
| First sentence should end with a period. | 19 | |
| First sentence should end with a period. | 24 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| Utility classes should not have a public or default constructor. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Parameter entity should be final. | 7 | |
| '{' should be on the previous line. | 8 | |
| 'if' construct must use '{}'s. | 9 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.atlassian.user.*. | 3 | |
| Using the '.*' form of import should be avoided - java.util.*. | 12 | |
| Missing a Javadoc comment. | 18 | |
| '{' should be on the previous line. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| '<' is not preceded with whitespace. | 22 | |
| '<' is not followed by whitespace. | 22 | |
| '>' is not preceded with whitespace. | 22 | |
| '<' is not preceded with whitespace. | 22 | |
| '<' is not followed by whitespace. | 22 | |
| '>' is not preceded with whitespace. | 22 | |
| '>' is not followed by whitespace. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Parameter groupManagers should be final. | 24 | |
| '<' is not preceded with whitespace. | 24 | |
| '<' is not followed by whitespace. | 24 | |
| '>' is not preceded with whitespace. | 24 | |
| 'groupManagers' hides a field. | 24 | |
| '{' should be on the previous line. | 25 | |
| Line is longer than 80 characters. | 30 | |
| Method 'getGroupManagers' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| '{' should be on the previous line. | 34 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 43 | |
| Unused @throws tag for 'NullPointerException'. | 45 | |
| Expected an @return tag. | 48 | |
| Line is longer than 80 characters. | 48 | |
| Parameter groupName should be final. | 48 | |
| '{' should be on the previous line. | 53 | |
| 'if' construct must use '{}'s. | 56 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| '{' should be on the previous line. | 65 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| '>' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| '>' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| '>' is not followed by whitespace. | 66 | |
| '{' should be on the previous line. | 69 | |
| '{' should be on the previous line. | 71 | |
| '}' should be on the same line. | 73 | |
| '{' should be on the previous line. | 75 | |
| Line is longer than 80 characters. | 76 | |
| '+' should be on a new line. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| '<' is not preceded with whitespace. | 84 | |
| '<' is not followed by whitespace. | 84 | |
| '>' is not preceded with whitespace. | 84 | |
| Parameter user should be final. | 84 | |
| '{' should be on the previous line. | 85 | |
| Line contains a tab character. | 87 | |
| '<' is not preceded with whitespace. | 87 | |
| '<' is not followed by whitespace. | 87 | |
| '<' is not preceded with whitespace. | 87 | |
| '<' is not followed by whitespace. | 87 | |
| '>' is not preceded with whitespace. | 87 | |
| '>' is not followed by whitespace. | 87 | |
| '>' is not preceded with whitespace. | 87 | |
| '<' is not preceded with whitespace. | 87 | |
| '<' is not followed by whitespace. | 87 | |
| '<' is not preceded with whitespace. | 87 | |
| '<' is not followed by whitespace. | 87 | |
| '>' is not preceded with whitespace. | 87 | |
| '>' is not followed by whitespace. | 87 | |
| '>' is not preceded with whitespace. | 87 | |
| '>' is not followed by whitespace. | 87 | |
| '{' should be on the previous line. | 90 | |
| '{' should be on the previous line. | 92 | |
| '<' is not preceded with whitespace. | 93 | |
| '<' is not followed by whitespace. | 93 | |
| '>' is not preceded with whitespace. | 93 | |
| '}' should be on the same line. | 95 | |
| '{' should be on the previous line. | 97 | |
| Line is longer than 80 characters. | 98 | |
| '+' should be on a new line. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line contains a tab character. | 103 | |
| Method 'getWritableGroups' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| '<' is not preceded with whitespace. | 106 | |
| '<' is not followed by whitespace. | 106 | |
| '>' is not preceded with whitespace. | 106 | |
| '{' should be on the previous line. | 107 | |
| '<' is not preceded with whitespace. | 108 | |
| '<' is not followed by whitespace. | 108 | |
| '>' is not preceded with whitespace. | 108 | |
| '<' is not preceded with whitespace. | 108 | |
| '<' is not followed by whitespace. | 108 | |
| '>' is not preceded with whitespace. | 108 | |
| '>' is not followed by whitespace. | 108 | |
| '{' should be on the previous line. | 111 | |
| Method 'getMemberNames' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Missing a Javadoc comment. | 118 | |
| '<' is not preceded with whitespace. | 118 | |
| '<' is not followed by whitespace. | 118 | |
| '>' is not preceded with whitespace. | 118 | |
| Parameter group should be final. | 118 | |
| '{' should be on the previous line. | 119 | |
| 'if' construct must use '{}'s. | 122 | |
| Method 'getLocalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| '<' is not preceded with whitespace. | 128 | |
| '<' is not followed by whitespace. | 128 | |
| '>' is not preceded with whitespace. | 128 | |
| Parameter group should be final. | 128 | |
| 'if' construct must use '{}'s. | 132 | |
| Line is longer than 80 characters. | 138 | |
| Method 'getExternalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| '<' is not preceded with whitespace. | 138 | |
| '<' is not followed by whitespace. | 138 | |
| '>' is not preceded with whitespace. | 138 | |
| Parameter group should be final. | 138 | |
| 'if' construct must use '{}'s. | 142 | |
| Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Parameter groupName should be final. | 148 | |
| '{' should be on the previous line. | 149 | |
| '{' should be on the previous line. | 154 | |
| 'if' construct must use '{}'s. | 159 | |
| Line contains a tab character. | 159 | |
| Method 'createGroup' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Missing a Javadoc comment. | 166 | |
| Parameter groupName should be final. | 166 | |
| '{' should be on the previous line. | 167 | |
| '{' should be on the previous line. | 172 | |
| 'if' construct must use '{}'s. | 175 | |
| 'if' construct must use '{}'s. | 178 | |
| Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Parameter group should be final. | 191 | |
| Expected @param tag for 'group'. | 191 | |
| '{' should be on the previous line. | 192 | |
| '{' should be on the previous line. | 194 | |
| 'if' construct must use '{}'s. | 195 | |
| 'if' construct must use '{}'s. | 198 | |
| Method 'addMembership' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Missing a Javadoc comment. | 206 | |
| Parameter group should be final. | 206 | |
| Parameter user should be final. | 206 | |
| '{' should be on the previous line. | 207 | |
| 'if' construct must use '{}'s. | 208 | |
| Line is longer than 80 characters. | 209 | |
| Expected an @return tag. | 221 | |
| Method 'hasMembership' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Parameter group should be final. | 221 | |
| Expected @param tag for 'group'. | 221 | |
| Parameter user should be final. | 221 | |
| Expected @param tag for 'user'. | 221 | |
| Expected @throws tag for 'EntityException'. | 221 | |
| 'if' construct must use '{}'s. | 223 | |
| Method 'removeMembership' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Missing a Javadoc comment. | 229 | |
| Parameter group should be final. | 229 | |
| Parameter user should be final. | 229 | |
| 'if' construct must use '{}'s. | 231 | |
| Line is longer than 80 characters. | 232 | |
| Line is longer than 80 characters. | 238 | |
| Method 'supportsExternalMembership' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| Expected @throws tag for 'EntityException'. | 243 | |
| '{' should be on the previous line. | 244 | |
| '{' should be on the previous line. | 246 | |
| 'if' construct must use '{}'s. | 247 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| Missing a Javadoc comment. | 254 | |
| Parameter group should be final. | 254 | |
| '{' should be on the previous line. | 255 | |
| '{' should be on the previous line. | 257 | |
| 'if' construct must use '{}'s. | 258 | |
| Line is longer than 80 characters. | 266 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| '{' should be on the previous line. | 269 | |
| Line is longer than 80 characters. | 270 | |
| '<' is not preceded with whitespace. | 270 | |
| '<' is not followed by whitespace. | 270 | |
| '>' is not preceded with whitespace. | 270 | |
| '<' is not preceded with whitespace. | 270 | |
| '<' is not followed by whitespace. | 270 | |
| '>' is not preceded with whitespace. | 270 | |
| '>' is not followed by whitespace. | 270 | |
| '{' should be on the previous line. | 273 | |
| Line is longer than 80 characters. | 281 | |
| Line is longer than 80 characters. | 283 | |
| Line is longer than 80 characters. | 287 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| Parameter entity should be final. | 287 | |
| Expected @param tag for 'entity'. | 287 | |
| Expected @throws tag for 'EntityException'. | 287 | |
| 'if' construct must use '{}'s. | 289 | |
| First sentence should end with a period. | 297 | |
| Line is longer than 80 characters. | 298 | |
| Line is longer than 80 characters. | 301 | |
| Method 'isCreative' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| '{' should be on the previous line. | 305 | |
| '{' should be on the previous line. | 307 | |
| 'if' construct must use '{}'s. | 308 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - com.atlassian.user.*. | 3 | |
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| '{' is not preceded with whitespace. | 7 | |
| '{' is not followed by whitespace. | 7 | |
| '}' is not preceded with whitespace. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Parameter name should be final. | 9 | |
| '{' should be on the previous line. | 10 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| '{' should be on the previous line. | 15 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| '<' is not preceded with whitespace. | 10 | |
| '<' is not followed by whitespace. | 10 | |
| '>' is not preceded with whitespace. | 10 | |
| '<' is not preceded with whitespace. | 10 | |
| '<' is not followed by whitespace. | 10 | |
| '>' is not preceded with whitespace. | 10 | |
| '{' should be on the previous line. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 | |
| Missing a Javadoc comment. | 13 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '?' is not preceded with whitespace. | 13 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| '>' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| '<' is not preceded with whitespace. | 15 | |
| '<' is not followed by whitespace. | 15 | |
| '?' is not preceded with whitespace. | 15 | |
| '>' is not preceded with whitespace. | 15 | |
| Variable 'currentPager' must be private and have accessor methods. | 15 | |
| Missing a Javadoc comment. | 16 | |
| '<' is not preceded with whitespace. | 16 | |
| '<' is not followed by whitespace. | 16 | |
| '>' is not preceded with whitespace. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter pagers should be final. | 20 | |
| '<' is not preceded with whitespace. | 20 | |
| '<' is not followed by whitespace. | 20 | |
| '?' is not preceded with whitespace. | 20 | |
| '<' is not preceded with whitespace. | 20 | |
| '<' is not followed by whitespace. | 20 | |
| '>' is not preceded with whitespace. | 20 | |
| '>' is not followed by whitespace. | 20 | |
| '>' is not preceded with whitespace. | 20 | |
| 'pagers' hides a field. | 20 | |
| '{' should be on the previous line. | 21 | |
| Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| '<' is not preceded with whitespace. | 27 | |
| '<' is not followed by whitespace. | 27 | |
| '>' is not preceded with whitespace. | 27 | |
| '{' should be on the previous line. | 28 | |
| 'if' construct must use '{}'s. | 29 | |
| Line is longer than 80 characters. | 37 | |
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 | |
| '{' should be on the previous line. | 40 | |
| '{' should be on the previous line. | 42 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| '>' is not followed by whitespace. | 43 | |
| '}' should be on the same line. | 44 | |
| '{' should be on the previous line. | 46 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Unclosed HTML tag found: <b>not<b/> loop through the preloaded results of each each p | 59 | |
| Line is longer than 80 characters. | 60 | |
| Expected an @return tag. | 63 | |
| Method 'getCurrentPage' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| '<' is not preceded with whitespace. | 63 | |
| '<' is not followed by whitespace. | 63 | |
| '>' is not preceded with whitespace. | 63 | |
| '{' should be on the previous line. | 64 | |
| '{' should be on the previous line. | 66 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| '>' is not followed by whitespace. | 67 | |
| '<' is not preceded with whitespace. | 70 | |
| '<' is not followed by whitespace. | 70 | |
| '>' is not preceded with whitespace. | 70 | |
| '{' should be on the previous line. | 71 | |
| '{' should be on the previous line. | 73 | |
| '}' should be on the same line. | 76 | |
| 'else' construct must use '{}'s. | 77 | |
| 'if' construct must use '{}'s. | 82 | |
| Method 'nextPage' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| '{' should be on the previous line. | 90 | |
| '{' should be on the previous line. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Avoid inline conditionals. | 94 | |
| '}' should be on the same line. | 95 | |
| '{' should be on the previous line. | 97 | |
| Method 'onLastPage' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| '{' should be on the previous line. | 103 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 112 | |
| Method 'skipTo' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Parameter index should be final. | 114 | |
| '{' should be on the previous line. | 115 | |
| 'if' construct must use '{}'s. | 116 | |
| Line is longer than 80 characters. | 117 | |
| '{' should be on the previous line. | 120 | |
| Line is longer than 80 characters. | 125 | |
| Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| '{' should be on the previous line. | 134 | |
| Method 'getIndexOfFirstItemInCurrentPage' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| '{' should be on the previous line. | 139 | |
| Missing a Javadoc comment. | 144 | |
| '<' is not preceded with whitespace. | 144 | |
| '<' is not followed by whitespace. | 144 | |
| '>' is not preceded with whitespace. | 144 | |
| '{' should be on the previous line. | 145 | |
| Missing a Javadoc comment. | 146 | |
| '<' is not preceded with whitespace. | 146 | |
| '<' is not followed by whitespace. | 146 | |
| '<' is not preceded with whitespace. | 146 | |
| '<' is not followed by whitespace. | 146 | |
| '>' is not preceded with whitespace. | 146 | |
| '>' is not followed by whitespace. | 146 | |
| '>' is not preceded with whitespace. | 146 | |
| '<' is not preceded with whitespace. | 146 | |
| '<' is not followed by whitespace. | 146 | |
| '<' is not preceded with whitespace. | 146 | |
| '<' is not followed by whitespace. | 146 | |
| '>' is not preceded with whitespace. | 146 | |
| '>' is not followed by whitespace. | 146 | |
| '>' is not preceded with whitespace. | 146 | |
| '>' is not followed by whitespace. | 146 | |
| Missing a Javadoc comment. | 148 | |
| Parameter listOfPagers should be final. | 148 | |
| '<' is not preceded with whitespace. | 148 | |
| '<' is not followed by whitespace. | 148 | |
| '?' is not preceded with whitespace. | 148 | |
| '<' is not preceded with whitespace. | 148 | |
| '<' is not followed by whitespace. | 148 | |
| '>' is not preceded with whitespace. | 148 | |
| '>' is not followed by whitespace. | 148 | |
| '>' is not preceded with whitespace. | 148 | |
| '{' should be on the previous line. | 149 | |
| '<' is not preceded with whitespace. | 150 | |
| '<' is not followed by whitespace. | 150 | |
| '>' is not preceded with whitespace. | 150 | |
| '{' should be on the previous line. | 151 | |
| Missing a Javadoc comment. | 156 | |
| '<' is not preceded with whitespace. | 156 | |
| '<' is not followed by whitespace. | 156 | |
| '>' is not preceded with whitespace. | 156 | |
| '{' should be on the previous line. | 157 | |
| '<' is not preceded with whitespace. | 158 | |
| '<' is not followed by whitespace. | 158 | |
| '>' is not preceded with whitespace. | 158 | |
| '{' should be on the previous line. | 159 | |
| 'if' construct must use '{}'s. | 160 | |
| '<' is not preceded with whitespace. | 164 | |
| '<' is not followed by whitespace. | 164 | |
| '>' is not preceded with whitespace. | 164 | |
| '>' is not followed by whitespace. | 164 | |
| Missing a Javadoc comment. | 168 | |
| '{' should be on the previous line. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Missing a Javadoc comment. | 173 | |
| '{' should be on the previous line. | 174 | |
| Missing a Javadoc comment. | 178 | |
| '{' should be on the previous line. | 179 | |
| 'if' construct must use '{}'s. | 182 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Variable 'log' must be private and have accessor methods. | 12 | |
| Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Parameter properties should be final. | 14 | |
| '{' should be on the previous line. | 15 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| 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 | |
| '{' should be on the previous line. | 28 | |
| '}' should be on the same line. | 30 | |
| '{' should be on the previous line. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Comment matches to-do format 'TODO:'. | 11 | |
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 12 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Expected an @return tag. | 25 | |
| Expected @param tag for 'componentName'. | 25 | |
| Line is longer than 80 characters. | 31 | |
| Unused @throws tag for 'ClassCastException'. | 31 | |
| Expected an @return tag. | 33 | |
| Expected @param tag for 'componentName'. | 33 | |
| Line is longer than 80 characters. | 36 | |
| Expected an @return tag. | 38 | |
| Expected @param tag for 'componentName'. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Expected @param tag for 'cacheConfiguration'. | 55 | |
| Expected an @return tag. | 64 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Expected an @return tag. | 73 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.atlassian.user.configuration.*. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Missing a Javadoc comment. | 17 | |
| '{' should be on the previous line. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Method 'process' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter config should be final. | 19 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Method 'setConnectionPoolProperties' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter config should be final. | 48 | |
| '{' should be on the previous line. | 49 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '>' is not followed by whitespace. | 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 is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 | |
| '<' is not preceded with whitespace. | 60 | |
| '<' is not followed by whitespace. | 60 | |
| '>' is not preceded with whitespace. | 60 | |
| '{' should be on the previous line. | 61 | |
| 'if' construct must use '{}'s. | 63 | |
| Line is longer than 80 characters. | 67 | |
| Method 'parseLDAPServerConfiguration' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter config should be final. | 67 | |
| '{' should be on the previous line. | 87 | |
| 'if' construct must use '{}'s. | 89 | |
| Method 'parseSchemaMappings' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter config should be final. | 95 | |
| '{' should be on the previous line. | 96 | |
| '{' should be on the previous line. | 117 | |
| 'if' construct must use '{}'s. | 119 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.atlassian.user.*. | 3 | |
| Missing a Javadoc comment. | 14 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter repository should be final. | 19 | |
| 'repository' hides a field. | 19 | |
| Parameter provider should be final. | 19 | |
| 'provider' hides a field. | 19 | |
| Method 'createGroup' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter groupName should be final. | 25 | |
| '{' should be on the previous line. | 26 | |
| 'if' construct must use '{}'s. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter group should be final. | 36 | |
| '{' should be on the previous line. | 37 | |
| Method 'addMembership' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter group should be final. | 41 | |
| Parameter user should be final. | 41 | |
| '{' should be on the previous line. | 42 | |
| 'if' construct must use '{}'s. | 43 | |
| Line is longer than 80 characters. | 44 | |
| 'if' construct must use '{}'s. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Method 'hasMembership' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter group should be final. | 50 | |
| Parameter user should be final. | 50 | |
| '{' should be on the previous line. | 51 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| '<' is not preceded with whitespace. | 55 | |
| '<' is not followed by whitespace. | 55 | |
| '>' is not preceded with whitespace. | 55 | |
| '{' should be on the previous line. | 56 | |
| Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter groupName should be final. | 61 | |
| '{' should be on the previous line. | 62 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| Parameter user should be final. | 66 | |
| '{' should be on the previous line. | 67 | |
| Method 'getWritableGroups' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| '{' should be on the previous line. | 73 | |
| Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| '{' should be on the previous line. | 78 | |
| Line is longer than 80 characters. | 83 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| '{' should be on the previous line. | 86 | |
| Line is longer than 80 characters. | 90 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Parameter entity should be final. | 90 | |
| 'if' construct must use '{}'s. | 92 | |
| Method 'getApplicationKey' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| '{' should be on the previous line. | 99 | |
| Method 'isCreative' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| '{' should be on the previous line. | 104 | |
| Method 'removeMembership' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Parameter group should be final. | 108 | |
| Parameter user should be final. | 108 | |
| '{' should be on the previous line. | 109 | |
| 'if' construct must use '{}'s. | 110 | |
| '==' is not preceded with whitespace. | 110 | |
| '==' is not followed by whitespace. | 110 | |
| Line is longer than 80 characters. | 111 | |
| '+' should be on a new line. | 111 | |
| '==' is not preceded with whitespace. | 112 | |
| '==' is not followed by whitespace. | 112 | |
| Avoid inline conditionals. | 112 | |
| Method 'getMemberNames' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| '<' is not preceded with whitespace. | 116 | |
| '<' is not followed by whitespace. | 116 | |
| '>' is not preceded with whitespace. | 116 | |
| Parameter group should be final. | 116 | |
| '{' should be on the previous line. | 117 | |
| Method 'getLocalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| '<' is not preceded with whitespace. | 121 | |
| '<' is not followed by whitespace. | 121 | |
| '>' is not preceded with whitespace. | 121 | |
| Parameter group should be final. | 121 | |
| Line is longer than 80 characters. | 126 | |
| Method 'getExternalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| '<' is not preceded with whitespace. | 126 | |
| '<' is not followed by whitespace. | 126 | |
| '>' is not preceded with whitespace. | 126 | |
| Parameter group should be final. | 126 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Parameter group should be final. | 131 | |
| '{' should be on the previous line. | 132 | |
| Method 'supportsExternalMembership' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| '{' should be on the previous line. | 137 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 10 | |
| Line is longer than 80 characters. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 13 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Parameter componentClassNames should be final. | 9 | |
| 'componentClassNames' hides a field. | 9 | |
| '{' should be on the previous line. | 10 | |
| Method 'getUserManagerClassName' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| '{' should be on the previous line. | 15 | |
| Method 'getGroupManagerClassName' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| '{' should be on the previous line. | 20 | |
| Method 'getPropertySetFactoryClassName' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Line is longer than 80 characters. | 26 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 12 | |
| Parameter message should be final. | 12 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 17 | |
| Parameter cause should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Parameter message should be final. | 22 | |
| Parameter cause should be final. | 22 | |
| '{' should be on the previous line. | 23 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 9 | |
| '<' is not preceded with whitespace. | 9 | |
| '<' is not followed by whitespace. | 9 | |
| '>' is not preceded with whitespace. | 9 | |
| '{' should be on the previous line. | 10 | |
| Line is longer than 80 characters. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Redundant throws: 'RepositoryException' is subclass of 'EntityException'. | 11 | |
| Missing a Javadoc comment. | 13 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| First sentence should end with a period. | 7 | |
| Line is longer than 80 characters. | 8 | |
| Missing a Javadoc comment. | 12 | |
| Parameter name should be final. | 12 | |
| Parameter distinguishedName should be final. | 12 | |
| 'distinguishedName' hides a field. | 12 | |
| '{' should be on the previous line. | 13 | |
| Method 'getDistinguishedName' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| Missing a Javadoc comment. | 18 | |
| '{' should be on the previous line. | 19 | |
| Method 'setDistinguishedName' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter distinguishedName should be final. | 23 | |
| 'distinguishedName' hides a field. | 23 | |
| '{' should be on the previous line. | 24 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.atlassian.user.*. | 3 | |
| Unused import - com.atlassian.user.impl.EntityValidationException. | 4 | |
| Unused import - com.atlassian.user.impl.RepositoryException. | 5 | |
| Unused import - com.opensymphony.user.EntityNotFoundException. | 6 | |
| Unused import - java.util.Collection. | 8 | |
| Unused import - java.util.Iterator. | 9 | |
| Unused import - java.util.ArrayList. | 10 | |
| Unused import - java.security.Principal. | 11 | |
| Unused import - org.apache.log4j.Category. | 13 | |
| Missing a Javadoc comment. | 15 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Variable 'osgroup' must be private and have accessor methods. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Parameter osgroup should be final. | 19 | |
| 'osgroup' hides a field. | 19 | |
| '{' should be on the previous line. | 20 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.naming.Context. | 3 | |
| Unused import - javax.naming.spi.InitialContextFactory. | 4 | |
| First sentence should end with a period. | 6 | |
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 10 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 65 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 6 | |
| Missing a Javadoc comment. | 8 | |
| Parameter userNameQuery should be final. | 8 | |
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 13 | |
| Parameter groupNameQuery should be final. | 13 | |
| '{' should be on the previous line. | 14 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter userNameQuery should be final. | 18 | |
| Parameter groupNameQuery should be final. | 18 | |
| Method 'getUserNameTermQuery' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Method 'getGroupNameTermQuery' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| '{' should be on the previous line. | 29 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 10 | |
| Parameter collatedQueries should be final. | 10 | |
| 'collatedQueries' hides a field. | 10 | |
| Parameter anding should be final. | 10 | |
| '{' should be on the previous line. | 11 | |
| Method 'getQueries' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| '{' should be on the previous line. | 17 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Method 'isMembershipAttributeOnGroup' is not designed for extension - needs to be abstract, final or empty. | 9 | |
| Missing a Javadoc comment. | 9 | |
| '{' should be on the previous line. | 10 | |
| Method 'getMembershipAttribute' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| '{' should be on the previous line. | 15 | |
| Method 'isMembershipAttributeUnqualified' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| '{' should be on the previous line. | 20 | |
| Line is longer than 80 characters. | 24 | |
| Method 'setMembershipAttributeOnGroup' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter membershipAttributeOnGroup should be final. | 24 | |
| Method 'setMembershipAttribute' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter membershipAttribute should be final. | 29 | |
| 'membershipAttribute' hides a field. | 29 | |
| '{' should be on the previous line. | 30 | |
| Line is longer than 80 characters. | 34 | |
| Method 'setMembershipAttributeUnqualified' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter membershipAttributeUnqualified should be final. | 34 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Parameter userNameQuery should be final. | 9 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 14 | |
| Parameter groupNameQuery should be final. | 14 | |
| '{' should be on the previous line. | 15 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter userNameQuery should be final. | 19 | |
| Parameter groupNameQuery should be final. | 19 | |
| Method 'getUserNameTermQuery' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'getGroupNameTermQuery' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 12 | |
| Parameter message should be final. | 12 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 17 | |
| Parameter cause should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Parameter message should be final. | 22 | |
| Parameter cause should be final. | 22 | |
| '{' should be on the previous line. | 23 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 10 | |
| 'static' modifier out of order with the JLS suggestions. | 10 | |
| Line is longer than 80 characters. | 12 | |
| Method 'process' is not designed for extension - needs to be abstract, final or empty. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Parameter config should be final. | 12 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Missing a Javadoc comment. | 5 | |
| Redundant 'final' modifier. | 5 | |
| Missing a Javadoc comment. | 6 | |
| Redundant 'final' modifier. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Redundant 'final' modifier. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Redundant 'final' modifier. | 8 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter searchProperties should be final. | 20 | |
| 'searchProperties' hides a field. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line is longer than 80 characters. | 25 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter attrs should be final. | 25 | |
| Parameter distinguishedName should be final. | 25 | |
| 'if' construct must use '{}'s. | 29 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 34 | |
| 'if' construct must use '{}'s. | 35 | |
| Line is longer than 80 characters. | 37 | |
| '{' should be on the previous line. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 46 | |
| '{' should be on the previous line. | 49 | |
| 'if' construct must use '{}'s. | 54 | |
| Line is longer than 80 characters. | 61 | |
| 'if' construct must use '{}'s. | 62 | |
| '}' should be on the same line. | 65 | |
| '{' should be on the previous line. | 67 | |
| '{' should be on the previous line. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 80 | |
| Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| '<' is not preceded with whitespace. | 80 | |
| '<' is not followed by whitespace. | 80 | |
| '>' is not preceded with whitespace. | 80 | |
| Parameter userNamingEnumeration should be final. | 80 | |
| 'if' construct must use '{}'s. | 82 | |
| Line is longer than 80 characters. | 83 | |
| '<' is not preceded with whitespace. | 85 | |
| '<' is not followed by whitespace. | 85 | |
| '>' is not preceded with whitespace. | 85 | |
| '<' is not preceded with whitespace. | 85 | |
| '<' is not followed by whitespace. | 85 | |
| '>' is not preceded with whitespace. | 85 | |
| '>' is not followed by whitespace. | 85 | |
| '{' should be on the previous line. | 88 | |
| Line is longer than 80 characters. | 89 | |
| 'if' construct must use '{}'s. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 100 | |
| Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter attrs should be final. | 100 | |
| Parameter distinguishedName should be final. | 100 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 104 | |
| ',' is not followed by whitespace. | 104 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 17 | |
| '<' is not preceded with whitespace. | 17 | |
| '<' is not followed by whitespace. | 17 | |
| '>' is not preceded with whitespace. | 17 | |
| '{' should be on the previous line. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter contextFactory should be final. | 21 | |
| Parameter groupFactory should be final. | 21 | |
| '<' is not preceded with whitespace. | 21 | |
| '<' is not followed by whitespace. | 21 | |
| '?' is not preceded with whitespace. | 21 | |
| '>' is not preceded with whitespace. | 21 | |
| Parameter info should be final. | 21 | |
| Line is longer than 80 characters. | 26 | |
| Method 'preloadSearchResult' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| '<' is not preceded with whitespace. | 26 | |
| '<' is not followed by whitespace. | 26 | |
| '>' is not preceded with whitespace. | 26 | |
| Parameter result should be final. | 26 | |
| Parameter prefetched should be final. | 26 | |
| '<' is not preceded with whitespace. | 26 | |
| '<' is not followed by whitespace. | 26 | |
| '>' is not preceded with whitespace. | 26 | |
| '{' should be on the previous line. | 29 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 33 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 37 | |
| '{' should be on the previous line. | 40 | |
| Line is longer than 80 characters. | 41 | |
| '}' should be on the same line. | 43 | |
| '{' should be on the previous line. | 45 | |
| Line is longer than 80 characters. | 46 | |
| '}' should be on the same line. | 49 | |
| '{' should be on the previous line. | 51 | |
| Line is longer than 80 characters. | 52 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Variable 'entity' must be private and have accessor methods. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Parameter entity should be final. | 9 | |
| 'entity' hides a field. | 9 | |
| '{' should be on the previous line. | 10 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| '{' should be on the previous line. | 15 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter o should be final. | 19 | |
| '{' should be on the previous line. | 20 | |
| 'if' construct must use '{}'s. | 21 | |
| 'if' construct must use '{}'s. | 22 | |
| Line is longer than 80 characters. | 26 | |
| Avoid inline conditionals. | 26 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 | |
| Avoid inline conditionals. | 31 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter repositoryIdentifier should be final. | 35 | |
| 'repositoryIdentifier' hides a field. | 35 | |
| Parameter contextFactory should be final. | 35 | |
| 'contextFactory' hides a field. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Parameter searchProperties should be final. | 36 | |
| 'searchProperties' hides a field. | 36 | |
| Parameter connectionProperties should be final. | 36 | |
| 'connectionProperties' hides a field. | 36 | |
| Parameter filterFactory should be final. | 37 | |
| 'filterFactory' hides a field. | 37 | |
| '{' should be on the previous line. | 38 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Parameter username should be final. | 59 | |
| Expected @param tag for 'username'. | 59 | |
| Parameter password should be final. | 59 | |
| Expected @param tag for 'password'. | 59 | |
| Expected @throws tag for 'EntityException'. | 59 | |
| 'if' construct must use '{}'s. | 61 | |
| Line is longer than 80 characters. | 62 | |
| '{' should be on the previous line. | 66 | |
| 'if' construct must use '{}'s. | 67 | |
| '{' should be on the previous line. | 77 | |
| '}' should be on the same line. | 79 | |
| '{' should be on the previous line. | 81 | |
| Line is longer than 80 characters. | 82 | |
| '{' should be on the previous line. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 97 | |
| '{' should be on the previous line. | 100 | |
| Line is longer than 80 characters. | 101 | |
| '+' should be on a new line. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 106 | |
| '}' should be on the same line. | 107 | |
| '{' should be on the previous line. | 109 | |
| 'if' construct must use '{}'s. | 110 | |
| Line is longer than 80 characters. | 111 | |
| '}' should be on the same line. | 113 | |
| '{' should be on the previous line. | 115 | |
| '+' should be on a new line. | 116 | |
| Line is longer than 80 characters. | 117 | |
| '}' should be on the same line. | 119 | |
| '{' should be on the previous line. | 121 | |
| Line is longer than 80 characters. | 122 | |
| '}' should be on the same line. | 124 | |
| '{' should be on the previous line. | 126 | |
| '{' should be on the previous line. | 128 | |
| 'if' construct must use '{}'s. | 129 | |
| '}' should be on the same line. | 130 | |
| '{' should be on the previous line. | 132 | |
| Line is longer than 80 characters. | 133 | |
| 'if' construct must use '{}'s. | 136 | |
| Line is longer than 80 characters. | 137 | |
| First sentence should end with a period. | 143 | |
| Expected an @return tag. | 146 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| '{' should be on the previous line. | 147 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Expected an @return tag. | 19 | |
| Expected an @return tag. | 26 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Method 'getContextFactory' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Method 'setContextFactory' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter contextFactory should be final. | 30 | |
| 'contextFactory' hides a field. | 30 | |
| '{' should be on the previous line. | 31 | |
| Method 'getGroupAdaptor' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| '{' should be on the previous line. | 36 | |
| Method 'setGroupAdaptor' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter groupAdaptor should be final. | 40 | |
| 'groupAdaptor' hides a field. | 40 | |
| '{' should be on the previous line. | 41 | |
| Method 'getUserAdaptor' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| '{' should be on the previous line. | 46 | |
| Method 'setUserAdaptor' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter userAdaptor should be final. | 50 | |
| 'userAdaptor' hides a field. | 50 | |
| '{' should be on the previous line. | 51 | |
| Method 'getGroupFactory' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| '{' should be on the previous line. | 56 | |
| Method 'setGroupFactory' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter groupFactory should be final. | 60 | |
| 'groupFactory' hides a field. | 60 | |
| '{' should be on the previous line. | 61 | |
| Method 'getUserFactory' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| '{' should be on the previous line. | 66 | |
| Method 'setUserFactory' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter userFactory should be final. | 70 | |
| 'userFactory' hides a field. | 70 | |
| '{' should be on the previous line. | 71 | |
| Method 'getSearchProperties' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| '{' should be on the previous line. | 76 | |
| Method 'setSearchProperties' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter searchProperties should be final. | 80 | |
| 'searchProperties' hides a field. | 80 | |
| '{' should be on the previous line. | 81 | |
| Method 'getMembershipProperties' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| '{' should be on the previous line. | 86 | |
| Line is longer than 80 characters. | 90 | |
| Method 'setMembershipProperties' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Parameter membershipProperties should be final. | 90 | |
| 'membershipProperties' hides a field. | 90 | |
| Method 'getConnectionProperties' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| '{' should be on the previous line. | 96 | |
| Line is longer than 80 characters. | 100 | |
| Method 'setConnectionProperties' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter connectionProperties should be final. | 100 | |
| 'connectionProperties' hides a field. | 100 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Parameter userManagers should be final. | 13 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| '{' should be on the previous line. | 14 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 10 | |
| Utility classes should not have a public or default constructor. | 14 | |
| '{' should be on the previous line. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter dependencies should be final. | 16 | |
| Parameter requiredDependencyKeys should be final. | 16 | |
| Parameter caller should be final. | 16 | |
| '{' should be on the previous line. | 23 | |
| '{' should be on the previous line. | 27 | |
| Line is longer than 80 characters. | 28 | |
| 'if' construct must use '{}'s. | 32 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 9 | |
| '{' should be on the previous line. | 10 | |
| Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Parameter properties should be final. | 11 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 21 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Parameter term should be final. | 9 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 14 | |
| Parameter term should be final. | 14 | |
| Parameter matchingRule should be final. | 14 | |
| '{' should be on the previous line. | 15 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Line is longer than 80 characters. | 12 | |
| Line has trailing spaces. | 16 | |
| Missing a Javadoc comment. | 17 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| Utility classes should not have a public or default constructor. | 7 | |
| '{' should be on the previous line. | 8 | |
| '<' is not followed by whitespace. | 14 | |
| Expected @param tag for '<T>'. | 14 | |
| '>' is not preceded with whitespace. | 14 | |
| '<' is not preceded with whitespace. | 14 | |
| '<' is not followed by whitespace. | 14 | |
| '>' is not preceded with whitespace. | 14 | |
| Parameter pagerOne should be final. | 14 | |
| '<' is not preceded with whitespace. | 14 | |
| '<' is not followed by whitespace. | 14 | |
| '>' is not preceded with whitespace. | 14 | |
| Expected @param tag for 'pagerOne'. | 14 | |
| Parameter pagerTwo should be final. | 14 | |
| '<' is not preceded with whitespace. | 14 | |
| '<' is not followed by whitespace. | 14 | |
| '>' is not preceded with whitespace. | 14 | |
| Expected @param tag for 'pagerTwo'. | 14 | |
| '{' should be on the previous line. | 15 | |
| '{' should be on the previous line. | 17 | |
| '<' is not preceded with whitespace. | 18 | |
| '<' is not followed by whitespace. | 18 | |
| '<' is not preceded with whitespace. | 18 | |
| '<' is not followed by whitespace. | 18 | |
| '>' is not preceded with whitespace. | 18 | |
| '>' is not followed by whitespace. | 18 | |
| '>' is not preceded with whitespace. | 18 | |
| '<' is not preceded with whitespace. | 18 | |
| '<' is not followed by whitespace. | 18 | |
| '<' is not preceded with whitespace. | 18 | |
| '<' is not followed by whitespace. | 18 | |
| '>' is not preceded with whitespace. | 18 | |
| '>' is not followed by whitespace. | 18 | |
| '>' is not preceded with whitespace. | 18 | |
| '>' is not followed by whitespace. | 18 | |
| '}' should be on the same line. | 22 | |
| 'if' construct must use '{}'s. | 23 | |
| 'if' construct must use '{}'s. | 25 | |
| 'else' construct must use '{}'s. | 27 | |
| Missing a Javadoc comment. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| Parameter pagers should be final. | 31 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| '>' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| '{' should be on the previous line. | 32 | |
| '{' should be on the previous line. | 34 | |
| 'if' construct must use '{}'s. | 36 | |
| 'if' construct must use '{}'s. | 40 | |
| 'if' construct must use '{}'s. | 43 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| '>' is not followed by whitespace. | 46 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 11 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 21 | |
| 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. | 28 | |
| '{' should be on the previous line. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| '>' is not followed by whitespace. | 37 | |
| Missing a Javadoc comment. | 39 | |
| '{' should be on the previous line. | 40 | |
| Line is longer than 80 characters. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter defaultsFileName should be final. | 44 | |
| '{' is followed by whitespace. | 46 | |
| Missing a Javadoc comment. | 49 | |
| Parameter defaultsFileName should be final. | 49 | |
| '{' should be on the previous line. | 51 | |
| Line is longer than 80 characters. | 52 | |
| '{' should be on the previous line. | 55 | |
| 'if' construct must use '{}'s. | 58 | |
| 'else' construct must use '{}'s. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter defaultsFileNames should be final. | 65 | |
| 'for' construct must use '{}'s. | 67 | |
| 'if' construct must use '{}'s. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 74 | |
| Method 'getDefaultClassesConfigForKey' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| '<' is not preceded with whitespace. | 74 | |
| '<' is not followed by whitespace. | 74 | |
| '>' is not preceded with whitespace. | 74 | |
| Parameter key should be final. | 74 | |
| '<' is not preceded with whitespace. | 76 | |
| '<' is not followed by whitespace. | 76 | |
| '>' is not preceded with whitespace. | 76 | |
| '<' is not preceded with whitespace. | 76 | |
| '<' is not followed by whitespace. | 76 | |
| '>' is not preceded with whitespace. | 76 | |
| '>' is not followed by whitespace. | 76 | |
| '{' should be on the previous line. | 79 | |
| 'if' construct must use '{}'s. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Missing a Javadoc comment. | 89 | |
| Parameter url should be final. | 89 | |
| '{' should be on the previous line. | 90 | |
| Method 'getDefaultParameterConfigForKey' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| '<' is not preceded with whitespace. | 97 | |
| '<' is not followed by whitespace. | 97 | |
| '>' is not preceded with whitespace. | 97 | |
| Parameter key should be final. | 97 | |
| '{' should be on the previous line. | 98 | |
| '<' is not preceded with whitespace. | 99 | |
| '<' is not followed by whitespace. | 99 | |
| '>' is not preceded with whitespace. | 99 | |
| '<' is not preceded with whitespace. | 99 | |
| '<' is not followed by whitespace. | 99 | |
| '>' is not preceded with whitespace. | 99 | |
| '>' is not followed by whitespace. | 99 | |
| '{' should be on the previous line. | 102 | |
| '{' should be on the previous line. | 106 | |
| Line is longer than 80 characters. | 107 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 9 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 16 | |
| Parameter message should be final. | 16 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 21 | |
| Parameter cause should be final. | 21 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 26 | |
| Parameter message should be final. | 26 | |
| Parameter cause should be final. | 26 | |
| '{' should be on the previous line. | 27 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.atlassian.user.*. | 3 | |
| Missing a Javadoc comment. | 8 | |
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Variable 'osuser' must be private and have accessor methods. | 11 | |
| Missing a Javadoc comment. | 14 | |
| Parameter osuser should be final. | 14 | |
| 'osuser' hides a field. | 14 | |
| '{' should be on the previous line. | 15 | |
| Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| '{' should be on the previous line. | 21 | |
| '{' should be on the previous line. | 23 | |
| '}' should be on the same line. | 25 | |
| '{' should be on the previous line. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| '{' should be on the previous line. | 34 | |
| '{' should be on the previous line. | 36 | |
| '}' should be on the same line. | 38 | |
| '{' should be on the previous line. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| '{' should be on the previous line. | 47 | |
| Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter email should be final. | 57 | |
| '{' should be on the previous line. | 58 | |
| Method 'setFullName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter fullName should be final. | 62 | |
| '{' should be on the previous line. | 63 | |
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter password should be final. | 67 | |
| '{' should be on the previous line. | 68 | |
| '{' should be on the previous line. | 70 | |
| '}' should be on the same line. | 72 | |
| '{' should be on the previous line. | 74 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 12 | |
| '<' is not preceded with whitespace. | 15 | |
| '<' is not followed by whitespace. | 15 | |
| '>' is not preceded with whitespace. | 15 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Parameter collator should be final. | 19 | |
| 'collator' hides a field. | 19 | |
| '{' should be on the previous line. | 20 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter o1 should be final. | 29 | |
| Parameter o2 should be final. | 29 | |
| '{' should be on the previous line. | 30 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Method 'createUser' is not designed for extension - needs to be abstract, final or empty. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Parameter username should be final. | 9 | |
| '{' should be on the previous line. | 10 | |
| Line is longer than 80 characters. | 11 | |
| '+' is not followed by whitespace. | 11 | |
| Line is longer than 80 characters. | 14 | |
| Method 'alterPassword' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Parameter user should be final. | 14 | |
| Parameter plainTextPass should be final. | 14 | |
| Line is longer than 80 characters. | 16 | |
| Method 'saveUser' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter user should be final. | 19 | |
| '{' should be on the previous line. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Method 'removeUser' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter user should be final. | 24 | |
| '{' should be on the previous line. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter user should be final. | 29 | |
| '{' should be on the previous line. | 30 | |
| Method 'isCreative' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '{' should be on the previous line. | 35 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| Utility classes should not have a public or default constructor. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| '<' is not preceded with whitespace. | 7 | |
| '<' is not followed by whitespace. | 7 | |
| '>' is not preceded with whitespace. | 7 | |
| Parameter p1 should be final. | 7 | |
| '{' should be on the previous line. | 8 | |
| '<' is not preceded with whitespace. | 9 | |
| '<' is not followed by whitespace. | 9 | |
| '>' is not preceded with whitespace. | 9 | |
| '<' is not preceded with whitespace. | 10 | |
| '<' is not followed by whitespace. | 10 | |
| '>' is not preceded with whitespace. | 10 | |
| '>' is not followed by whitespace. | 10 | |
| Missing a Javadoc comment. | 16 | |
| '<' is not preceded with whitespace. | 16 | |
| '<' is not followed by whitespace. | 16 | |
| '>' is not preceded with whitespace. | 16 | |
| Parameter p1 should be final. | 16 | |
| Parameter p2 should be final. | 16 | |
| '{' should be on the previous line. | 17 | |
| '<' is not preceded with whitespace. | 18 | |
| '<' is not followed by whitespace. | 18 | |
| '>' is not preceded with whitespace. | 18 | |
| Missing a Javadoc comment. | 23 | |
| '<' is not preceded with whitespace. | 23 | |
| '<' is not followed by whitespace. | 23 | |
| '>' is not preceded with whitespace. | 23 | |
| Parameter p1 should be final. | 23 | |
| Parameter p2 should be final. | 23 | |
| Parameter p3 should be final. | 23 | |
| '<' is not preceded with whitespace. | 25 | |
| '<' is not followed by whitespace. | 25 | |
| '>' is not preceded with whitespace. | 25 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| Parameter p1 should be final. | 30 | |
| Parameter p2 should be final. | 30 | |
| Parameter p3 should be final. | 30 | |
| Parameter p4 should be final. | 30 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| Parameter p1 should be final. | 37 | |
| Parameter p2 should be final. | 37 | |
| Parameter p3 should be final. | 37 | |
| Parameter p4 should be final. | 37 | |
| Parameter p5 should be final. | 37 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 3 | |
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Variable 'hibernateConfigProvider' must be private and have accessor methods. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Variable 'sessionFactory' must be private and have accessor methods. | 9 | |
| Line is longer than 80 characters. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Parameter hibernateConfigProvider should be final. | 11 | |
| 'hibernateConfigProvider' hides a field. | 11 | |
| Parameter sessionFactory should be final. | 12 | |
| 'sessionFactory' hides a field. | 12 | |
| '{' should be on the previous line. | 13 | |
| Method 'getHibernateConfigurationProvider' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| Missing a Javadoc comment. | 18 | |
| '{' should be on the previous line. | 19 | |
| Method 'getSessionFactory' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 |
| Violation | Message | Line |
|---|---|---|
| Redundant import from the same package - com.atlassian.user.configuration.xml.XMLConfigurationParser. | 5 | |
| Using the '.*' form of import should be avoided - com.atlassian.user.configuration.*. | 6 | |
| Using the '.*' form of import should be avoided - java.io.*. | 9 | |
| Missing a Javadoc comment. | 13 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Variable 'fileName' must be private and have accessor methods. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Variable 'xmlParser' must be private and have accessor methods. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Variable 'initialized' must be private and have accessor methods. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Variable 'initializing' must be private and have accessor methods. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Variable 'delegationAccessor' must be private and have accessor methods. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'repositoryConfigs' must be private and have accessor methods. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'xmlIS' must be private and have accessor methods. | 28 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter xmlString should be final. | 30 | |
| Line is longer than 80 characters. | 32 | |
| '{' should be on the previous line. | 34 | |
| '}' should be on the same line. | 38 | |
| '{' should be on the previous line. | 40 | |
| Missing a Javadoc comment. | 45 | |
| '{' should be on the previous line. | 46 | |
| Missing a Javadoc comment. | 51 | |
| Parameter fileName should be final. | 51 | |
| 'fileName' hides a field. | 51 | |
| '{' should be on the previous line. | 52 | |
| Missing a Javadoc comment. | 58 | |
| Parameter is should be final. | 58 | |
| '{' should be on the previous line. | 59 | |
| Method 'getDelegationAccessor' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| '{' should be on the previous line. | 66 | |
| '{' should be on the previous line. | 68 | |
| '{' should be on the previous line. | 70 | |
| '}' should be on the same line. | 72 | |
| '{' should be on the previous line. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| '{' should be on the previous line. | 83 | |
| '{' should be on the previous line. | 85 | |
| 'if' construct must use '{}'s. | 88 | |
| '{' should be on the previous line. | 94 | |
| '}' should be on the same line. | 96 | |
| '{' should be on the previous line. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 104 | |
| ';' is followed by whitespace. | 104 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 118 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 127 | |
| '{' should be on the previous line. | 130 | |
| Line is longer than 80 characters. | 134 | |
| '{' should be on the previous line. | 136 | |
| '{' should be on the previous line. | 139 | |
| '{' should be on the previous line. | 141 | |
| Line is longer than 80 characters. | 142 | |
| '{' should be on the previous line. | 144 | |
| Line is longer than 80 characters. | 145 | |
| '}' should be on the same line. | 147 | |
| '{' should be on the previous line. | 149 | |
| Line is longer than 80 characters. | 151 | |
| '}' should be on the same line. | 153 | |
| '{' should be on the previous line. | 155 | |
| Line is longer than 80 characters. | 156 | |
| '}' should be on the same line. | 158 | |
| '{' should be on the previous line. | 160 | |
| Line is longer than 80 characters. | 161 | |
| '{' should be on the previous line. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 173 | |
| Method 'configureRepository' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Missing a Javadoc comment. | 173 | |
| Parameter repositoryConfiguration should be final. | 173 | |
| Method 'isInitialized' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Missing a Javadoc comment. | 178 | |
| '{' should be on the previous line. | 179 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 8 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Redundant 'final' modifier. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Redundant 'final' modifier. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'final' modifier. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Redundant 'final' modifier. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Redundant 'final' modifier. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Redundant 'final' modifier. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'final' modifier. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'final' modifier. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'final' modifier. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'final' modifier. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'final' modifier. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'final' modifier. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'final' modifier. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'final' modifier. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'final' modifier. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'final' modifier. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'final' modifier. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'final' modifier. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'final' modifier. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Redundant 'final' modifier. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'final' modifier. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Redundant 'final' modifier. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Redundant 'final' modifier. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Redundant 'final' modifier. | 44 | |
| Missing a Javadoc comment. | 47 | |
| Redundant 'final' modifier. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Redundant 'final' modifier. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Redundant 'final' modifier. | 49 | |
| Missing a Javadoc comment. | 52 | |
| Redundant 'final' modifier. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Redundant 'final' modifier. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Redundant 'final' modifier. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Redundant 'final' modifier. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Redundant 'final' modifier. | 56 | |
| Missing a Javadoc comment. | 59 | |
| Redundant 'final' modifier. | 59 | |
| Missing a Javadoc comment. | 62 | |
| Redundant 'final' modifier. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Redundant 'final' modifier. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Redundant 'final' modifier. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Redundant 'final' modifier. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Redundant 'final' modifier. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Redundant 'final' modifier. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Redundant 'final' modifier. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Redundant 'final' modifier. | 69 | |
| Missing a Javadoc comment. | 72 | |
| Redundant 'final' modifier. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Redundant 'final' modifier. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Redundant 'final' modifier. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Redundant 'final' modifier. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Redundant 'final' modifier. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Redundant 'final' modifier. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Redundant 'final' modifier. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Redundant 'final' modifier. | 79 | |
| Missing a Javadoc comment. | 80 | |
| Redundant 'final' modifier. | 80 | |
| Missing a Javadoc comment. | 81 | |
| Redundant 'final' modifier. | 81 | |
| Missing a Javadoc comment. | 82 | |
| Redundant 'final' modifier. | 82 | |
| Missing a Javadoc comment. | 83 | |
| Redundant 'final' modifier. | 83 | |
| Missing a Javadoc comment. | 85 | |
| Redundant 'final' modifier. | 85 | |
| Missing a Javadoc comment. | 86 | |
| Redundant 'final' modifier. | 86 | |
| Missing a Javadoc comment. | 89 | |
| Redundant 'final' modifier. | 89 | |
| Missing a Javadoc comment. | 90 | |
| Redundant 'final' modifier. | 90 | |
| Missing a Javadoc comment. | 91 | |
| Redundant 'final' modifier. | 91 | |
| Missing a Javadoc comment. | 92 | |
| Redundant 'final' modifier. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Redundant 'final' modifier. | 93 | |
| Missing a Javadoc comment. | 94 | |
| Redundant 'final' modifier. | 94 | |
| Missing a Javadoc comment. | 95 | |
| Redundant 'final' modifier. | 95 | |
| Missing a Javadoc comment. | 96 | |
| Redundant 'final' modifier. | 96 | |
| Missing a Javadoc comment. | 97 | |
| Redundant 'final' modifier. | 97 | |
| Missing a Javadoc comment. | 98 | |
| Redundant 'final' modifier. | 98 | |
| Missing a Javadoc comment. | 99 | |
| Redundant 'final' modifier. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Redundant 'final' modifier. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Redundant 'final' modifier. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Redundant 'final' modifier. | 102 | |
| Missing a Javadoc comment. | 104 | |
| Redundant 'final' modifier. | 104 | |
| Missing a Javadoc comment. | 105 | |
| Redundant 'final' modifier. | 105 | |
| Missing a Javadoc comment. | 106 | |
| Redundant 'final' modifier. | 106 | |
| Missing a Javadoc comment. | 107 | |
| Redundant 'final' modifier. | 107 | |
| Missing a Javadoc comment. | 108 | |
| Redundant 'final' modifier. | 108 | |
| Missing a Javadoc comment. | 109 | |
| Redundant 'public' modifier. | 109 | |
| Missing a Javadoc comment. | 110 | |
| Redundant 'final' modifier. | 110 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 119 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 32 | |
| '{' should be on the previous line. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| '}' is not preceded with whitespace. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Parameter repo should be final. | 42 | |
| Expected @param tag for 'repo'. | 42 | |
| Parameter searchProperties should be final. | 42 | |
| Expected @param tag for 'searchProperties'. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Parameter groupFactory should be final. | 43 | |
| Expected @param tag for 'groupFactory'. | 43 | |
| Parameter filterFactory should be final. | 43 | |
| Expected @param tag for 'filterFactory'. | 43 | |
| Parameter userFactory should be final. | 43 | |
| Expected @param tag for 'userFactory'. | 43 | |
| Parameter membershipProperties should be final. | 44 | |
| 'membershipProperties' hides a field. | 44 | |
| Expected @param tag for 'membershipProperties'. | 44 | |
| '{' should be on the previous line. | 45 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter repo should be final. | 51 | |
| Parameter searchProperties should be final. | 51 | |
| Parameter groupFactory should be final. | 52 | |
| Parameter filterFactory should be final. | 52 | |
| Parameter membershipProperties should be final. | 53 | |
| 'membershipProperties' hides a field. | 53 | |
| '{' should be on the previous line. | 54 | |
| Line is longer than 80 characters. | 57 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| '<' is not preceded with whitespace. | 60 | |
| '<' is not followed by whitespace. | 60 | |
| '>' is not preceded with whitespace. | 60 | |
| Parameter user should be final. | 60 | |
| '{' should be on the previous line. | 61 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter enume should be final. | 67 | |
| '{' should be on the previous line. | 72 | |
| Line is longer than 80 characters. | 75 | |
| '{' should be on the previous line. | 78 | |
| '{' should be on the previous line. | 80 | |
| '{' should be on the previous line. | 84 | |
| 'if' construct must use '{}'s. | 87 | |
| 'else' construct must use '{}'s. | 89 | |
| Line is longer than 80 characters. | 90 | |
| '}' should be on the same line. | 92 | |
| '{' should be on the previous line. | 94 | |
| Comment matches to-do format 'TODO:'. | 103 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Method 'findMembers' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| '<' is not preceded with whitespace. | 106 | |
| '<' is not followed by whitespace. | 106 | |
| '>' is not preceded with whitespace. | 106 | |
| Parameter group should be final. | 106 | |
| '{' should be on the previous line. | 107 | |
| Line is longer than 80 characters. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Parameter group should be final. | 113 | |
| Parameter attributesToReturn should be final. | 113 | |
| Line is longer than 80 characters. | 115 | |
| '{' should be on the previous line. | 120 | |
| 'if' construct must use '{}'s. | 121 | |
| 'else' construct must use '{}'s. | 123 | |
| Line is longer than 80 characters. | 124 | |
| '}' should be on the same line. | 125 | |
| '{' should be on the previous line. | 127 | |
| Line is longer than 80 characters. | 128 | |
| Method 'findMemberNames' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| '<' is not preceded with whitespace. | 133 | |
| '<' is not followed by whitespace. | 133 | |
| '>' is not preceded with whitespace. | 133 | |
| Parameter group should be final. | 133 | |
| '{' should be on the previous line. | 134 | |
| Line is longer than 80 characters. | 136 | |
| Method 'hasStaticGroups' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| '{' should be on the previous line. | 141 | |
| Method 'hasMembership' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Parameter group should be final. | 145 | |
| Parameter user should be final. | 145 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 154 | |
| Method 'getGroupEntriesViaMembership' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Parameter user should be final. | 154 | |
| Line is longer than 80 characters. | 159 | |
| Method 'getGroupEntriesViaMembership' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Missing a Javadoc comment. | 159 | |
| Parameter username should be final. | 159 | |
| Line is longer than 80 characters. | 164 | |
| Method 'getGroupEntriesViaMembership' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Missing a Javadoc comment. | 164 | |
| Parameter username should be final. | 164 | |
| Parameter attributesToReturn should be final. | 164 | |
| '{' should be on the previous line. | 166 | |
| 'if' construct must use '{}'s. | 167 | |
| Line is longer than 80 characters. | 169 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Using the '.*' form of import should be avoided - com.atlassian.user.*. | 8 | |
| Using the '.*' form of import should be avoided - com.atlassian.user.search.query.match.*. | 15 | |
| Using the '.*' form of import should be avoided - java.util.*. | 24 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Variable 'userManager' must be private and have accessor methods. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'groupManager' must be private and have accessor methods. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'repository' must be private and have accessor methods. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Variable 'entityNameMethod' must be private and have accessor methods. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'emailMethod' must be private and have accessor methods. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Variable 'fullnameMethod' must be private and have accessor methods. | 35 | |
| Missing a Javadoc comment. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| Name 'userClass' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter repo should be final. | 38 | |
| Parameter userManager should be final. | 38 | |
| 'userManager' hides a field. | 38 | |
| Parameter groupManager should be final. | 38 | |
| 'groupManager' hides a field. | 38 | |
| '{' should be on the previous line. | 41 | |
| '}' should be on the same line. | 45 | |
| '{' should be on the previous line. | 47 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter args should be final. | 56 | |
| '{' should be on the previous line. | 57 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 62 | |
| '{' should be on the previous line. | 67 | |
| '}' should be on the same line. | 71 | |
| '{' should be on the previous line. | 73 | |
| Line is longer than 80 characters. | 78 | |
| Method 'parseQuery' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '?' is not preceded with whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| Parameter userMethod should be final. | 78 | |
| Parameter q should be final. | 78 | |
| Parameter data should be final. | 78 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '?' is not preceded with whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| Line is longer than 80 characters. | 80 | |
| 'if' construct must use '{}'s. | 81 | |
| '{' should be on the previous line. | 86 | |
| '{' should be on the previous line. | 88 | |
| '}' should be on the same line. | 90 | |
| '}' should be on the same line. | 94 | |
| '{' should be on the previous line. | 96 | |
| '}' should be on the same line. | 99 | |
| '{' should be on the previous line. | 101 | |
| '<' is not preceded with whitespace. | 105 | |
| '<' is not followed by whitespace. | 105 | |
| '>' is not preceded with whitespace. | 105 | |
| '<' is not preceded with whitespace. | 105 | |
| '<' is not followed by whitespace. | 105 | |
| '>' is not preceded with whitespace. | 105 | |
| '>' is not followed by whitespace. | 105 | |
| '{' should be on the previous line. | 108 | |
| 'if' construct must use '{}'s. | 111 | |
| '<' is not preceded with whitespace. | 114 | |
| '<' is not followed by whitespace. | 114 | |
| '>' is not preceded with whitespace. | 114 | |
| '>' is not followed by whitespace. | 114 | |
| Method 'find' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter query should be final. | 117 | |
| '{' should be on the previous line. | 118 | |
| '<' is not preceded with whitespace. | 119 | |
| '<' is not followed by whitespace. | 119 | |
| '?' is not preceded with whitespace. | 119 | |
| '>' is not preceded with whitespace. | 119 | |
| '{' should be on the previous line. | 122 | |
| '{' should be on the previous line. | 124 | |
| 'if' construct must use '{}'s. | 125 | |
| Line is longer than 80 characters. | 126 | |
| 'if' construct must use '{}'s. | 127 | |
| Line is longer than 80 characters. | 128 | |
| 'if' construct must use '{}'s. | 129 | |
| Line is longer than 80 characters. | 130 | |
| 'if' construct must use '{}'s. | 131 | |
| Line is longer than 80 characters. | 132 | |
| '}' should be on the same line. | 133 | |
| '{' should be on the previous line. | 135 | |
| '}' should be on the same line. | 137 | |
| '{' should be on the previous line. | 139 | |
| '}' should be on the same line. | 142 | |
| '{' should be on the previous line. | 144 | |
| '}' should be on the same line. | 146 | |
| '{' should be on the previous line. | 148 | |
| Line is longer than 80 characters. | 156 | |
| Missing a Javadoc comment. | 156 | |
| '<' is not preceded with whitespace. | 156 | |
| '<' is not followed by whitespace. | 156 | |
| '?' is not preceded with whitespace. | 156 | |
| '>' is not preceded with whitespace. | 156 | |
| Parameter query should be final. | 156 | |
| '<' is not preceded with whitespace. | 158 | |
| '<' is not followed by whitespace. | 158 | |
| '?' is not preceded with whitespace. | 158 | |
| '>' is not preceded with whitespace. | 158 | |
| '{' should be on the previous line. | 161 | |
| Line is longer than 80 characters. | 162 | |
| '}' should be on the same line. | 163 | |
| '{' should be on the previous line. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 197 | |
| Line is longer than 80 characters. | 202 | |
| Missing a Javadoc comment. | 202 | |
| Parameter query should be final. | 202 | |
| '<' is not preceded with whitespace. | 207 | |
| '<' is not followed by whitespace. | 207 | |
| '>' is not preceded with whitespace. | 207 | |
| '<' is not preceded with whitespace. | 208 | |
| '<' is not followed by whitespace. | 208 | |
| '>' is not preceded with whitespace. | 208 | |
| '<' is not preceded with whitespace. | 211 | |
| '<' is not followed by whitespace. | 211 | |
| '>' is not preceded with whitespace. | 211 | |
| '<' is not preceded with whitespace. | 211 | |
| '<' is not followed by whitespace. | 211 | |
| '>' is not preceded with whitespace. | 211 | |
| '>' is not followed by whitespace. | 211 | |
| '{' should be on the previous line. | 214 | |
| Line is longer than 80 characters. | 216 | |
| Line is longer than 80 characters. | 226 | |
| Missing a Javadoc comment. | 226 | |
| '<' is not preceded with whitespace. | 226 | |
| '<' is not followed by whitespace. | 226 | |
| '?' is not preceded with whitespace. | 226 | |
| '>' is not preceded with whitespace. | 226 | |
| Parameter query should be final. | 226 | |
| '<' is not preceded with whitespace. | 229 | |
| '<' is not followed by whitespace. | 229 | |
| '?' is not preceded with whitespace. | 229 | |
| '>' is not preceded with whitespace. | 229 | |
| '{' should be on the previous line. | 232 | |
| '{' should be on the previous line. | 239 | |
| '{' should be on the previous line. | 244 | |
| '{' should be on the previous line. | 246 | |
| '}' should be on the same line. | 248 | |
| '{' should be on the previous line. | 250 | |
| '{' should be on the previous line. | 252 | |
| Line is longer than 80 characters. | 253 | |
| '<' is not preceded with whitespace. | 253 | |
| '<' is not followed by whitespace. | 253 | |
| '?' is not preceded with whitespace. | 253 | |
| '>' is not preceded with whitespace. | 253 | |
| Line is longer than 80 characters. | 254 | |
| '<' is not preceded with whitespace. | 254 | |
| '<' is not followed by whitespace. | 254 | |
| '?' is not preceded with whitespace. | 254 | |
| '>' is not preceded with whitespace. | 254 | |
| Line is longer than 80 characters. | 256 | |
| '<' is not preceded with whitespace. | 256 | |
| '<' is not followed by whitespace. | 256 | |
| '>' is not preceded with whitespace. | 256 | |
| '<' is not preceded with whitespace. | 256 | |
| '<' is not followed by whitespace. | 256 | |
| '>' is not preceded with whitespace. | 256 | |
| '>' is not followed by whitespace. | 256 | |
| '<' is not preceded with whitespace. | 258 | |
| '<' is not followed by whitespace. | 258 | |
| '>' is not preceded with whitespace. | 258 | |
| '>' is not followed by whitespace. | 258 | |
| '}' should be on the same line. | 259 | |
| '{' should be on the previous line. | 261 | |
| Line is longer than 80 characters. | 262 | |
| '<' is not preceded with whitespace. | 262 | |
| '<' is not followed by whitespace. | 262 | |
| '?' is not preceded with whitespace. | 262 | |
| '>' is not preceded with whitespace. | 262 | |
| Line is longer than 80 characters. | 263 | |
| '<' is not preceded with whitespace. | 263 | |
| '<' is not followed by whitespace. | 263 | |
| '>' is not preceded with whitespace. | 263 | |
| '<' is not preceded with whitespace. | 263 | |
| '<' is not followed by whitespace. | 263 | |
| '>' is not preceded with whitespace. | 263 | |
| '>' is not followed by whitespace. | 263 | |
| Line is longer than 80 characters. | 264 | |
| '<' is not preceded with whitespace. | 264 | |
| '<' is not followed by whitespace. | 264 | |
| '>' is not preceded with whitespace. | 264 | |
| '<' is not preceded with whitespace. | 265 | |
| '<' is not followed by whitespace. | 265 | |
| '>' is not preceded with whitespace. | 265 | |
| '>' is not followed by whitespace. | 265 | |
| '}' should be on the same line. | 267 | |
| '{' should be on the previous line. | 269 | |
| '{' should be on the previous line. | 272 | |
| Line is longer than 80 characters. | 273 | |
| '}' should be on the same line. | 277 | |
| '{' should be on the previous line. | 279 | |
| Line is longer than 80 characters. | 280 | |
| '}' should be on the same line. | 284 | |
| '{' should be on the previous line. | 286 | |
| Line is longer than 80 characters. | 287 | |
| '}' should be on the same line. | 290 | |
| '{' should be on the previous line. | 292 | |
| Line is longer than 80 characters. | 293 | |
| '}' should be on the same line. | 298 | |
| '{' should be on the previous line. | 300 | |
| Line is longer than 80 characters. | 302 | |
| '}' should be on the same line. | 305 | |
| '{' should be on the previous line. | 307 | |
| Line is longer than 80 characters. | 315 | |
| Missing a Javadoc comment. | 315 | |
| '<' is not followed by whitespace. | 315 | |
| '>' is not preceded with whitespace. | 315 | |
| '<' is not preceded with whitespace. | 315 | |
| '<' is not followed by whitespace. | 315 | |
| '>' is not preceded with whitespace. | 315 | |
| Parameter list1 should be final. | 315 | |
| '<' is not preceded with whitespace. | 315 | |
| '<' is not followed by whitespace. | 315 | |
| '?' is not preceded with whitespace. | 315 | |
| '>' is not preceded with whitespace. | 315 | |
| Parameter list2 should be final. | 315 | |
| '<' is not preceded with whitespace. | 315 | |
| '<' is not followed by whitespace. | 315 | |
| '?' is not preceded with whitespace. | 315 | |
| '>' is not preceded with whitespace. | 315 | |
| '<' is not preceded with whitespace. | 317 | |
| '<' is not followed by whitespace. | 317 | |
| '>' is not preceded with whitespace. | 317 | |
| '<' is not preceded with whitespace. | 317 | |
| '<' is not followed by whitespace. | 317 | |
| '>' is not preceded with whitespace. | 317 | |
| '>' is not followed by whitespace. | 317 | |
| Line is longer than 80 characters. | 325 | |
| Missing a Javadoc comment. | 325 | |
| Parameter query should be final. | 325 | |
| '<' is not preceded with whitespace. | 334 | |
| '<' is not followed by whitespace. | 334 | |
| '>' is not preceded with whitespace. | 334 | |
| '<' is not preceded with whitespace. | 334 | |
| '<' is not followed by whitespace. | 334 | |
| '>' is not preceded with whitespace. | 334 | |
| '>' is not followed by whitespace. | 334 | |
| '{' should be on the previous line. | 337 | |
| Line is longer than 80 characters. | 339 | |
| Method 'findUsers' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| Missing a Javadoc comment. | 349 | |
| Parameter query should be final. | 349 | |
| '{' should be on the previous line. | 350 | |
| Method 'findGroups' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| Missing a Javadoc comment. | 356 | |
| Parameter query should be final. | 356 | |
| '{' should be on the previous line. | 357 | |
| Line is longer than 80 characters. | 363 | |
| Method 'findUsers' is not designed for extension - needs to be abstract, final or empty. | 363 | |
| Missing a Javadoc comment. | 363 | |
| Parameter query should be final. | 363 | |
| Parameter context should be final. | 363 | |
| Line is longer than 80 characters. | 367 | |
| '{' should be on the previous line. | 369 | |
| Line is longer than 80 characters. | 376 | |
| Method 'findGroups' is not designed for extension - needs to be abstract, final or empty. | 376 | |
| Missing a Javadoc comment. | 376 | |
| Parameter query should be final. | 376 | |
| Parameter context should be final. | 376 | |
| Line is longer than 80 characters. | 381 | |
| '{' should be on the previous line. | 383 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| '{' should be on the previous line. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 | |
| Missing a Javadoc comment. | 18 | |
| '<' is not preceded with whitespace. | 18 | |
| '<' is not followed by whitespace. | 18 | |
| '>' is not preceded with whitespace. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter userManager should be final. | 21 | |
| 'userManager' hides a field. | 21 | |
| Parameter authenticators should be final. | 21 | |
| '<' is not preceded with whitespace. | 21 | |
| '<' is not followed by whitespace. | 21 | |
| '>' is not preceded with whitespace. | 21 | |
| 'authenticators' hides a field. | 21 | |
| Line is longer than 80 characters. | 27 | |
| Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter username should be final. | 27 | |
| Parameter password should be final. | 27 | |
| 'if' construct must use '{}'s. | 29 | |
| Line is longer than 80 characters. | 30 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| 'authenticators' hides a field. | 35 | |
| '{' should be on the previous line. | 38 | |
| Line is longer than 80 characters. | 39 | |
| '{' should be on the previous line. | 44 | |
| 'if' construct must use '{}'s. | 45 | |
| '}' should be on the same line. | 48 | |
| '{' should be on the previous line. | 50 | |
| 'if' construct must use '{}'s. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter authenticator should be final. | 58 | |
| Parameter username should be final. | 58 | |
| Parameter password should be final. | 58 | |
| '{' should be on the previous line. | 61 | |
| '}' should be on the same line. | 63 | |
| '{' should be on the previous line. | 65 | |
| Line is longer than 80 characters. | 71 | |
| Missing a Javadoc comment. | 71 | |
| '<' is not preceded with whitespace. | 71 | |
| '<' is not followed by whitespace. | 71 | |
| '>' is not preceded with whitespace. | 71 | |
| Parameter repository should be final. | 71 | |
| '<' is not preceded with whitespace. | 73 | |
| '<' is not followed by whitespace. | 73 | |
| '>' is not preceded with whitespace. | 73 | |
| '<' is not preceded with whitespace. | 73 | |
| '<' is not followed by whitespace. | 73 | |
| '>' is not preceded with whitespace. | 73 | |
| '>' is not followed by whitespace. | 73 | |
| '{' should be on the previous line. | 76 | |
| 'if' construct must use '{}'s. | 77 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| '{' should be on the previous line. | 84 | |
| Line is longer than 80 characters. | 85 | |
| '<' is not preceded with whitespace. | 85 | |
| '<' is not followed by whitespace. | 85 | |
| '>' is not preceded with whitespace. | 85 | |
| '<' is not preceded with whitespace. | 85 | |
| '<' is not followed by whitespace. | 85 | |
| '>' is not preceded with whitespace. | 85 | |
| '>' is not followed by whitespace. | 85 | |
| '{' should be on the previous line. | 88 | |
| Method 'getAuthenticators' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| '{' should be on the previous line. | 96 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 15 | |
| Expected @param tag for 'entity'. | 17 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 23 | |
| Line has trailing spaces. | 24 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Method 'getUserManager' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| Method 'getGroupManager' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| '{' should be on the previous line. | 27 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| '{' should be on the previous line. | 32 | |
| Method 'getPropertySetFactory' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| '{' should be on the previous line. | 37 | |
| Method 'getAuthenticator' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| '{' should be on the previous line. | 42 | |
| Method 'getPasswordEncryptor' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| '{' should be on the previous line. | 47 | |
| Method 'setPasswordEncryptor' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter encryptor should be final. | 51 | |
| 'encryptor' hides a field. | 51 | |
| '{' should be on the previous line. | 52 | |
| Method 'setUserManager' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter userManager should be final. | 56 | |
| 'userManager' hides a field. | 56 | |
| '{' should be on the previous line. | 57 | |
| Method 'setGroupManager' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter groupManager should be final. | 61 | |
| 'groupManager' hides a field. | 61 | |
| '{' should be on the previous line. | 62 | |
| Method 'setRepository' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter repository should be final. | 66 | |
| 'repository' hides a field. | 66 | |
| '{' should be on the previous line. | 67 | |
| Method 'setPropertySetFactory' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter propertySetFactory should be final. | 71 | |
| 'propertySetFactory' hides a field. | 71 | |
| '{' should be on the previous line. | 72 | |
| Method 'setAuthenticator' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter authenticator should be final. | 76 | |
| 'authenticator' hides a field. | 76 | |
| '{' should be on the previous line. | 77 | |
| Method 'getEntityQueryParser' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| '{' should be on the previous line. | 82 | |
| Method 'setEntityQueryParser' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Parameter entityQueryParser should be final. | 86 | |
| 'entityQueryParser' hides a field. | 86 | |
| '{' should be on the previous line. | 87 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter o should be final. | 91 | |
| '{' should be on the previous line. | 92 | |
| 'if' construct must use '{}'s. | 93 | |
| 'if' construct must use '{}'s. | 94 | |
| Line is longer than 80 characters. | 98 | |
| Avoid inline conditionals. | 98 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 | |
| '{' should be on the previous line. | 102 | |
| Avoid inline conditionals. | 103 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 5 | |
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 10 | |
| '<' is not preceded with whitespace. | 10 | |
| '<' is not followed by whitespace. | 10 | |
| '>' is not preceded with whitespace. | 10 | |
| '<' is not preceded with whitespace. | 10 | |
| '<' is not followed by whitespace. | 10 | |
| '>' is not preceded with whitespace. | 10 | |
| '>' is not followed by whitespace. | 10 | |
| Missing a Javadoc comment. | 12 | |
| Parameter repositories should be final. | 12 | |
| '<' is not preceded with whitespace. | 12 | |
| '<' is not followed by whitespace. | 12 | |
| '>' is not preceded with whitespace. | 12 | |
| 'repositories' hides a field. | 12 | |
| '{' should be on the previous line. | 13 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Missing a Javadoc comment. | 17 | |
| '{' should be on the previous line. | 18 | |
| Line is longer than 80 characters. | 19 | |
| '30' is a magic number. | 19 | |
| '{' should be on the previous line. | 23 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '{' should be on the previous line. | 31 | |
| Line is longer than 80 characters. | 32 | |
| '50' is a magic number. | 32 | |
| '{' should be on the previous line. | 36 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| '{' should be on the previous line. | 44 | |
| Method 'getRepositories' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| '{' should be on the previous line. | 49 | |
| Line has trailing spaces. | 50 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| '{' should be on the previous line. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 10 | |
| '<' is not preceded with whitespace. | 10 | |
| '<' is not followed by whitespace. | 10 | |
| '>' is not preceded with whitespace. | 10 | |
| Variable 'repositoriesToResults' must be private and have accessor methods. | 10 | |
| '<' is not preceded with whitespace. | 10 | |
| '<' is not followed by whitespace. | 10 | |
| '>' is not preceded with whitespace. | 10 | |
| '>' is not followed by whitespace. | 10 | |
| Method 'addToResults' is not designed for extension - needs to be abstract, final or empty. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Parameter repositoryKey should be final. | 12 | |
| Parameter pager should be final. | 12 | |
| '{' should be on the previous line. | 13 | |
| Method 'pager' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Parameter repoKey should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| Line is longer than 80 characters. | 23 | |
| Method 'repositoryKeyset' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| '{' should be on the previous line. | 27 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Method 'getSecurityPrincipal' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '{' should be on the previous line. | 33 | |
| Method 'getSecurityCredential' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '{' should be on the previous line. | 38 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line has trailing spaces. | 45 | |
| Method 'getProviderURL' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| '{' should be on the previous line. | 49 | |
| 'if' construct must use '{}'s. | 50 | |
| Missing a Javadoc comment. | 55 | |
| '{' should be on the previous line. | 56 | |
| Avoid inline conditionals. | 57 | |
| Missing a Javadoc comment. | 60 | |
| '{' should be on the previous line. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Method 'getJNDIInitialContextFactoryIdentifier' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| '{' should be on the previous line. | 66 | |
| Method 'getSearchBatchSize' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| '{' should be on the previous line. | 71 | |
| Method 'getSecurityAuthentication' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| '{' should be on the previous line. | 76 | |
| Method 'getSecurityProtocol' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| '{' should be on the previous line. | 81 | |
| Method 'isPoolingOn' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| '{' should be on the previous line. | 86 | |
| Method 'getConnectTimeoutMillis' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| '{' should be on the previous line. | 91 | |
| Method 'getReadTimeoutMillis' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| '{' should be on the previous line. | 96 | |
| Method 'setSecurityPrincipal' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter securityPrincipal should be final. | 100 | |
| 'securityPrincipal' hides a field. | 100 | |
| '{' should be on the previous line. | 101 | |
| Method 'setSecurityCredential' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Parameter securityCredential should be final. | 105 | |
| 'securityCredential' hides a field. | 105 | |
| '{' should be on the previous line. | 106 | |
| Method 'setHost' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Parameter host should be final. | 110 | |
| 'host' hides a field. | 110 | |
| '{' should be on the previous line. | 111 | |
| Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Parameter port should be final. | 115 | |
| 'port' hides a field. | 115 | |
| '{' should be on the previous line. | 116 | |
| Line is longer than 80 characters. | 120 | |
| Method 'setJndiInitialContextFactoryIdentifier' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Parameter jndiInitialContextFactoryIdentifier should be final. | 120 | |
| 'jndiInitialContextFactoryIdentifier' hides a field. | 120 | |
| Line is longer than 80 characters. | 122 | |
| Method 'setSearchBatchSize' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter searchBatchSize should be final. | 125 | |
| 'searchBatchSize' hides a field. | 125 | |
| '{' should be on the previous line. | 126 | |
| Method 'setSecurityAuthentication' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Parameter securityAuthentication should be final. | 130 | |
| 'securityAuthentication' hides a field. | 130 | |
| '{' should be on the previous line. | 131 | |
| Method 'setSecurityProtocol' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Parameter securityProtocol should be final. | 135 | |
| 'securityProtocol' hides a field. | 135 | |
| '{' should be on the previous line. | 136 | |
| Method 'setPoolingOn' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Parameter poolingOn should be final. | 140 | |
| '{' should be on the previous line. | 141 | |
| Method 'setProviderURL' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Parameter providerURL should be final. | 145 | |
| 'providerURL' hides a field. | 145 | |
| '{' should be on the previous line. | 146 | |
| Method 'setConnectTimeoutMillis' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Parameter connectTimeoutMillis should be final. | 150 | |
| 'connectTimeoutMillis' hides a field. | 150 | |
| '{' should be on the previous line. | 151 | |
| Method 'setReadTimeoutMillis' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Missing a Javadoc comment. | 155 | |
| Parameter readTimeoutMillis should be final. | 155 | |
| 'readTimeoutMillis' hides a field. | 155 | |
| '{' should be on the previous line. | 156 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 | |
| '{' should be on the previous line. | 161 | |
| '+' should be on a new line. | 162 | |
| '+' should be on a new line. | 163 | |
| '+' should be on a new line. | 164 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Utility classes should not have a public or default constructor. | 30 | |
| '{' should be on the previous line. | 31 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Expected an @return tag. | 47 | |
| Line is longer than 80 characters. | 47 | |
| Parameter className should be final. | 47 | |
| Parameter callingClass should be final. | 47 | |
| '{' should be on the previous line. | 50 | |
| Line is longer than 80 characters. | 51 | |
| '}' should be on the same line. | 52 | |
| '{' should be on the previous line. | 54 | |
| '{' should be on the previous line. | 56 | |
| '}' should be on the same line. | 58 | |
| '{' should be on the previous line. | 60 | |
| '{' should be on the previous line. | 62 | |
| Line is longer than 80 characters. | 63 | |
| '}' should be on the same line. | 64 | |
| '{' should be on the previous line. | 66 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Expected an @return tag. | 87 | |
| Parameter resourceName should be final. | 87 | |
| Parameter callingClass should be final. | 87 | |
| '{' should be on the previous line. | 88 | |
| Line is longer than 80 characters. | 91 | |
| '{' should be on the previous line. | 94 | |
| Line is longer than 80 characters. | 95 | |
| '{' should be on the previous line. | 99 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Expected an @return tag. | 118 | |
| Line is longer than 80 characters. | 118 | |
| Parameter resourceName should be final. | 118 | |
| Parameter callingClass should be final. | 118 | |
| Expected @throws tag for 'IOException'. | 118 | |
| Line is longer than 80 characters. | 120 | |
| '{' should be on the previous line. | 122 | |
| Line is longer than 80 characters. | 123 | |
| '{' should be on the previous line. | 125 | |
| Expected an @return tag. | 141 | |
| Line is longer than 80 characters. | 141 | |
| Parameter resourceName should be final. | 141 | |
| Parameter callingClass should be final. | 141 | |
| '{' should be on the previous line. | 145 | |
| Avoid inline conditionals. | 146 | |
| '}' should be on the same line. | 147 | |
| '{' should be on the previous line. | 149 | |
| '{' should be on the previous line. | 158 | |
| Line is longer than 80 characters. | 164 | |
| Parameter cl should be final. | 166 | |
| Expected @param tag for 'cl'. | 166 | |
| '{' should be on the previous line. | 167 | |
| Line is longer than 80 characters. | 168 | |
| '{' should be on the previous line. | 170 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 9 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Parameter sessionFactory should be final. | 13 | |
| Parameter cacheFactory should be final. | 13 | |
| 'cacheFactory' hides a field. | 13 | |
| Method 'getExternalEntity' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| '{' should be on the previous line. | 20 | |
| 'if' construct must use '{}'s. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 25 | |
| 'if' construct must use '{}'s. | 26 | |
| Method 'removeExternalEntity' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '{' should be on the previous line. | 33 | |
| Method 'createExternalEntity' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter externalEntityName should be final. | 38 | |
| '{' should be on the previous line. | 39 | |
| Missing a Javadoc comment. | 45 | |
| '{' should be on the previous line. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line has trailing spaces. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Parameter externalEntityName should be final. | 50 | |
| Parameter entity should be final. | 50 | |
| '{' should be on the previous line. | 51 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Parameter userManager should be final. | 15 | |
| 'userManager' hides a field. | 15 | |
| Parameter encryptor should be final. | 15 | |
| 'encryptor' hides a field. | 15 | |
| Line is longer than 80 characters. | 21 | |
| Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter username should be final. | 21 | |
| Parameter password should be final. | 21 | |
| 'if' construct must use '{}'s. | 24 | |
| 'if' construct must use '{}'s. | 25 | |
| '{' should be on the previous line. | 29 | |
| Line is longer than 80 characters. | 30 | |
| '}' should be on the same line. | 31 | |
| '{' should be on the previous line. | 33 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| '{' should be on the previous line. | 39 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| '<' is not preceded with whitespace. | 10 | |
| '<' is not followed by whitespace. | 10 | |
| '>' is not preceded with whitespace. | 10 | |
| '{' should be on the previous line. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| '<' is not preceded with whitespace. | 14 | |
| '<' is not followed by whitespace. | 14 | |
| '>' is not preceded with whitespace. | 14 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.atlassian.user.impl.DuplicateEntityException. | 4 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 18 | |
| '{' should be on the previous line. | 26 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| Expected @throws tag for 'EntityException'. | 34 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Unused @throws tag for 'IllegalArgumentException'. | 43 | |
| '<' is not preceded with whitespace. | 45 | |
| '<' is not followed by whitespace. | 45 | |
| '>' is not preceded with whitespace. | 45 | |
| Expected @param tag for 'user'. | 45 | |
| Expected @throws tag for 'EntityException'. | 45 | |
| Line is longer than 80 characters. | 48 | |
| '<' is not followed by whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| Expected @param tag for 'group'. | 64 | |
| Expected @throws tag for 'EntityException'. | 64 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 75 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| Expected @param tag for 'group'. | 78 | |
| Expected @throws tag for 'EntityException'. | 78 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 94 | |
| Unused @throws tag for 'UnsupportedOperationException'. | 94 | |
| '<' is not preceded with whitespace. | 97 | |
| '<' is not followed by whitespace. | 97 | |
| '>' is not preceded with whitespace. | 97 | |
| Expected @param tag for 'group'. | 97 | |
| Expected @throws tag for 'EntityException'. | 97 | |
| Expected @param tag for 'groupName'. | 105 | |
| Expected @throws tag for 'EntityException'. | 105 | |
| Line is longer than 80 characters. | 110 | |
| Unused @throws tag for 'DuplicateEntityException'. | 110 | |
| Line is longer than 80 characters. | 112 | |
| Unused @throws tag for 'UnsupportedOperationException'. | 112 | |
| Expected an @return tag. | 114 | |
| Expected @param tag for 'groupName'. | 114 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 120 | |
| Line is longer than 80 characters. | 124 | |
| Unused @throws tag for 'UnsupportedOperationException'. | 124 | |
| Expected @param tag for 'group'. | 126 | |
| Line is longer than 80 characters. | 131 | |
| Line is longer than 80 characters. | 134 | |
| Unused @throws tag for 'UnsupportedOperationException'. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 138 | |
| Expected @param tag for 'group'. | 138 | |
| Expected @param tag for 'user'. | 138 | |
| Expected @throws tag for 'EntityException'. | 138 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 138 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 148 | |
| Expected @param tag for 'group'. | 150 | |
| Expected @param tag for 'user'. | 150 | |
| Expected @throws tag for 'EntityException'. | 150 | |
| Line is longer than 80 characters. | 156 | |
| Unused @throws tag for 'UnsupportedOperationException'. | 156 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 160 | |
| Expected @param tag for 'group'. | 160 | |
| Expected @param tag for 'user'. | 160 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 160 | |
| Line is longer than 80 characters. | 166 | |
| Expected @throws tag for 'EntityException'. | 174 | |
| Expected @param tag for 'group'. | 187 | |
| Expected @throws tag for 'EntityException'. | 187 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Missing a Javadoc comment. | 8 | |
| '<' is not preceded with whitespace. | 8 | |
| '<' is not followed by whitespace. | 8 | |
| '>' is not preceded with whitespace. | 8 | |
| '<' is not preceded with whitespace. | 8 | |
| '<' is not followed by whitespace. | 8 | |
| '>' is not preceded with whitespace. | 8 | |
| '>' is not followed by whitespace. | 8 | |
| Method 'addRepositoryKey' is not designed for extension - needs to be abstract, final or empty. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Parameter key should be final. | 10 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 10 | |
| '{' should be on the previous line. | 11 | |
| 'if' construct must use '{}'s. | 12 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Method 'getRepositoryKeys' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| Missing a Javadoc comment. | 18 | |
| '{' should be on the previous line. | 19 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.atlassian.user.configuration.*. | 3 | |
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Method 'process' is not designed for extension - needs to be abstract, final or empty. | 7 | |
| Missing a Javadoc comment. | 7 | |
| Parameter config should be final. | 7 | |
| '{' should be on the previous line. | 11 | |
| Line is longer than 80 characters. | 12 | |
| '}' should be on the same line. | 13 | |
| '{' should be on the previous line. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 20 | |
| '{' should be on the previous line. | 23 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 8 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 10 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 30 | |
| '{' should be on the previous line. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter underlyingPropertySetFactory should be final. | 38 | |
| 'underlyingPropertySetFactory' hides a field. | 38 | |
| Parameter cacheFactory should be final. | 38 | |
| 'cacheFactory' hides a field. | 38 | |
| Method 'getPropertySet' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter entity should be final. | 44 | |
| '{' should be on the previous line. | 45 | |
| Line is longer than 80 characters. | 47 | |
| '{' should be on the previous line. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '>' is not followed by whitespace. | 51 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 61 | |
| '{' should be on the previous line. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 69 | |
| '{' should be on the previous line. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Parameter delegate should be final. | 79 | |
| 'delegate' hides a field. | 79 | |
| Parameter cacheKey should be final. | 79 | |
| 'cacheKey' hides a field. | 79 | |
| Missing a Javadoc comment. | 85 | |
| Parameter config should be final. | 85 | |
| Parameter args should be final. | 85 | |
| '{' should be on the previous line. | 86 | |
| Line is longer than 80 characters. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter key should be final. | 91 | |
| Parameter value should be final. | 91 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 91 | |
| Missing a Javadoc comment. | 97 | |
| Parameter key should be final. | 97 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 97 | |
| '{' should be on the previous line. | 98 | |
| Line is longer than 80 characters. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Parameter key should be final. | 102 | |
| Parameter value should be final. | 102 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 102 | |
| Missing a Javadoc comment. | 108 | |
| Parameter key should be final. | 108 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 108 | |
| '{' should be on the previous line. | 109 | |
| Missing a Javadoc comment. | 113 | |
| Parameter key should be final. | 113 | |
| Parameter value should be final. | 113 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 113 | |
| '{' should be on the previous line. | 114 | |
| Missing a Javadoc comment. | 119 | |
| Parameter key should be final. | 119 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 119 | |
| '{' should be on the previous line. | 120 | |
| Missing a Javadoc comment. | 124 | |
| Parameter key should be final. | 124 | |
| Parameter value should be final. | 124 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 124 | |
| '{' should be on the previous line. | 125 | |
| Missing a Javadoc comment. | 130 | |
| Parameter key should be final. | 130 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 130 | |
| '{' should be on the previous line. | 131 | |
| Missing a Javadoc comment. | 135 | |
| Parameter key should be final. | 135 | |
| Parameter value should be final. | 135 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 135 | |
| Missing a Javadoc comment. | 141 | |
| Parameter key should be final. | 141 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 141 | |
| '{' should be on the previous line. | 142 | |
| Missing a Javadoc comment. | 146 | |
| Parameter key should be final. | 146 | |
| Parameter value should be final. | 146 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 146 | |
| '{' should be on the previous line. | 147 | |
| Missing a Javadoc comment. | 152 | |
| Parameter key should be final. | 152 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 152 | |
| '{' should be on the previous line. | 153 | |
| Missing a Javadoc comment. | 157 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 157 | |
| '{' should be on the previous line. | 158 | |
| Missing a Javadoc comment. | 162 | |
| Parameter type should be final. | 162 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 162 | |
| '{' should be on the previous line. | 163 | |
| Missing a Javadoc comment. | 167 | |
| Parameter prefix should be final. | 167 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 167 | |
| '{' should be on the previous line. | 168 | |
| Line is longer than 80 characters. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Parameter prefix should be final. | 172 | |
| Parameter type should be final. | 172 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 172 | |
| Missing a Javadoc comment. | 177 | |
| Parameter key should be final. | 177 | |
| Parameter value should be final. | 177 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 177 | |
| '{' should be on the previous line. | 178 | |
| Missing a Javadoc comment. | 183 | |
| Parameter key should be final. | 183 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 183 | |
| '{' should be on the previous line. | 184 | |
| Missing a Javadoc comment. | 188 | |
| Parameter key should be final. | 188 | |
| Parameter value should be final. | 188 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 188 | |
| Missing a Javadoc comment. | 194 | |
| Parameter key should be final. | 194 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 194 | |
| '{' should be on the previous line. | 195 | |
| Line is longer than 80 characters. | 199 | |
| Missing a Javadoc comment. | 199 | |
| Parameter key should be final. | 199 | |
| Parameter value should be final. | 199 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 199 | |
| Missing a Javadoc comment. | 205 | |
| Parameter key should be final. | 205 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 205 | |
| '{' should be on the previous line. | 206 | |
| Missing a Javadoc comment. | 210 | |
| Parameter schema should be final. | 210 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 210 | |
| Missing a Javadoc comment. | 216 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 216 | |
| '{' should be on the previous line. | 217 | |
| Missing a Javadoc comment. | 221 | |
| Parameter property should be final. | 221 | |
| '{' should be on the previous line. | 222 | |
| Missing a Javadoc comment. | 226 | |
| Parameter key should be final. | 226 | |
| Parameter value should be final. | 226 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 226 | |
| Missing a Javadoc comment. | 232 | |
| Parameter key should be final. | 232 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 232 | |
| '{' should be on the previous line. | 233 | |
| Missing a Javadoc comment. | 237 | |
| Parameter key should be final. | 237 | |
| Parameter value should be final. | 237 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 237 | |
| '{' should be on the previous line. | 238 | |
| Missing a Javadoc comment. | 243 | |
| Parameter key should be final. | 243 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 243 | |
| '{' should be on the previous line. | 244 | |
| Missing a Javadoc comment. | 248 | |
| Parameter key should be final. | 248 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 248 | |
| '{' should be on the previous line. | 249 | |
| Missing a Javadoc comment. | 253 | |
| Parameter key should be final. | 253 | |
| Parameter value should be final. | 253 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 253 | |
| Missing a Javadoc comment. | 259 | |
| Parameter key should be final. | 259 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 259 | |
| '{' should be on the previous line. | 260 | |
| Missing a Javadoc comment. | 264 | |
| Parameter key should be final. | 264 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 264 | |
| '{' should be on the previous line. | 265 | |
| Missing a Javadoc comment. | 269 | |
| Parameter key should be final. | 269 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 269 | |
| '{' should be on the previous line. | 270 | |
| Missing a Javadoc comment. | 275 | |
| Parameter type should be final. | 275 | |
| '{' should be on the previous line. | 276 | |
| Missing a Javadoc comment. | 280 | |
| '{' should be on the previous line. | 281 | |
| Missing a Javadoc comment. | 285 | |
| '{' should be on the previous line. | 286 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor. | 8 | |
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Variable 'fullName' must be private and have accessor methods. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Variable 'email' must be private and have accessor methods. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Variable 'password' must be private and have accessor methods. | 14 | |
| Missing a Javadoc comment. | 16 | |
| '{' is not preceded with whitespace. | 16 | |
| '{' is not followed by whitespace. | 16 | |
| '}' is not preceded with whitespace. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Parameter name should be final. | 18 | |
| '{' should be on the previous line. | 19 | |
| Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| '{' should be on the previous line. | 29 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| '{' should be on the previous line. | 34 | |
| Method 'setFullName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter fullName should be final. | 38 | |
| 'fullName' hides a field. | 38 | |
| '{' should be on the previous line. | 39 | |
| Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter email should be final. | 43 | |
| 'email' hides a field. | 43 | |
| '{' should be on the previous line. | 44 | |
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter passw should be final. | 48 | |
| '{' should be on the previous line. | 49 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| '{' should be on the previous line. | 54 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter o should be final. | 58 | |
| '{' should be on the previous line. | 59 | |
| 'if' construct must use '{}'s. | 60 | |
| 'if' construct must use '{}'s. | 61 | |
| 'if' construct must use '{}'s. | 62 | |
| 'if' construct must use '{}'s. | 66 | |
| Line is longer than 80 characters. | 66 | |
| Avoid inline conditionals. | 66 | |
| 'if' construct must use '{}'s. | 67 | |
| Line is longer than 80 characters. | 67 | |
| Avoid inline conditionals. | 67 | |
| 'if' construct must use '{}'s. | 68 | |
| Line is longer than 80 characters. | 68 | |
| Avoid inline conditionals. | 68 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| '{' should be on the previous line. | 74 | |
| '29' is a magic number. | 76 | |
| Avoid inline conditionals. | 76 | |
| '29' is a magic number. | 77 | |
| Avoid inline conditionals. | 77 | |
| '29' is a magic number. | 78 | |
| Avoid inline conditionals. | 78 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Variable 'log' must be private and have accessor methods. | 17 | |
| Line is longer than 80 characters. | 19 | |
| Method 'process' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter config should be final. | 19 | |
| '{' should be on the previous line. | 34 | |
| 'if' construct must use '{}'s. | 36 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 43 | |
| '{' should be on the previous line. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line has trailing spaces. | 57 | |
| 'if' construct must use '{}'s. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 65 | |
| Method 'createBean' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter componentName should be final. | 65 | |
| Parameter config should be final. | 65 | |
| Line is longer than 80 characters. | 70 | |
| Method 'createBean' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter componentName should be final. | 70 | |
| Parameter config should be final. | 70 | |
| Parameter useConstructorInjection should be final. | 71 | |
| '{' should be on the previous line. | 72 | |
| 'if' is not followed by whitespace. | 75 | |
| '{' should be on the previous line. | 76 | |
| Line is longer than 80 characters. | 77 | |
| '+' is not preceded with whitespace. | 77 | |
| '+' is not followed by whitespace. | 77 | |
| '+' is not preceded with whitespace. | 77 | |
| '+' is not followed by whitespace. | 77 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter className should be final. | 83 | |
| Parameter useConstructorInjection should be final. | 83 | |
| Line is longer than 80 characters. | 85 | |
| Avoid inline conditionals. | 85 | |
| ':' should be on a new line. | 85 | |
| Line is longer than 80 characters. | 91 | |
| Unused @throws tag for 'RuntimeException'. | 94 | |
| Expected an @return tag. | 96 | |
| Method 'getClassForName' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Parameter className should be final. | 96 | |
| '{' should be on the previous line. | 97 | |
| '{' should be on the previous line. | 99 | |
| '}' should be on the same line. | 101 | |
| '{' should be on the previous line. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 113 | |
| Method 'createComponentContext' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Parameter config should be final. | 113 | |
| Expected @param tag for 'config'. | 113 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 116 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| '{' should be on the previous line. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Parameter repository should be final. | 17 | |
| Parameter info should be final. | 17 | |
| Line is longer than 80 characters. | 24 | |
| Method 'preloadSearchResult' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '<' is not preceded with whitespace. | 24 | |
| '<' is not followed by whitespace. | 24 | |
| '>' is not preceded with whitespace. | 24 | |
| Parameter result should be final. | 24 | |
| Parameter prefetched should be final. | 24 | |
| '<' is not preceded with whitespace. | 24 | |
| '<' is not followed by whitespace. | 24 | |
| '>' is not preceded with whitespace. | 24 | |
| '{' should be on the previous line. | 27 | |
| '}' should be on the same line. | 32 | |
| '{' should be on the previous line. | 34 | |
| Line is longer than 80 characters. | 35 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.atlassian.cache.*. | 5 | |
| '{' should be on the previous line. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Parameter cacheFactory should be final. | 23 | |
| 'cacheFactory' hides a field. | 23 | |
| Parameter cacheName should be final. | 23 | |
| 'cacheName' hides a field. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 | |
| Method 'getMembershipKey' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter username should be final. | 34 | |
| Parameter group should be final. | 34 | |
| '{' should be on the previous line. | 35 | |
| Method 'put' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter user should be final. | 39 | |
| Parameter group should be final. | 39 | |
| Parameter isMember should be final. | 39 | |
| '{' should be on the previous line. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 46 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter user should be final. | 49 | |
| Expected @param tag for 'user'. | 49 | |
| Parameter group should be final. | 49 | |
| Expected @param tag for 'group'. | 49 | |
| '{' should be on the previous line. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter user should be final. | 54 | |
| Parameter group should be final. | 54 | |
| '{' should be on the previous line. | 55 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter usernames should be final. | 67 | |
| Parameter group should be final. | 67 | |
| '{' should be on the previous line. | 68 | |
| '{' should be on the previous line. | 70 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Line is longer than 80 characters. | 15 | |
| Expected @param tag for 'repoKey'. | 18 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter repository should be final. | 19 | |
| 'repository' hides a field. | 19 | |
| Parameter provider should be final. | 19 | |
| 'provider' hides a field. | 19 | |
| Parameter passwordEncryptor should be final. | 19 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 29 | |
| Method 'getPasswordEncryptor' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Parameter user should be final. | 29 | |
| Expected @param tag for 'user'. | 29 | |
| Expected @throws tag for 'EntityException'. | 29 | |
| 'if' construct must use '{}'s. | 31 | |
| Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| '{' should be on the previous line. | 38 | |
| Method 'getUserNames' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| '{' should be on the previous line. | 43 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter username should be final. | 47 | |
| '{' should be on the previous line. | 48 | |
| Line is longer than 80 characters. | 53 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| '{' should be on the previous line. | 56 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 63 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Parameter entity should be final. | 63 | |
| Expected @param tag for 'entity'. | 63 | |
| Expected @throws tag for 'EntityException'. | 63 | |
| 'if' construct must use '{}'s. | 65 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| '{' should be on the previous line. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter entityQueryParsers should be final. | 20 | |
| 'entityQueryParsers' hides a field. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 29 | |
| Expected an @return tag. | 32 | |
| Method 'findUsers' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Parameter query should be final. | 32 | |
| Expected @param tag for 'query'. | 32 | |
| Expected @throws tag for 'EntityException'. | 32 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 41 | |
| Expected an @return tag. | 44 | |
| Method 'findGroups' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter query should be final. | 44 | |
| Expected @param tag for 'query'. | 44 | |
| Expected @throws tag for 'EntityException'. | 44 | |
| '{' should be on the previous line. | 45 | |
| Line is longer than 80 characters. | 49 | |
| Method 'findUsers' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter query should be final. | 49 | |
| Parameter context should be final. | 49 | |
| '{' should be on the previous line. | 56 | |
| '{' should be on the previous line. | 62 | |
| '}' should be on the same line. | 64 | |
| '{' should be on the previous line. | 66 | |
| '{' should be on the previous line. | 71 | |
| '{' should be on the previous line. | 76 | |
| Line is longer than 80 characters. | 83 | |
| Avoid inline conditionals. | 84 | |
| Line is longer than 80 characters. | 87 | |
| Method 'findGroups' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter query should be final. | 87 | |
| Parameter context should be final. | 87 | |
| '{' should be on the previous line. | 94 | |
| '{' should be on the previous line. | 100 | |
| '}' should be on the same line. | 102 | |
| '{' should be on the previous line. | 104 | |
| '{' should be on the previous line. | 109 | |
| '{' should be on the previous line. | 114 | |
| Line is longer than 80 characters. | 121 | |
| Avoid inline conditionals. | 122 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 9 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Variable 'log' must be private and have accessor methods. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Parameter profileProvider should be final. | 15 | |
| 'profileProvider' hides a field. | 15 | |
| '{' should be on the previous line. | 16 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Expected an @return tag. | 25 | |
| Method 'getPropertySet' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Parameter entity should be final. | 25 | |
| Expected @param tag for 'entity'. | 25 | |
| '{' should be on the previous line. | 26 | |
| '{' should be on the previous line. | 31 | |
| '}' should be on the same line. | 33 | |
| '{' should be on the previous line. | 35 | |
| Line is longer than 80 characters. | 38 | |
| 'if' construct must use '{}'s. | 39 | |
| Line is longer than 80 characters. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 3 | |
| Missing a Javadoc comment. | 3 | |
| Missing a Javadoc comment. | 5 | |
| Parameter term should be final. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 10 | |
| Parameter term should be final. | 10 | |
| Parameter matchingRule should be final. | 10 | |
| '{' should be on the previous line. | 11 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Missing a Javadoc comment. | 5 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Method 'validateQuery' is not designed for extension - needs to be abstract, final or empty. | 8 | |
| Missing a Javadoc comment. | 8 | |
| Parameter query should be final. | 8 | |
| '{' should be on the previous line. | 9 | |
| 'if' construct must use '{}'s. | 10 | |
| Line is longer than 80 characters. | 11 | |
| '+' should be on a new line. | 11 | |
| Line is longer than 80 characters. | 12 | |
| 'if' construct must use '{}'s. | 14 | |
| 'if' construct must use '{}'s. | 17 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Method 'validateBooleanToQueryType' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Parameter query should be final. | 27 | |
| Expected @param tag for 'query'. | 27 | |
| Parameter queryClassName should be final. | 27 | |
| Expected @param tag for 'queryClassName'. | 27 | |
| Expected @throws tag for 'EntityQueryException'. | 27 | |
| '{' should be on the previous line. | 33 | |
| '{' should be on the previous line. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 42 | |
| Method 'matchQueryToQueryType' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter query1 should be final. | 49 | |
| '{' should be on the previous line. | 50 | |
| 'if' construct must use '{}'s. | 53 | |
| 'if' construct must use '{}'s. | 55 | |
| 'if' construct must use '{}'s. | 57 | |
| Expected an @return tag. | 66 | |
| Method 'identifyDefiningQuery' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Parameter q should be final. | 66 | |
| Expected @param tag for 'q'. | 66 | |
| '{' should be on the previous line. | 67 | |
| 'if' construct must use '{}'s. | 68 | |
| '{' should be on the previous line. | 75 | |
| '{' should be on the previous line. | 78 | |
| '}' should be on the same line. | 81 | |
| 'if' construct must use '{}'s. | 82 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Variable 'logger' must be private and have accessor methods. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| '<' is not preceded with whitespace. | 17 | |
| '<' is not followed by whitespace. | 17 | |
| '>' is not preceded with whitespace. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter identifier should be final. | 21 | |
| 'identifier' hides a field. | 21 | |
| Parameter processor should be final. | 21 | |
| 'processor' hides a field. | 21 | |
| Parameter components should be final. | 21 | |
| '<' is not preceded with whitespace. | 21 | |
| '<' is not followed by whitespace. | 21 | |
| '>' is not preceded with whitespace. | 21 | |
| 'components' hides a field. | 21 | |
| Parameter componentClassNames should be final. | 21 | |
| 'componentClassNames' hides a field. | 21 | |
| '<' is not preceded with whitespace. | 25 | |
| '<' is not followed by whitespace. | 25 | |
| '>' is not preceded with whitespace. | 25 | |
| '>' is not followed by whitespace. | 25 | |
| Method 'addComponent' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter componentName should be final. | 29 | |
| Parameter component should be final. | 29 | |
| '{' should be on the previous line. | 30 | |
| 'if' construct must use '{}'s. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter componentName should be final. | 36 | |
| '{' should be on the previous line. | 37 | |
| Method 'getStringComponent' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter componentName should be final. | 41 | |
| '{' should be on the previous line. | 42 | |
| Method 'hasComponent' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter componentName should be final. | 46 | |
| '{' should be on the previous line. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Method 'getComponentClassName' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter componentName should be final. | 51 | |
| '{' should be on the previous line. | 52 | |
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| '{' should be on the previous line. | 57 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| '{' should be on the previous line. | 62 | |
| Method 'hasClassForComponent' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter componentName should be final. | 66 | |
| '{' should be on the previous line. | 67 | |
| Method 'getComponentNames' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| '{' should be on the previous line. | 72 | |
| Method 'setCacheConfiguration' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter cacheConfiguration should be final. | 76 | |
| 'cacheConfiguration' hides a field. | 76 | |
| '{' should be on the previous line. | 77 | |
| Method 'isCachingEnabled' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| '{' should be on the previous line. | 82 | |
| Method 'getCacheConfiguration' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| '{' should be on the previous line. | 87 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| Utility classes should not have a public or default constructor. | 3 | |
| '{' should be on the previous line. | 4 | |
| Line is longer than 80 characters. | 6 | |
| Parameter message should be final. | 10 | |
| '{' should be on the previous line. | 11 | |
| Line is longer than 80 characters. | 16 | |
| Unused @throws tag for 'IllegalArgumentException'. | 20 | |
| Parameter object should be final. | 22 | |
| Parameter message should be final. | 22 | |
| '{' should be on the previous line. | 23 | |
| 'if' construct must use '{}'s. | 24 | |
| Line is longer than 80 characters. | 29 | |
| Unused @throws tag for 'IllegalArgumentException'. | 33 | |
| Parameter expression should be final. | 35 | |
| Parameter message should be final. | 35 | |
| '{' should be on the previous line. | 36 | |
| 'if' construct must use '{}'s. | 37 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 47 | |
| Unused @throws tag for 'IllegalArgumentException'. | 47 | |
| Parameter clazz should be final. | 49 | |
| Parameter object should be final. | 49 | |
| '{' should be on the previous line. | 50 | |
| 'if' construct must use '{}'s. | 51 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 62 | |
| Unused @throws tag for 'IllegalArgumentException'. | 62 | |
| Parameter clazz should be final. | 64 | |
| Parameter object should be final. | 64 | |
| Parameter message should be final. | 64 | |
| 'if' construct must use '{}'s. | 66 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.atlassian.user.*. | 3 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter identifier should be final. | 30 | |
| 'identifier' hides a field. | 30 | |
| Parameter repository should be final. | 30 | |
| Parameter passwordEncryptor should be final. | 30 | |
| 'passwordEncryptor' hides a field. | 30 | |
| Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| '{' should be on the previous line. | 38 | |
| '{' should be on the previous line. | 40 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| '>' is not followed by whitespace. | 41 | |
| '}' should be on the same line. | 42 | |
| '{' should be on the previous line. | 44 | |
| Method 'getUserNames' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| '{' should be on the previous line. | 50 | |
| '{' should be on the previous line. | 52 | |
| '<' is not preceded with whitespace. | 53 | |
| '<' is not followed by whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| '>' is not followed by whitespace. | 53 | |
| '}' should be on the same line. | 54 | |
| '{' should be on the previous line. | 56 | |
| Line is longer than 80 characters. | 63 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Expected @param tag for 'username'. | 65 | |
| '{' should be on the previous line. | 66 | |
| 'if' construct must use '{}'s. | 67 | |
| '{' should be on the previous line. | 73 | |
| Line is longer than 80 characters. | 76 | |
| Parameter session should be final. | 76 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 79 | |
| 'if' construct must use '{}'s. | 81 | |
| '}' should be on the same line. | 87 | |
| '{' should be on the previous line. | 89 | |
| Avoid inline conditionals. | 93 | |
| Method 'createUser' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter username should be final. | 96 | |
| '{' should be on the previous line. | 97 | |
| 'if' construct must use '{}'s. | 98 | |
| 'if' construct must use '{}'s. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Method 'alterPassword' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Parameter user should be final. | 114 | |
| Expected @param tag for 'user'. | 114 | |
| Parameter password should be final. | 114 | |
| Expected @param tag for 'password'. | 114 | |
| Expected @throws tag for 'EntityException'. | 114 | |
| 'if' construct must use '{}'s. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Method 'saveUser' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter user should be final. | 125 | |
| '{' should be on the previous line. | 126 | |
| Line is longer than 80 characters. | 128 | |
| Line contains a tab character. | 128 | |
| Method 'removeUser' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Parameter user should be final. | 138 | |
| Expected @param tag for 'user'. | 138 | |
| '{' should be on the previous line. | 139 | |
| 'if' construct must use '{}'s. | 141 | |
| Line is longer than 80 characters. | 142 | |
| '<' is not preceded with whitespace. | 144 | |
| '<' is not followed by whitespace. | 144 | |
| '>' is not preceded with whitespace. | 144 | |
| '{' should be on the previous line. | 146 | |
| '{' should be on the previous line. | 150 | |
| 'if' construct must use '{}'s. | 153 | |
| Method 'getUserInSession' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Parameter user should be final. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 166 | |
| Missing a Javadoc comment. | 168 | |
| Parameter from should be final. | 168 | |
| Parameter to should be final. | 168 | |
| '{' should be on the previous line. | 169 | |
| Missing a Javadoc comment. | 180 | |
| Parameter user should be final. | 180 | |
| '{' should be on the previous line. | 181 | |
| 'if' construct must use '{}'s. | 182 | |
| Line is longer than 80 characters. | 183 | |
| Line contains a tab character. | 183 | |
| 'if' construct must use '{}'s. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Missing a Javadoc comment. | 188 | |
| Parameter user should be final. | 188 | |
| '{' should be on the previous line. | 189 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Parameter user should be final. | 193 | |
| '{' should be on the previous line. | 194 | |
| Line is longer than 80 characters. | 199 | |
| Line is longer than 80 characters. | 201 | |
| Unused @throws tag for 'UnsupportedOperationException'. | 201 | |
| Method 'getPasswordEncryptor' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| '}' is not preceded with whitespace. | 203 | |
| Line is longer than 80 characters. | 204 | |
| Parameter user should be final. | 204 | |
| Expected @param tag for 'user'. | 204 | |
| Expected @throws tag for 'EntityException'. | 204 | |
| Line is longer than 80 characters. | 211 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| '{' should be on the previous line. | 214 | |
| Line is longer than 80 characters. | 218 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Missing a Javadoc comment. | 218 | |
| Parameter entity should be final. | 218 | |
| Avoid inline conditionals. | 220 | |
| First sentence should end with a period. | 223 | |
| Line is longer than 80 characters. | 224 | |
| Expected an @return tag. | 226 | |
| Method 'isCreative' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| '{' should be on the previous line. | 227 | |
| Missing a Javadoc comment. | 231 | |
| '}' is not preceded with whitespace. | 231 | |
| '<' is not preceded with whitespace. | 232 | |
| '<' is not followed by whitespace. | 232 | |
| '>' is not preceded with whitespace. | 232 | |
| '{' should be on the previous line. | 233 | |
| '<' is not preceded with whitespace. | 234 | |
| '<' is not followed by whitespace. | 234 | |
| '>' is not preceded with whitespace. | 234 | |
| Line is longer than 80 characters. | 237 | |
| Parameter session should be final. | 237 | |
| Line is longer than 80 characters. | 239 | |
| Line is longer than 80 characters. | 240 | |
| Missing a Javadoc comment. | 248 | |
| '<' is not preceded with whitespace. | 249 | |
| '<' is not followed by whitespace. | 249 | |
| '>' is not preceded with whitespace. | 249 | |
| '{' should be on the previous line. | 250 | |
| Line is longer than 80 characters. | 254 | |
| Parameter session should be final. | 254 | |
| Line is longer than 80 characters. | 256 | |
| Line is longer than 80 characters. | 257 | |
| Missing a Javadoc comment. | 265 | |
| Line is longer than 80 characters. | 266 | |
| '<' is not preceded with whitespace. | 266 | |
| '<' is not followed by whitespace. | 266 | |
| '>' is not preceded with whitespace. | 266 | |
| '{' should be on the previous line. | 271 | |
| Line is longer than 80 characters. | 274 | |
| Parameter session should be final. | 274 | |
| Line is longer than 80 characters. | 276 | |
| Line is longer than 80 characters. | 277 | |
| '}' should be on the same line. | 283 | |
| '{' should be on the previous line. | 285 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.atlassian.user.search.query.*. | 13 | |
| Using the '.*' form of import should be avoided - net.sf.hibernate.expression.*. | 17 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter identifier should be final. | 33 | |
| 'identifier' hides a field. | 33 | |
| Parameter repository should be final. | 33 | |
| 'repository' hides a field. | 33 | |
| Method 'findUsers' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter query should be final. | 39 | |
| '{' should be on the previous line. | 40 | |
| Method 'findGroups' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter query should be final. | 45 | |
| '{' should be on the previous line. | 46 | |
| Line is longer than 80 characters. | 51 | |
| Method 'findUsers' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter query should be final. | 51 | |
| Parameter context should be final. | 51 | |
| 'if' construct must use '{}'s. | 55 | |
| '||' should be on a new line. | 55 | |
| '||' should be on a new line. | 56 | |
| Line is longer than 80 characters. | 63 | |
| Method 'findGroups' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter query should be final. | 63 | |
| Parameter context should be final. | 63 | |
| 'if' construct must use '{}'s. | 67 | |
| '||' should be on a new line. | 67 | |
| '||' should be on a new line. | 68 | |
| Missing a Javadoc comment. | 76 | |
| Parameter matchingRule should be final. | 76 | |
| '{' should be on the previous line. | 77 | |
| '{' should be on the previous line. | 79 | |
| '{' should be on the previous line. | 83 | |
| '{' should be on the previous line. | 87 | |
| Missing a Javadoc comment. | 93 | |
| Parameter q should be final. | 93 | |
| '{' should be on the previous line. | 94 | |
| 'if' construct must use '{}'s. | 97 | |
| 'if' construct must use '{}'s. | 99 | |
| 'if' construct must use '{}'s. | 101 | |
| 'if' construct must use '{}'s. | 103 | |
| 'if' construct must use '{}'s. | 105 | |
| Line is longer than 80 characters. | 112 | |
| Expected an @return tag. | 115 | |
| Parameter q should be final. | 115 | |
| Expected @param tag for 'q'. | 115 | |
| Expected @throws tag for 'EntityException'. | 115 | |
| '{' should be on the previous line. | 116 | |
| Line is longer than 80 characters. | 118 | |
| 'if' construct must use '{}'s. | 121 | |
| '{' should be on the previous line. | 126 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 129 | |
| '}' should be on the same line. | 132 | |
| '{' should be on the previous line. | 134 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter q should be final. | 141 | |
| Parameter definingQuery should be final. | 141 | |
| Parameter baseCriteria should be final. | 141 | |
| '{' should be on the previous line. | 143 | |
| 'if' construct must use '{}'s. | 144 | |
| Line is longer than 80 characters. | 145 | |
| '{' should be on the previous line. | 147 | |
| Line is longer than 80 characters. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Parameter q should be final. | 152 | |
| Parameter definingQuery should be final. | 152 | |
| Parameter baseCriteria should be final. | 152 | |
| '{' should be on the previous line. | 154 | |
| Line is longer than 80 characters. | 156 | |
| '{' should be on the previous line. | 159 | |
| '{' should be on the previous line. | 168 | |
| '{' should be on the previous line. | 172 | |
| Line is longer than 80 characters. | 173 | |
| '}' should be on the same line. | 174 | |
| '{' should be on the previous line. | 176 | |
| '}' should be on the same line. | 178 | |
| 'else' construct must use '{}'s. | 179 | |
| Line is longer than 80 characters. | 180 | |
| Missing a Javadoc comment. | 186 | |
| Parameter q should be final. | 186 | |
| '{' should be on the previous line. | 187 | |
| 'if' construct must use '{}'s. | 189 | |
| 'else' construct must use '{}'s. | 191 | |
| Line is longer than 80 characters. | 197 | |
| Missing a Javadoc comment. | 197 | |
| Parameter q should be final. | 197 | |
| Parameter baseCriteria should be final. | 197 | |
| '{' should be on the previous line. | 200 | |
| '}' should be on the same line. | 202 | |
| '{' should be on the previous line. | 204 | |
| Line is longer than 80 characters. | 211 | |
| Missing a Javadoc comment. | 211 | |
| Parameter q should be final. | 211 | |
| Parameter baseCriteria should be final. | 211 | |
| Line is longer than 80 characters. | 213 | |
| Line is longer than 80 characters. | 214 | |
| '{' should be on the previous line. | 217 | |
| Must have at least one statement. | 217 | |
| Line is longer than 80 characters. | 218 | |
| '}' should be on the same line. | 219 | |
| '{' should be on the previous line. | 221 | |
| '}' should be on the same line. | 223 | |
| '{' should be on the previous line. | 225 | |
| Line is longer than 80 characters. | 226 | |
| '{' should be on the previous line. | 230 | |
| Line is longer than 80 characters. | 231 | |
| '}' should be on the same line. | 232 | |
| '{' should be on the previous line. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 239 | |
| Missing a Javadoc comment. | 239 | |
| Parameter entityAttribute should be final. | 239 | |
| Parameter termQuery should be final. | 239 | |
| Parameter caseInsensitive should be final. | 239 | |
| 'if' construct must use '{}'s. | 241 | |
| Line is longer than 80 characters. | 242 | |
| 'else' construct must use '{}'s. | 243 | |
| Line is longer than 80 characters. | 244 | |
| Line is longer than 80 characters. | 247 | |
| Missing a Javadoc comment. | 247 | |
| Parameter q should be final. | 247 | |
| Parameter baseCriteria should be final. | 247 | |
| '{' should be on the previous line. | 249 | |
| Line is longer than 80 characters. | 251 | |
| Line is longer than 80 characters. | 252 | |
| '{' should be on the previous line. | 255 | |
| Must have at least one statement. | 255 | |
| Line is longer than 80 characters. | 256 | |
| '}' should be on the same line. | 257 | |
| '{' should be on the previous line. | 259 | |
| '}' should be on the same line. | 261 | |
| '{' should be on the previous line. | 263 | |
| Line is longer than 80 characters. | 264 | |
| '{' should be on the previous line. | 268 | |
| Line is longer than 80 characters. | 269 | |
| '}' should be on the same line. | 270 | |
| '{' should be on the previous line. | 272 | |
| Line is longer than 80 characters. | 273 | |
| Missing a Javadoc comment. | 277 | |
| Parameter q should be final. | 277 | |
| Parameter baseCriteria should be final. | 277 | |
| '{' should be on the previous line. | 278 | |
| Missing a Javadoc comment. | 284 | |
| Parameter termQuery should be final. | 284 | |
| '{' should be on the previous line. | 285 | |
| '{' should be on the previous line. | 289 | |
| '}' should be on the same line. | 291 | |
| '{' should be on the previous line. | 293 | |
| Missing a Javadoc comment. | 298 | |
| Parameter query should be final. | 298 | |
| Parameter session should be final. | 298 | |
| '{' should be on the previous line. | 299 | |
| '{' should be on the previous line. | 303 | |
| '}' should be on the same line. | 305 | |
| '{' should be on the previous line. | 307 | |
| '}' should be on the same line. | 309 | |
| '{' should be on the previous line. | 311 | |
| '}' should be on the same line. | 313 | |
| Line is longer than 80 characters. | 314 | |
| '}' should be on the same line. | 317 | |
| '{' should be on the previous line. | 319 | |
| Line is longer than 80 characters. | 320 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Parameter filter should be final. | 15 | |
| 'filter' hides a field. | 15 | |
| '{' should be on the previous line. | 16 | |
| '{' should be on the previous line. | 18 | |
| Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter stringBuffer should be final. | 29 | |
| '{' should be on the previous line. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Type Javadoc comment is missing an @param <K> tag. | 11 | |
| Type Javadoc comment is missing an @param <V> tag. | 11 | |
| '}' is not preceded with whitespace. | 11 | |
| '<' is not preceded with whitespace. | 12 | |
| '<' is not followed by whitespace. | 12 | |
| '>' is not preceded with whitespace. | 12 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Parameter cache should be final. | 16 | |
| 'cache' hides a field. | 16 | |
| '{' should be on the previous line. | 17 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| '<' is not preceded with whitespace. | 26 | |
| '<' is not followed by whitespace. | 26 | |
| '>' is not preceded with whitespace. | 26 | |
| '{' should be on the previous line. | 27 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter key should be final. | 31 | |
| '{' should be on the previous line. | 32 | |
| Method 'put' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter key should be final. | 36 | |
| Parameter value should be final. | 36 | |
| '{' should be on the previous line. | 37 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter key should be final. | 41 | |
| '{' should be on the previous line. | 42 | |
| Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| '{' should be on the previous line. | 47 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 23 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 8 | |
| Missing a Javadoc comment. | 8 | |
| Parameter userNameQuery should be final. | 8 | |
| Missing a Javadoc comment. | 13 | |
| Parameter groupNameQuery should be final. | 13 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter userNameQuery should be final. | 18 | |
| Parameter groupNameQuery should be final. | 18 | |
| Method 'getExternalEntityNameTermQuery' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Method 'getGroupNameTermQuery' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| '{' should be on the previous line. | 29 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 30 | |
| '{' should be on the previous line. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '>' is not followed by whitespace. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Method 'load' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter in should be final. | 41 | |
| '{' should be on the previous line. | 45 | |
| '}' should be on the same line. | 48 | |
| '{' should be on the previous line. | 50 | |
| '}' should be on the same line. | 53 | |
| '{' should be on the previous line. | 55 | |
| '}' should be on the same line. | 58 | |
| '{' should be on the previous line. | 60 | |
| '}' should be on the same line. | 63 | |
| '{' should be on the previous line. | 65 | |
| '}' should be on the same line. | 68 | |
| '{' should be on the previous line. | 70 | |
| Method 'getOSUserConfigurationHandler' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| '{' should be on the previous line. | 77 | |
| 'if' construct must use '{}'s. | 78 | |
| Line is longer than 80 characters. | 84 | |
| Method 'setOSUserConfigurationHandler' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter configHandler should be final. | 84 | |
| 'configHandler' hides a field. | 84 | |
| Line is longer than 80 characters. | 89 | |
| Method 'addProvider' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter providerClassName should be final. | 89 | |
| Parameter providerProperties should be final. | 89 | |
| '{' should be on the previous line. | 92 | |
| Line is longer than 80 characters. | 93 | |
| '{' should be on the previous line. | 97 | |
| Line is longer than 80 characters. | 99 | |
| '{' should be on the previous line. | 102 | |
| Line is longer than 80 characters. | 103 | |
| 'if' construct must use '{}'s. | 107 | |
| '{' should be on the previous line. | 111 | |
| '{' should be on the previous line. | 113 | |
| 'if' construct must use '{}'s. | 114 | |
| '{' should be on the previous line. | 121 | |
| Line is longer than 80 characters. | 122 | |
| 'credentialsProvider' hides a field. | 122 | |
| 'if' construct must use '{}'s. | 123 | |
| Line is longer than 80 characters. | 126 | |
| 'if' construct must use '{}'s. | 127 | |
| '{' should be on the previous line. | 134 | |
| 'if' construct must use '{}'s. | 135 | |
| '}' should be on the same line. | 139 | |
| '{' should be on the previous line. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line is longer than 80 characters. | 143 | |
| '}' should be on the same line. | 145 | |
| '{' should be on the previous line. | 147 | |
| Line is longer than 80 characters. | 148 | |
| Method 'setAccessor' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Missing a Javadoc comment. | 153 | |
| Parameter accessor should be final. | 153 | |
| 'accessor' hides a field. | 153 | |
| '{' should be on the previous line. | 154 | |
| Method 'getOSUAccessor' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| '{' should be on the previous line. | 159 | |
| Method 'getCredentialProviders' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| '{' should be on the previous line. | 164 | |
| Method 'getProfileProvider' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| '{' should be on the previous line. | 169 | |
| Method 'getAccessProvider' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Missing a Javadoc comment. | 173 | |
| '{' should be on the previous line. | 174 | |
| Method 'getCredentialsProvider' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Missing a Javadoc comment. | 178 | |
| '{' should be on the previous line. | 179 | |
| Method 'setCacheFactory' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Parameter cacheFactory should be final. | 183 | |
| 'cacheFactory' hides a field. | 183 | |
| '{' should be on the previous line. | 184 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Parameter sessionFactory should be final. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'getExternalEntity' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Parameter session should be final. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 38 | |
| 'if' construct must use '{}'s. | 39 | |
| 'else' construct must use '{}'s. | 41 | |
| Method 'removeExternalEntity' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter externalEntityName should be final. | 47 | |
| '{' should be on the previous line. | 48 | |
| Method 'saveExternalEntity' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter externalEntity should be final. | 53 | |
| '{' should be on the previous line. | 54 | |
| Method 'createExternalEntity' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter externalEntityName should be final. | 60 | |
| '{' should be on the previous line. | 61 | |
| Line is longer than 80 characters. | 62 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| '<' is not preceded with whitespace. | 8 | |
| '<' is not followed by whitespace. | 8 | |
| '>' is not preceded with whitespace. | 8 | |
| '{' should be on the previous line. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Redundant 'public' modifier. | 10 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| '{' should be on the previous line. | 8 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 14 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| Expected @param tag for 'user'. | 33 | |
| Expected @throws tag for 'EntityException'. | 33 | |
| Missing a Javadoc comment. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| Missing a Javadoc comment. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| Missing a Javadoc comment. | 39 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Expected an @return tag. | 54 | |
| Expected @param tag for 'groupName'. | 54 | |
| Expected @throws tag for 'EntityException'. | 54 | |
| Line is longer than 80 characters. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 80 characters. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Line is longer than 80 characters. | 68 | |
| Expected @param tag for 'searchFilter'. | 71 | |
| Expected @throws tag for 'RepositoryException'. | 71 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 9 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 25 | |
| '<' is not preceded with whitespace. | 25 | |
| '<' is not followed by whitespace. | 25 | |
| '>' is not preceded with whitespace. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Parameter userManagers should be final. | 27 | |
| '<' is not preceded with whitespace. | 27 | |
| '<' is not followed by whitespace. | 27 | |
| '>' is not preceded with whitespace. | 27 | |
| 'userManagers' hides a field. | 27 | |
| '{' should be on the previous line. | 28 | |
| Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| '{' should be on the previous line. | 33 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '>' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '>' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '>' is not followed by whitespace. | 34 | |
| '{' should be on the previous line. | 37 | |
| Method 'getUserNames' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| '{' should be on the previous line. | 45 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| '>' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| '>' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| '>' is not followed by whitespace. | 46 | |
| '{' should be on the previous line. | 49 | |
| Line is longer than 80 characters. | 57 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Parameter username should be final. | 62 | |
| Expected @param tag for 'username'. | 62 | |
| '{' should be on the previous line. | 63 | |
| '{' should be on the previous line. | 67 | |
| 'if' construct must use '{}'s. | 70 | |
| Line is longer than 80 characters. | 79 | |
| Method 'createUser' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter username should be final. | 81 | |
| Expected @param tag for 'username'. | 81 | |
| '{' should be on the previous line. | 82 | |
| '{' should be on the previous line. | 85 | |
| '}' should be on the same line. | 87 | |
| '{' should be on the previous line. | 89 | |
| Line is longer than 80 characters. | 90 | |
| 'if' construct must use '{}'s. | 93 | |
| Line is longer than 80 characters. | 94 | |
| '{' should be on the previous line. | 100 | |
| 'if' construct must use '{}'s. | 102 | |
| 'if' construct must use '{}'s. | 105 | |
| 'if' construct must use '{}'s. | 109 | |
| Line is longer than 80 characters. | 110 | |
| '+' should be on a new line. | 110 | |
| Line is longer than 80 characters. | 119 | |
| Method 'alterPassword' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Parameter user should be final. | 119 | |
| Expected @param tag for 'user'. | 119 | |
| Parameter plainTextPass should be final. | 119 | |
| Expected @param tag for 'plainTextPass'. | 119 | |
| Expected @throws tag for 'EntityException'. | 119 | |
| 'if' construct must use '{}'s. | 123 | |
| 'else' construct must use '{}'s. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Method 'saveUser' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Parameter user should be final. | 129 | |
| '{' should be on the previous line. | 130 | |
| 'if' construct must use '{}'s. | 133 | |
| 'else' construct must use '{}'s. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Method 'removeUser' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Missing a Javadoc comment. | 139 | |
| Parameter user should be final. | 139 | |
| '{' should be on the previous line. | 140 | |
| 'if' construct must use '{}'s. | 143 | |
| 'else' construct must use '{}'s. | 145 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 150 | |
| Line is longer than 80 characters. | 152 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Parameter user should be final. | 157 | |
| Expected @param tag for 'user'. | 157 | |
| Expected @throws tag for 'EntityException'. | 157 | |
| '{' should be on the previous line. | 158 | |
| 'if' construct must use '{}'s. | 161 | |
| 'else' construct must use '{}'s. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 168 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| '{' should be on the previous line. | 171 | |
| Line is longer than 80 characters. | 173 | |
| '<' is not preceded with whitespace. | 173 | |
| '<' is not followed by whitespace. | 173 | |
| '>' is not preceded with whitespace. | 173 | |
| '<' is not preceded with whitespace. | 173 | |
| '<' is not followed by whitespace. | 173 | |
| '>' is not preceded with whitespace. | 173 | |
| '>' is not followed by whitespace. | 173 | |
| '{' should be on the previous line. | 176 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 189 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Parameter entity should be final. | 189 | |
| Expected @param tag for 'entity'. | 189 | |
| Expected @throws tag for 'EntityException'. | 189 | |
| '{' should be on the previous line. | 193 | |
| 'if' construct must use '{}'s. | 196 | |
| First sentence should end with a period. | 203 | |
| Line is longer than 80 characters. | 204 | |
| Line is longer than 80 characters. | 207 | |
| Method 'isCreative' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| '{' should be on the previous line. | 211 | |
| '{' should be on the previous line. | 213 | |
| 'if' construct must use '{}'s. | 214 | |
| Line is longer than 80 characters. | 222 | |
| Expected an @return tag. | 224 | |
| Line is longer than 80 characters. | 224 | |
| Method 'getMatchingUserManager' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Parameter user should be final. | 224 | |
| Expected @param tag for 'user'. | 224 | |
| Expected @throws tag for 'EntityException'. | 224 | |
| '{' should be on the previous line. | 229 | |
| 'if' construct must use '{}'s. | 232 | |
| Line is longer than 80 characters. | 240 | |
| Method 'getUserManagers' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| '{' should be on the previous line. | 244 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Method 'getWritableGroups' is not designed for extension - needs to be abstract, final or empty. | 13 | |
| Missing a Javadoc comment. | 13 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| '{' should be on the previous line. | 14 | |
| Method 'createGroup' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter groupName should be final. | 18 | |
| '{' should be on the previous line. | 19 | |
| Line is longer than 80 characters. | 20 | |
| '+' is not followed by whitespace. | 20 | |
| Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter group should be final. | 23 | |
| '{' should be on the previous line. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '+' is not followed by whitespace. | 25 | |
| Method 'saveGroup' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| '}' is not preceded with whitespace. | 28 | |
| Parameter group should be final. | 29 | |
| '{' should be on the previous line. | 30 | |
| Line is longer than 80 characters. | 31 | |
| '+' is not followed by whitespace. | 31 | |
| Method 'addMembership' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter group should be final. | 34 | |
| Parameter user should be final. | 34 | |
| '{' should be on the previous line. | 35 | |
| Line is longer than 80 characters. | 36 | |
| '+' is not followed by whitespace. | 36 | |
| Method 'removeMembership' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter group should be final. | 39 | |
| Parameter user should be final. | 39 | |
| Line is longer than 80 characters. | 41 | |
| '+' is not followed by whitespace. | 41 | |
| First sentence should end with a period. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Expected an @return tag. | 48 | |
| Method 'isCreative' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| '{' should be on the previous line. | 49 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter group should be final. | 53 | |
| '{' should be on the previous line. | 54 | |
| Method 'supportsExternalMembership' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| '{' should be on the previous line. | 59 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Unused import - com.opensymphony.user.provider.UserProvider. | 28 | |
| Unused import - java.util.Collection. | 30 | |
| Unused import - java.util.List. | 31 | |
| Missing a Javadoc comment. | 33 | |
| '{' should be on the previous line. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.ArrayList. | 4 | |
| Line is longer than 80 characters. | 8 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| Name 'oneKeyList' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Parameter key should be final. | 15 | |
| '{' should be on the previous line. | 16 | |
| Method 'getRepositoryKeys' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| '{' should be on the previous line. | 20 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 12 | |
| Parameter message should be final. | 12 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 17 | |
| Parameter cause should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Parameter message should be final. | 22 | |
| Parameter cause should be final. | 22 | |
| '{' should be on the previous line. | 23 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 8 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 10 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Redundant 'public' modifier. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Redundant 'public' modifier. | 16 | |
| Missing a Javadoc comment. | 30 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.atlassian.cache.*. | 5 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Parameter cacheFactory should be final. | 21 | |
| 'cacheFactory' hides a field. | 21 | |
| Parameter cacheName should be final. | 21 | |
| 'cacheName' hides a field. | 21 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 27 | |
| '<' is not preceded with whitespace. | 27 | |
| '<' is not followed by whitespace. | 27 | |
| '<' is not preceded with whitespace. | 27 | |
| '<' is not followed by whitespace. | 27 | |
| '>' is not preceded with whitespace. | 27 | |
| '>' is not followed by whitespace. | 27 | |
| '>' is not preceded with whitespace. | 27 | |
| '{' should be on the previous line. | 28 | |
| Line is longer than 80 characters. | 29 | |
| '<' is not preceded with whitespace. | 29 | |
| '<' is not followed by whitespace. | 29 | |
| '<' is not preceded with whitespace. | 29 | |
| '<' is not followed by whitespace. | 29 | |
| '>' is not preceded with whitespace. | 29 | |
| '>' is not followed by whitespace. | 29 | |
| '>' is not preceded with whitespace. | 29 | |
| '>' is not followed by whitespace. | 29 | |
| '(' is followed by whitespace. | 29 | |
| Method 'put' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter user should be final. | 32 | |
| Parameter groupNames should be final. | 32 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| '{' should be on the previous line. | 33 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| Parameter user should be final. | 37 | |
| '{' should be on the previous line. | 38 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Parameter user should be final. | 51 | |
| Expected @param tag for 'user'. | 51 | |
| '{' should be on the previous line. | 52 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Parameter usernames should be final. | 61 | |
| '<' is not preceded with whitespace. | 61 | |
| '<' is not followed by whitespace. | 61 | |
| '>' is not preceded with whitespace. | 61 | |
| Expected @param tag for 'usernames'. | 61 | |
| '{' should be on the previous line. | 62 | |
| '{' should be on the previous line. | 64 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 | |
| '{' should be on the previous line. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Variable 'userManager' must be private and have accessor methods. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Variable 'externalEntityDAO' must be private and have accessor methods. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'repository' must be private and have accessor methods. | 27 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter userManager should be final. | 29 | |
| 'userManager' hides a field. | 29 | |
| Parameter externalEntityDAO should be final. | 29 | |
| 'externalEntityDAO' hides a field. | 29 | |
| Parameter repository should be final. | 29 | |
| 'repository' hides a field. | 29 | |
| Method 'getPropertySet' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter entity should be final. | 36 | |
| '{' should be on the previous line. | 37 | |
| Expected an @return tag. | 44 | |
| Line is longer than 80 characters. | 44 | |
| Method 'getPropertySet' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter entityName should be final. | 44 | |
| Expected @param tag for 'entityName'. | 44 | |
| Expected @throws tag for 'EntityException'. | 44 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| '>' is not followed by whitespace. | 48 | |
| '{' should be on the previous line. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 54 | |
| '{' should be on the previous line. | 58 | |
| Line is longer than 80 characters. | 61 | |
| '{' should be on the previous line. | 66 | |
| Line is longer than 80 characters. | 68 | |
| '{' should be on the previous line. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Method 'getPropertySet' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter args should be final. | 85 | |
| '{' should be on the previous line. | 86 |
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.naming.directory.SearchControls. | 3 | |
| Line is longer than 80 characters. | 6 | |
| '{' should be on the previous line. | 9 | |
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Expected an @return tag. | 28 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Expected an @return tag. | 68 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 76 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Unused @throws tag for 'IllegalArgumentException'. | 20 | |
| Parameter key should be final. | 22 | |
| 'key' hides a field. | 22 | |
| Parameter name should be final. | 22 | |
| 'name' hides a field. | 22 | |
| '{' should be on the previous line. | 23 | |
| 'if' construct must use '{}'s. | 24 | |
| 'if' construct must use '{}'s. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '{' should be on the previous line. | 33 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '{' should be on the previous line. | 38 | |
| Line is longer than 80 characters. | 45 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Parameter o should be final. | 47 | |
| Expected @param tag for 'o'. | 47 | |
| '{' should be on the previous line. | 48 | |
| 'if' construct must use '{}'s. | 49 | |
| 'if' construct must use '{}'s. | 50 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| '{' should be on the previous line. | 57 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| '{' should be on the previous line. | 62 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 10 | |
| Line is longer than 80 characters. | 12 | |
| Redundant 'final' modifier. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Parameter searchProperties should be final. | 11 | |
| 'searchProperties' hides a field. | 11 | |
| '{' should be on the previous line. | 12 | |
| Method 'getGroupSearchFilter' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| '{' should be on the previous line. | 17 | |
| Method 'getUserSearchFilter' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 17 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 23 | |
| '<' is not preceded with whitespace. | 23 | |
| '<' is not followed by whitespace. | 23 | |
| '>' is not preceded with whitespace. | 23 | |
| Missing a Javadoc comment. | 24 | |
| '<' is not preceded with whitespace. | 24 | |
| '<' is not followed by whitespace. | 24 | |
| '>' is not preceded with whitespace. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| '{' is not preceded with whitespace. | 28 | |
| '{' is not followed by whitespace. | 28 | |
| '}' is not preceded with whitespace. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Parameter name should be final. | 30 | |
| '{' should be on the previous line. | 31 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| '>' is not followed by whitespace. | 33 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '>' is not followed by whitespace. | 34 | |
| Line is longer than 80 characters. | 40 | |
| Expected an @return tag. | 42 | |
| Method 'getExternalMembers' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| '{' should be on the previous line. | 43 | |
| Line is longer than 80 characters. | 50 | |
| Method 'setExternalMembers' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Parameter externalMembers should be final. | 52 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| 'externalMembers' hides a field. | 52 | |
| Expected @param tag for 'externalMembers'. | 52 | |
| '{' should be on the previous line. | 53 | |
| Line is longer than 80 characters. | 60 | |
| Expected an @return tag. | 62 | |
| Method 'getLocalMembers' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| '<' is not preceded with whitespace. | 62 | |
| '<' is not followed by whitespace. | 62 | |
| '>' is not preceded with whitespace. | 62 | |
| '{' should be on the previous line. | 63 | |
| Line is longer than 80 characters. | 70 | |
| Method 'setLocalMembers' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Parameter localMembers should be final. | 72 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| 'localMembers' hides a field. | 72 | |
| Expected @param tag for 'localMembers'. | 72 | |
| '{' should be on the previous line. | 73 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| '{' should be on the previous line. | 78 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter id should be final. | 82 | |
| 'id' hides a field. | 82 | |
| '{' should be on the previous line. | 83 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter o should be final. | 87 | |
| '{' should be on the previous line. | 88 | |
| 'if' construct must use '{}'s. | 89 | |
| 'if' construct must use '{}'s. | 90 | |
| 'if' construct must use '{}'s. | 91 | |
| Line is longer than 80 characters. | 93 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| '{' should be on the previous line. | 98 | |
| '29' is a magic number. | 100 | |
| '32' is a magic number. | 100 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| '{' should be on the previous line. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter repository should be final. | 19 | |
| Parameter info should be final. | 19 | |
| Line is longer than 80 characters. | 24 | |
| Method 'preloadSearchResult' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '<' is not preceded with whitespace. | 24 | |
| '<' is not followed by whitespace. | 24 | |
| '>' is not preceded with whitespace. | 24 | |
| Parameter result should be final. | 24 | |
| Parameter prefetched should be final. | 24 | |
| '<' is not preceded with whitespace. | 24 | |
| '<' is not followed by whitespace. | 24 | |
| '>' is not preceded with whitespace. | 24 | |
| '{' should be on the previous line. | 27 | |
| '{' should be on the previous line. | 35 | |
| '{' should be on the previous line. | 37 | |
| '}' should be on the same line. | 40 | |
| '{' should be on the previous line. | 42 | |
| '{' should be on the previous line. | 46 | |
| '{' should be on the previous line. | 50 | |
| '}' should be on the same line. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 55 | |
| '}' should be on the same line. | 61 | |
| '{' should be on the previous line. | 63 | |
| Line is longer than 80 characters. | 64 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 10 | |
| Unused import - java.util.Collections. | 15 | |
| Missing a Javadoc comment. | 17 | |
| '<' is not preceded with whitespace. | 17 | |
| '<' is not followed by whitespace. | 17 | |
| '>' is not preceded with whitespace. | 17 | |
| '<' is not preceded with whitespace. | 17 | |
| '<' is not followed by whitespace. | 17 | |
| '>' is not preceded with whitespace. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Redundant 'final' modifier. | 19 | |
| Redundant 'final' modifier. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'final' modifier. | 25 | |
| Missing a Javadoc comment. | 27 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 60 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| '<' is not preceded with whitespace. | 21 | |
| '<' is not followed by whitespace. | 21 | |
| '>' is not preceded with whitespace. | 21 | |
| '<' is not preceded with whitespace. | 21 | |
| '<' is not followed by whitespace. | 21 | |
| '>' is not preceded with whitespace. | 21 | |
| '<' is not preceded with whitespace. | 21 | |
| '<' is not followed by whitespace. | 21 | |
| '>' is not preceded with whitespace. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Variable 'log' must be private and have accessor methods. | 23 | |
| Missing a Javadoc comment. | 24 | |
| '<' is not preceded with whitespace. | 24 | |
| '<' is not followed by whitespace. | 24 | |
| '>' is not preceded with whitespace. | 24 | |
| Variable 'enume' must be private and have accessor methods. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Variable 'originalQuery' must be private and have accessor methods. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Variable 'repository' must be private and have accessor methods. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'originalBaseSearchContext' must be private and have accessor methods. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'searchAllDepths' must be private and have accessor methods. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'returningAttributes' must be private and have accessor methods. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'closed' must be private and have accessor methods. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter repository should be final. | 33 | |
| 'repository' hides a field. | 33 | |
| Parameter info should be final. | 33 | |
| Missing a Javadoc comment. | 44 | |
| '{' should be on the previous line. | 45 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 54 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| Expected @param tag for 'result'. | 54 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| Expected @param tag for 'prefetched'. | 54 | |
| Expected @throws tag for 'EntityException'. | 54 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| '{' should be on the previous line. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Method 'preload' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| '{' should be on the previous line. | 65 | |
| '{' should be on the previous line. | 69 | |
| Line is longer than 80 characters. | 70 | |
| '{' should be on the previous line. | 76 | |
| '{' should be on the previous line. | 78 | |
| Line is longer than 80 characters. | 80 | |
| '{' should be on the previous line. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 86 | |
| '<' is not preceded with whitespace. | 89 | |
| '<' is not followed by whitespace. | 89 | |
| '>' is not preceded with whitespace. | 89 | |
| '>' is not followed by whitespace. | 89 | |
| '}' should be on the same line. | 90 | |
| '{' should be on the previous line. | 92 | |
| Line is longer than 80 characters. | 94 | |
| '}' should be on the same line. | 95 | |
| '{' should be on the previous line. | 97 | |
| '{' should be on the previous line. | 99 | |
| Line is longer than 80 characters. | 100 | |
| '{' should be on the previous line. | 104 | |
| Line is longer than 80 characters. | 105 | |
| '{' should be on the previous line. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 117 | |
| Method 'fetch' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| '<' is not preceded with whitespace. | 117 | |
| '<' is not followed by whitespace. | 117 | |
| '>' is not preceded with whitespace. | 117 | |
| Parameter element should be final. | 117 | |
| Parameter prefetched should be final. | 117 | |
| '<' is not preceded with whitespace. | 117 | |
| '<' is not followed by whitespace. | 117 | |
| '>' is not preceded with whitespace. | 117 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.atlassian.user.*. | 3 | |
| Using the '.*' form of import should be avoided - java.util.*. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Variable 'repository' must be private and have accessor methods. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'userManager' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Variable 'externalEntityDao' must be private and have accessor methods. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter identifier should be final. | 41 | |
| 'identifier' hides a field. | 41 | |
| Parameter repository should be final. | 41 | |
| 'repository' hides a field. | 41 | |
| Parameter userManager should be final. | 41 | |
| 'userManager' hides a field. | 41 | |
| Parameter externalEntityDao should be final. | 41 | |
| 'externalEntityDao' hides a field. | 41 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '{' should be on the previous line. | 51 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| '{' should be on the previous line. | 55 | |
| '}' should be on the same line. | 57 | |
| '{' should be on the previous line. | 59 | |
| 'if' construct must use '{}'s. | 63 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| '>' is not followed by whitespace. | 66 | |
| Method 'getWritableGroups' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| '<' is not preceded with whitespace. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| '{' should be on the previous line. | 70 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| '<' is not preceded with whitespace. | 74 | |
| '<' is not followed by whitespace. | 74 | |
| '>' is not preceded with whitespace. | 74 | |
| Parameter user should be final. | 74 | |
| '{' should be on the previous line. | 75 | |
| '<' is not preceded with whitespace. | 76 | |
| '<' is not followed by whitespace. | 76 | |
| '>' is not preceded with whitespace. | 76 | |
| '<' is not preceded with whitespace. | 77 | |
| '<' is not followed by whitespace. | 77 | |
| '>' is not preceded with whitespace. | 77 | |
| '>' is not followed by whitespace. | 77 | |
| Line is longer than 80 characters. | 80 | |
| Method 'getAllGroupsForUser' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| '<' is not preceded with whitespace. | 80 | |
| '<' is not followed by whitespace. | 80 | |
| '>' is not preceded with whitespace. | 80 | |
| Parameter user should be final. | 80 | |
| 'if' construct must use '{}'s. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 91 | |
| Expected an @return tag. | 93 | |
| Method 'isUserExternal' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Parameter user should be final. | 93 | |
| Expected @param tag for 'user'. | 93 | |
| '{' should be on the previous line. | 94 | |
| Line is longer than 80 characters. | 98 | |
| Missing a Javadoc comment. | 98 | |
| '<' is not preceded with whitespace. | 98 | |
| '<' is not followed by whitespace. | 98 | |
| '>' is not preceded with whitespace. | 98 | |
| Parameter user should be final. | 98 | |
| 'if' construct must use '{}'s. | 103 | |
| Line is longer than 80 characters. | 109 | |
| Missing a Javadoc comment. | 109 | |
| '<' is not preceded with whitespace. | 109 | |
| '<' is not followed by whitespace. | 109 | |
| '>' is not preceded with whitespace. | 109 | |
| 'if' construct must use '{}'s. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 118 | |
| Method 'getMemberNames' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| '<' is not preceded with whitespace. | 120 | |
| '<' is not followed by whitespace. | 120 | |
| '>' is not preceded with whitespace. | 120 | |
| Parameter group should be final. | 120 | |
| Expected @param tag for 'group'. | 120 | |
| Expected @throws tag for 'EntityException'. | 120 | |
| '{' should be on the previous line. | 121 | |
| 'if' construct must use '{}'s. | 122 | |
| 'if' construct must use '{}'s. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Line is longer than 80 characters. | 132 | |
| Method 'validateGroup' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Parameter group should be final. | 135 | |
| '{' should be on the previous line. | 136 | |
| 'if' construct must use '{}'s. | 137 | |
| Method 'getLocalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| '<' is not preceded with whitespace. | 141 | |
| '<' is not followed by whitespace. | 141 | |
| '>' is not preceded with whitespace. | 141 | |
| Parameter group should be final. | 141 | |
| Line is longer than 80 characters. | 144 | |
| '<' is not preceded with whitespace. | 144 | |
| '<' is not followed by whitespace. | 144 | |
| '>' is not preceded with whitespace. | 144 | |
| '>' is not followed by whitespace. | 144 | |
| Method 'getLocalMembers' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Missing a Javadoc comment. | 147 | |
| '<' is not preceded with whitespace. | 147 | |
| '<' is not followed by whitespace. | 147 | |
| '>' is not preceded with whitespace. | 147 | |
| Parameter group should be final. | 147 | |
| '{' should be on the previous line. | 148 | |
| 'if' construct must use '{}'s. | 149 | |
| 'if' construct must use '{}'s. | 151 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 155 | |
| '<' is not preceded with whitespace. | 155 | |
| '<' is not followed by whitespace. | 155 | |
| '>' is not preceded with whitespace. | 155 | |
| '>' is not followed by whitespace. | 155 | |
| '<' is not preceded with whitespace. | 155 | |
| '<' is not followed by whitespace. | 155 | |
| '>' is not preceded with whitespace. | 155 | |
| '>' is not followed by whitespace. | 155 | |
| Missing a Javadoc comment. | 158 | |
| Parameter group should be final. | 158 | |
| '{' should be on the previous line. | 159 | |
| Line is longer than 80 characters. | 163 | |
| Method 'getExternalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| '<' is not preceded with whitespace. | 163 | |
| '<' is not followed by whitespace. | 163 | |
| '>' is not preceded with whitespace. | 163 | |
| Parameter group should be final. | 163 | |
| 'if' construct must use '{}'s. | 165 | |
| 'if' construct must use '{}'s. | 167 | |
| Line is longer than 80 characters. | 172 | |
| '<' is not preceded with whitespace. | 172 | |
| '<' is not followed by whitespace. | 172 | |
| '>' is not preceded with whitespace. | 172 | |
| '>' is not followed by whitespace. | 172 | |
| Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Missing a Javadoc comment. | 175 | |
| Parameter group should be final. | 175 | |
| '{' should be on the previous line. | 176 | |
| '{' should be on the previous line. | 179 | |
| '{' should be on the previous line. | 182 | |
| Line is longer than 80 characters. | 183 | |
| '}' should be on the same line. | 184 | |
| '{' should be on the previous line. | 186 | |
| '}' should be on the same line. | 188 | |
| '{' should be on the previous line. | 190 | |
| '}' should be on the same line. | 193 | |
| '{' should be on the previous line. | 195 | |
| Line is longer than 80 characters. | 202 | |
| Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Missing a Javadoc comment. | 202 | |
| 'if' construct must use '{}'s. | 204 | |
| '{' should be on the previous line. | 211 | |
| Line is longer than 80 characters. | 214 | |
| Parameter session should be final. | 214 | |
| Line is longer than 80 characters. | 216 | |
| Line is longer than 80 characters. | 217 | |
| 'if' construct must use '{}'s. | 219 | |
| '}' should be on the same line. | 225 | |
| '{' should be on the previous line. | 227 | |
| '{' should be on the previous line. | 232 | |
| '}' should be on the same line. | 234 | |
| '{' should be on the previous line. | 236 | |
| Method 'createGroup' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| Missing a Javadoc comment. | 243 | |
| Parameter groupname should be final. | 243 | |
| '{' should be on the previous line. | 244 | |
| 'if' construct must use '{}'s. | 245 | |
| '{' should be on the previous line. | 251 | |
| '}' should be on the same line. | 254 | |
| 'else' construct must use '{}'s. | 255 | |
| Line is longer than 80 characters. | 256 | |
| '+' should be on a new line. | 256 | |
| Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| Parameter group should be final. | 268 | |
| Expected @param tag for 'group'. | 268 | |
| '{' should be on the previous line. | 269 | |
| Method 'addMembership' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| Missing a Javadoc comment. | 279 | |
| Parameter group should be final. | 279 | |
| Parameter user should be final. | 279 | |
| '{' should be on the previous line. | 280 | |
| '{' should be on the previous line. | 286 | |
| '}' should be on the same line. | 288 | |
| '{' should be on the previous line. | 290 | |
| Missing a Javadoc comment. | 297 | |
| Parameter user should be final. | 297 | |
| Parameter dGroup should be final. | 297 | |
| '{' should be on the previous line. | 300 | |
| '}' should be on the same line. | 304 | |
| '{' should be on the previous line. | 306 | |
| 'if' construct must use '{}'s. | 307 | |
| '<' is not preceded with whitespace. | 308 | |
| '<' is not followed by whitespace. | 308 | |
| '>' is not preceded with whitespace. | 308 | |
| '>' is not followed by whitespace. | 308 | |
| Line is longer than 80 characters. | 314 | |
| Missing a Javadoc comment. | 314 | |
| Parameter user should be final. | 314 | |
| Parameter dGroup should be final. | 314 | |
| '{' should be on the previous line. | 316 | |
| 'if' construct must use '{}'s. | 317 | |
| '<' is not preceded with whitespace. | 318 | |
| '<' is not followed by whitespace. | 318 | |
| '>' is not preceded with whitespace. | 318 | |
| '>' is not followed by whitespace. | 318 | |
| Line is longer than 80 characters. | 323 | |
| Method 'getCorrespondingExternalEntity' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| Missing a Javadoc comment. | 323 | |
| 'if' construct must use '{}'s. | 325 | |
| Line is longer than 80 characters. | 328 | |
| 'if' construct must use '{}'s. | 330 | |
| 'else' construct must use '{}'s. | 332 | |
| Method 'hasMembership' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| Missing a Javadoc comment. | 336 | |
| Parameter group should be final. | 336 | |
| Parameter user should be final. | 336 | |
| 'if' construct must use '{}'s. | 338 | |
| '==' is not preceded with whitespace. | 338 | |
| '==' is not followed by whitespace. | 338 | |
| '{' should be on the previous line. | 346 | |
| '}' should be on the same line. | 348 | |
| '{' should be on the previous line. | 350 | |
| Line is longer than 80 characters. | 355 | |
| Method 'validateGroupAndUser' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| Missing a Javadoc comment. | 355 | |
| Parameter group should be final. | 355 | |
| Parameter user should be final. | 355 | |
| 'if' construct must use '{}'s. | 357 | |
| Line is longer than 80 characters. | 358 | |
| 'if' construct must use '{}'s. | 360 | |
| Line is longer than 80 characters. | 361 | |
| 'if' construct must use '{}'s. | 363 | |
| Line is longer than 80 characters. | 364 | |
| 'if' construct must use '{}'s. | 366 | |
| Line is longer than 80 characters. | 367 | |
| Line is longer than 80 characters. | 370 | |
| Method 'hasExternalMembership' is not designed for extension - needs to be abstract, final or empty. | 370 | |
| Missing a Javadoc comment. | 370 | |
| Parameter defGroup should be final. | 370 | |
| Parameter user should be final. | 370 | |
| Line is longer than 80 characters. | 377 | |
| Method 'hasLocalMembership' is not designed for extension - needs to be abstract, final or empty. | 377 | |
| Missing a Javadoc comment. | 377 | |
| Parameter defGroup should be final. | 377 | |
| Parameter defUser should be final. | 377 | |
| Method 'removeMembership' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| Missing a Javadoc comment. | 384 | |
| Parameter group should be final. | 384 | |
| Parameter user should be final. | 384 | |
| Line is longer than 80 characters. | 390 | |
| '{' should be on the previous line. | 394 | |
| '}' should be on the same line. | 400 | |
| '{' should be on the previous line. | 402 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 412 | |
| Missing a Javadoc comment. | 412 | |
| Parameter group should be final. | 412 | |
| '{' should be on the previous line. | 413 | |
| Method 'supportsExternalMembership' is not designed for extension - needs to be abstract, final or empty. | 417 | |
| Missing a Javadoc comment. | 417 | |
| '{' should be on the previous line. | 418 | |
| Line is longer than 80 characters. | 423 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| '{' should be on the previous line. | 426 | |
| Line is longer than 80 characters. | 430 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 430 | |
| Missing a Javadoc comment. | 430 | |
| Parameter entity should be final. | 430 | |
| 'if' construct must use '{}'s. | 432 | |
| First sentence should end with a period. | 438 | |
| Line is longer than 80 characters. | 439 | |
| Expected an @return tag. | 442 | |
| Method 'isCreative' is not designed for extension - needs to be abstract, final or empty. | 442 | |
| '{' should be on the previous line. | 443 | |
| Line is longer than 80 characters. | 448 | |
| Expected an @return tag. | 451 | |
| Parameter group should be final. | 451 | |
| Expected @param tag for 'group'. | 451 | |
| Expected @throws tag for 'EntityException'. | 452 | |
| '{' should be on the previous line. | 453 | |
| 'if' construct must use '{}'s. | 454 | |
| 'if' construct must use '{}'s. | 456 | |
| Line is longer than 80 characters. | 457 | |
| Missing a Javadoc comment. | 462 | |
| '<' is not preceded with whitespace. | 463 | |
| '<' is not followed by whitespace. | 463 | |
| '>' is not preceded with whitespace. | 463 | |
| '{' should be on the previous line. | 464 | |
| Line is longer than 80 characters. | 467 | |
| Parameter session should be final. | 467 | |
| Line is longer than 80 characters. | 469 | |
| Line is longer than 80 characters. | 470 | |
| Missing a Javadoc comment. | 477 | |
| Line is longer than 80 characters. | 478 | |
| '<' is not preceded with whitespace. | 478 | |
| '<' is not followed by whitespace. | 478 | |
| '>' is not preceded with whitespace. | 478 | |
| '{' should be on the previous line. | 481 | |
| Line is longer than 80 characters. | 484 | |
| Parameter session should be final. | 484 | |
| Line is longer than 80 characters. | 486 | |
| Line is longer than 80 characters. | 487 | |
| '}' should be on the same line. | 493 | |
| '{' should be on the previous line. | 495 | |
| Missing a Javadoc comment. | 500 | |
| Line is longer than 80 characters. | 501 | |
| '<' is not preceded with whitespace. | 501 | |
| '<' is not followed by whitespace. | 501 | |
| '>' is not preceded with whitespace. | 501 | |
| '{' should be on the previous line. | 504 | |
| Line is longer than 80 characters. | 507 | |
| Parameter session should be final. | 507 | |
| Line is longer than 80 characters. | 509 | |
| Line is longer than 80 characters. | 510 | |
| 'if' construct must use '{}'s. | 512 | |
| Line is longer than 80 characters. | 513 | |
| '}' should be on the same line. | 518 | |
| '{' should be on the previous line. | 520 | |
| Missing a Javadoc comment. | 525 | |
| Line is longer than 80 characters. | 526 | |
| '<' is not preceded with whitespace. | 526 | |
| '<' is not followed by whitespace. | 526 | |
| '>' is not preceded with whitespace. | 526 | |
| '{' should be on the previous line. | 529 | |
| Line is longer than 80 characters. | 532 | |
| Parameter session should be final. | 532 | |
| Line is longer than 80 characters. | 534 | |
| Line is longer than 80 characters. | 535 | |
| 'if' construct must use '{}'s. | 537 | |
| '}' should be on the same line. | 543 | |
| '{' should be on the previous line. | 545 | |
| Missing a Javadoc comment. | 550 | |
| Line is longer than 80 characters. | 551 | |
| '<' is not preceded with whitespace. | 551 | |
| '<' is not followed by whitespace. | 551 | |
| '>' is not preceded with whitespace. | 551 | |
| '{' should be on the previous line. | 553 | |
| '{' should be on the previous line. | 556 | |
| Line is longer than 80 characters. | 559 | |
| Parameter session should be final. | 559 | |
| Line is longer than 80 characters. | 561 | |
| Line is longer than 80 characters. | 562 | |
| 'if' construct must use '{}'s. | 564 | |
| '}' should be on the same line. | 570 | |
| '{' should be on the previous line. | 572 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.atlassian.user.GroupManager. | 3 | |
| Line is longer than 80 characters. | 8 | |
| Line has trailing spaces. | 10 | |
| '}' is not preceded with whitespace. | 14 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Parameter groupManagers should be final. | 17 | |
| '{' should be on the previous line. | 18 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 9 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 58 | |
| Expected an @return tag. | 61 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Missing a Javadoc comment. | 5 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 5 | |
| Line is longer than 80 characters. | 6 | |
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 15 | |
| Parameter message should be final. | 15 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 20 | |
| Parameter cause should be final. | 20 | |
| '{' should be on the previous line. | 21 | |
| Missing a Javadoc comment. | 25 | |
| Parameter message should be final. | 25 | |
| Parameter cause should be final. | 25 | |
| '{' should be on the previous line. | 26 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Line is longer than 80 characters. | 8 | |
| Expected @param tag for 'unencryptedPassword'. | 10 | |
| Expected @param tag for 'args'. | 15 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 10 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Name 'NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| '{' should be on the previous line. | 29 | |
| Parameter obj should be final. | 33 | |
| '{' should be on the previous line. | 34 | |
| '{' should be on the previous line. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Parameter cacheFactory should be final. | 44 | |
| 'cacheFactory' hides a field. | 44 | |
| Parameter cacheName should be final. | 44 | |
| 'cacheName' hides a field. | 44 | |
| '{' should be on the previous line. | 45 | |
| Missing a Javadoc comment. | 50 | |
| '{' should be on the previous line. | 51 | |
| Method 'put' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Parameter groupName should be final. | 61 | |
| Expected @param tag for 'groupName'. | 61 | |
| Parameter group should be final. | 61 | |
| Expected @param tag for 'group'. | 61 | |
| '{' should be on the previous line. | 62 | |
| Avoid inline conditionals. | 63 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter groupName should be final. | 71 | |
| Expected @param tag for 'groupName'. | 71 | |
| '{' should be on the previous line. | 72 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter groupName should be final. | 76 | |
| '{' should be on the previous line. | 77 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 6 | |
| First sentence should end with a period. | 8 | |
| Line has trailing spaces. | 10 | |
| Parameter query1 should be final. | 11 | |
| 'query1' hides a field. | 11 | |
| Expected @param tag for 'query1'. | 11 | |
| Parameter query2 should be final. | 11 | |
| 'query2' hides a field. | 11 | |
| Expected @param tag for 'query2'. | 11 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 21 | |
| Parameter query1 should be final. | 21 | |
| 'query1' hides a field. | 21 | |
| Parameter query2 should be final. | 21 | |
| 'query2' hides a field. | 21 | |
| Parameter anding should be final. | 21 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 32 | |
| Parameter query1 should be final. | 32 | |
| 'query1' hides a field. | 32 | |
| Parameter query2 should be final. | 32 | |
| 'query2' hides a field. | 32 | |
| Parameter anding should be final. | 32 | |
| '{' should be on the previous line. | 33 | |
| Method 'getFirstQuery' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| '{' should be on the previous line. | 44 | |
| Method 'getSecondQuery' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '{' should be on the previous line. | 49 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 11 | |
| Expected @param tag for 'config'. | 11 | |
| Expected @param tag for 'progressListener'. | 11 | |
| Expected @throws tag for 'EntityException'. | 11 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| '{' should be on the previous line. | 10 | |
| Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Parameter content should be final. | 11 | |
| Parameter searchTerm should be final. | 11 | |
| '{' should be on the previous line. | 12 | |
| 'if' construct must use '{}'s. | 13 | |
| Line is longer than 80 characters. | 15 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 12 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 19 | |
| '<' is not preceded with whitespace. | 19 | |
| '<' is not followed by whitespace. | 19 | |
| '>' is not preceded with whitespace. | 19 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter propertySetFactories should be final. | 21 | |
| '<' is not preceded with whitespace. | 21 | |
| '<' is not followed by whitespace. | 21 | |
| '>' is not preceded with whitespace. | 21 | |
| 'propertySetFactories' hides a field. | 21 | |
| Method 'getPropertySet' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter entity should be final. | 26 | |
| '{' should be on the previous line. | 27 | |
| 'if' construct must use '{}'s. | 28 | |
| Line is longer than 80 characters. | 29 | |
| '{' should be on the previous line. | 32 | |
| '{' should be on the previous line. | 35 | |
| 'if' construct must use '{}'s. | 36 | |
| Line is longer than 80 characters. | 37 | |
| 'if' construct must use '{}'s. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Method 'getPropertySetFactories' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| '{' should be on the previous line. | 50 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 10 | |
| Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Parameter content should be final. | 11 | |
| Parameter searchTerm should be final. | 11 | |
| '{' should be on the previous line. | 12 | |
| 'if' construct must use '{}'s. | 13 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.atlassian.user.configuration.*. | 3 | |
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Method 'process' is not designed for extension - needs to be abstract, final or empty. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Parameter config should be final. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 30 | |
| Parameter configXMLFileName should be final. | 30 | |
| '{' should be on the previous line. | 32 | |
| Line is longer than 80 characters. | 33 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 37 | |
| '+' should be on a new line. | 37 | |
| Line is longer than 80 characters. | 38 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| '{' is not preceded with whitespace. | 7 | |
| '{' is not followed by whitespace. | 7 | |
| '}' is not preceded with whitespace. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Parameter message should be final. | 9 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 14 | |
| Parameter cause should be final. | 14 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 19 | |
| Parameter message should be final. | 19 | |
| Parameter cause should be final. | 19 | |
| '{' should be on the previous line. | 20 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 12 | |
| Parameter message should be final. | 12 | |
| '{' should be on the previous line. | 13 | |
| Line has trailing spaces. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Parameter cause should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Parameter message should be final. | 22 | |
| Parameter cause should be final. | 22 | |
| '{' should be on the previous line. | 23 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.opensymphony.user.provider.CredentialsProvider. | 15 | |
| Using the '.*' form of import should be avoided - java.util.*. | 17 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 22 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Parameter repository should be final. | 29 | |
| Parameter accessor should be final. | 29 | |
| 'accessor' hides a field. | 29 | |
| Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| '{' should be on the previous line. | 36 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| Line is longer than 80 characters. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '>' is not followed by whitespace. | 38 | |
| '{' should be on the previous line. | 41 | |
| 'if' construct must use '{}'s. | 43 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| '>' is not followed by whitespace. | 47 | |
| Method 'getUserNames' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '{' should be on the previous line. | 51 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| '>' is not followed by whitespace. | 52 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter username should be final. | 55 | |
| '{' should be on the previous line. | 56 | |
| Missing a Javadoc comment. | 60 | |
| Parameter username should be final. | 60 | |
| '{' should be on the previous line. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Avoid inline conditionals. | 63 | |
| Missing a Javadoc comment. | 66 | |
| Parameter username should be final. | 66 | |
| '{' should be on the previous line. | 67 | |
| 'if' construct must use '{}'s. | 69 | |
| Line is longer than 80 characters. | 70 | |
| 'else' construct must use '{}'s. | 71 | |
| Line is longer than 80 characters. | 75 | |
| Method 'createUser' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter username should be final. | 75 | |
| Line is longer than 80 characters. | 77 | |
| 'if' construct must use '{}'s. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 81 | |
| '{' should be on the previous line. | 84 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 97 | |
| Method 'alterPassword' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Parameter user should be final. | 97 | |
| Expected @param tag for 'user'. | 97 | |
| Parameter plainTextPass should be final. | 97 | |
| Expected @param tag for 'plainTextPass'. | 97 | |
| Expected @throws tag for 'EntityException'. | 97 | |
| Method 'removeUser' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Parameter user should be final. | 103 | |
| '{' should be on the previous line. | 104 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 114 | |
| '{' should be on the previous line. | 117 | |
| Line is longer than 80 characters. | 122 | |
| '<' is not preceded with whitespace. | 122 | |
| '<' is not followed by whitespace. | 122 | |
| '>' is not preceded with whitespace. | 122 | |
| '<' is not preceded with whitespace. | 122 | |
| '<' is not followed by whitespace. | 122 | |
| '>' is not preceded with whitespace. | 122 | |
| '>' is not followed by whitespace. | 122 | |
| '{' should be on the previous line. | 125 | |
| 'if' construct must use '{}'s. | 131 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Parameter user should be final. | 137 | |
| '{' should be on the previous line. | 138 | |
| Method 'saveUser' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Missing a Javadoc comment. | 142 | |
| Parameter user should be final. | 142 | |
| '{' should be on the previous line. | 143 | |
| '{' should be on the previous line. | 149 | |
| '}' should be on the same line. | 151 | |
| '{' should be on the previous line. | 153 | |
| Line is longer than 80 characters. | 158 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Parameter entity should be final. | 158 | |
| Avoid inline conditionals. | 160 | |
| Method 'getAccessor' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| '{' should be on the previous line. | 164 | |
| Missing a Javadoc comment. | 168 | |
| '}' is not preceded with whitespace. | 168 | |
| '<' is not preceded with whitespace. | 169 | |
| '<' is not followed by whitespace. | 169 | |
| '>' is not preceded with whitespace. | 169 | |
| '{' should be on the previous line. | 170 | |
| Missing a Javadoc comment. | 174 | |
| '}' is not preceded with whitespace. | 174 | |
| '<' is not preceded with whitespace. | 175 | |
| '<' is not followed by whitespace. | 175 | |
| '>' is not preceded with whitespace. | 175 | |
| Parameter userName should be final. | 175 | |
| '{' should be on the previous line. | 176 | |
| Line is longer than 80 characters. | 177 | |
| '<' is not preceded with whitespace. | 177 | |
| '<' is not followed by whitespace. | 177 | |
| '>' is not preceded with whitespace. | 177 | |
| '>' is not followed by whitespace. | 177 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 3 | |
| Missing a Javadoc comment. | 3 | |
| Missing a Javadoc comment. | 5 | |
| Parameter term should be final. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 10 | |
| Parameter term should be final. | 10 | |
| Parameter matchingRule should be final. | 10 | |
| '{' should be on the previous line. | 11 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| Utility classes should not have a public or default constructor. | 11 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Missing a Javadoc comment. | 16 | |
| 'static' modifier out of order with the JLS suggestions. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| 'static' modifier out of order with the JLS suggestions. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| 'static' modifier out of order with the JLS suggestions. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| 'static' modifier out of order with the JLS suggestions. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| 'static' modifier out of order with the JLS suggestions. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| 'static' modifier out of order with the JLS suggestions. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| 'static' modifier out of order with the JLS suggestions. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| '{' should be on the previous line. | 27 | |
| 'if' construct must use '{}'s. | 28 | |
| 'else' construct must use '{}'s. | 30 | |
| 'if' construct must use '{}'s. | 33 | |
| 'if' construct must use '{}'s. | 36 | |
| 'if' construct must use '{}'s. | 39 | |
| 'if' construct must use '{}'s. | 42 | |
| 'if' construct must use '{}'s. | 45 | |
| 'if' construct must use '{}'s. | 48 | |
| Line is longer than 80 characters. | 49 | |
| 'if' construct must use '{}'s. | 51 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 6 | |
| Type Javadoc comment is missing an @param <T> tag. | 9 | |
| '<' is not preceded with whitespace. | 9 | |
| '<' is not followed by whitespace. | 9 | |
| '>' is not preceded with whitespace. | 9 | |
| '<' is not preceded with whitespace. | 9 | |
| '<' is not followed by whitespace. | 9 | |
| '>' is not preceded with whitespace. | 9 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 11 | |
| '<' is not preceded with whitespace. | 11 | |
| '<' is not followed by whitespace. | 11 | |
| '>' is not preceded with whitespace. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Parameter enumeration should be final. | 13 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| 'enumeration' hides a field. | 13 | |
| '{' should be on the previous line. | 14 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| '{' should be on the previous line. | 20 | |
| Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'next' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 10 | |
| Using the '.*' form of import should be avoided - java.util.*. | 24 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Parameter config should be final. | 53 | |
| Expected @param tag for 'config'. | 53 | |
| Parameter args should be final. | 53 | |
| Expected @param tag for 'args'. | 53 | |
| '{' should be on the previous line. | 54 | |
| '{' should be on the previous line. | 60 | |
| Line is longer than 80 characters. | 64 | |
| '<' is not preceded with whitespace. | 65 | |
| '<' is not followed by whitespace. | 65 | |
| '>' is not preceded with whitespace. | 65 | |
| '>' is not followed by whitespace. | 65 | |
| '{' should be on the previous line. | 70 | |
| Line is longer than 80 characters. | 75 | |
| Method 'setAsActualType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter key should be final. | 75 | |
| Parameter value should be final. | 75 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 75 | |
| '{' should be on the previous line. | 78 | |
| '}' should be on the same line. | 80 | |
| '{' should be on the previous line. | 82 | |
| '}' should be on the same line. | 84 | |
| '{' should be on the previous line. | 86 | |
| '}' should be on the same line. | 88 | |
| '{' should be on the previous line. | 90 | |
| '}' should be on the same line. | 92 | |
| '{' should be on the previous line. | 94 | |
| '}' should be on the same line. | 96 | |
| '{' should be on the previous line. | 98 | |
| '}' should be on the same line. | 100 | |
| '{' should be on the previous line. | 102 | |
| '}' should be on the same line. | 104 | |
| '{' should be on the previous line. | 106 | |
| '}' should be on the same line. | 108 | |
| '{' should be on the previous line. | 110 | |
| '}' should be on the same line. | 112 | |
| '{' should be on the previous line. | 114 | |
| Method 'getAsActualType' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Parameter key should be final. | 119 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 119 | |
| '{' should be on the previous line. | 120 | |
| switch without "default" clause. | 124 | |
| '{' should be on the previous line. | 125 | |
| Method 'setBoolean' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Missing a Javadoc comment. | 170 | |
| Parameter key should be final. | 170 | |
| Parameter value should be final. | 170 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 170 | |
| '{' should be on the previous line. | 171 | |
| Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Missing a Javadoc comment. | 179 | |
| Parameter key should be final. | 179 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 179 | |
| '{' should be on the previous line. | 180 | |
| '{' should be on the previous line. | 182 | |
| Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Missing a Javadoc comment. | 189 | |
| Parameter key should be final. | 189 | |
| Parameter value should be final. | 189 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 189 | |
| '{' should be on the previous line. | 190 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Missing a Javadoc comment. | 198 | |
| Parameter key should be final. | 198 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 198 | |
| '{' should be on the previous line. | 199 | |
| '{' should be on the previous line. | 201 | |
| Method 'setDate' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Missing a Javadoc comment. | 208 | |
| Parameter key should be final. | 208 | |
| Parameter value should be final. | 208 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 208 | |
| '{' should be on the previous line. | 209 | |
| Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Missing a Javadoc comment. | 217 | |
| Parameter key should be final. | 217 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 217 | |
| '{' should be on the previous line. | 218 | |
| '{' should be on the previous line. | 220 | |
| Method 'setDouble' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| Missing a Javadoc comment. | 227 | |
| Parameter key should be final. | 227 | |
| Parameter value should be final. | 227 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 227 | |
| '{' should be on the previous line. | 228 | |
| Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Missing a Javadoc comment. | 236 | |
| Parameter key should be final. | 236 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 236 | |
| '{' should be on the previous line. | 237 | |
| '{' should be on the previous line. | 239 | |
| Method 'setInt' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| Missing a Javadoc comment. | 246 | |
| Parameter key should be final. | 246 | |
| Parameter value should be final. | 246 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 246 | |
| '{' should be on the previous line. | 247 | |
| Method 'getInt' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| Missing a Javadoc comment. | 255 | |
| Parameter key should be final. | 255 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 255 | |
| '{' should be on the previous line. | 256 | |
| '{' should be on the previous line. | 258 | |
| Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| Missing a Javadoc comment. | 265 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 265 | |
| '{' should be on the previous line. | 266 | |
| Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| Missing a Javadoc comment. | 270 | |
| Parameter type should be final. | 270 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 270 | |
| '{' should be on the previous line. | 271 | |
| Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| Missing a Javadoc comment. | 275 | |
| Parameter prefix should be final. | 275 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 275 | |
| '{' should be on the previous line. | 276 | |
| Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| Missing a Javadoc comment. | 280 | |
| Parameter prefix should be final. | 280 | |
| Parameter type should be final. | 280 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 280 | |
| Method 'setLong' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Missing a Javadoc comment. | 285 | |
| Parameter key should be final. | 285 | |
| Parameter value should be final. | 285 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 285 | |
| '{' should be on the previous line. | 286 | |
| Method 'getLong' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Missing a Javadoc comment. | 294 | |
| Parameter key should be final. | 294 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 294 | |
| '{' should be on the previous line. | 295 | |
| '{' should be on the previous line. | 297 | |
| Method 'setObject' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| Missing a Javadoc comment. | 304 | |
| Parameter key should be final. | 304 | |
| Parameter value should be final. | 304 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 304 | |
| '{' should be on the previous line. | 305 | |
| Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| Missing a Javadoc comment. | 313 | |
| Parameter key should be final. | 313 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 313 | |
| '{' should be on the previous line. | 314 | |
| '{' should be on the previous line. | 316 | |
| Line is longer than 80 characters. | 323 | |
| Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| Missing a Javadoc comment. | 323 | |
| Parameter key should be final. | 323 | |
| Parameter value should be final. | 323 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 323 | |
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 332 | |
| Missing a Javadoc comment. | 332 | |
| Parameter key should be final. | 332 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 332 | |
| '{' should be on the previous line. | 333 | |
| '{' should be on the previous line. | 335 | |
| Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| Missing a Javadoc comment. | 342 | |
| Parameter schema should be final. | 342 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 342 | |
| '{' should be on the previous line. | 343 | |
| Method 'getSchema' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| Missing a Javadoc comment. | 347 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 347 | |
| '{' should be on the previous line. | 348 | |
| Method 'isSettable' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| Missing a Javadoc comment. | 352 | |
| Parameter property should be final. | 352 | |
| '{' should be on the previous line. | 353 | |
| Method 'setString' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| Missing a Javadoc comment. | 357 | |
| Parameter key should be final. | 357 | |
| Parameter value should be final. | 357 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 357 | |
| '{' should be on the previous line. | 358 | |
| Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| Missing a Javadoc comment. | 366 | |
| Parameter key should be final. | 366 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 366 | |
| '{' should be on the previous line. | 367 | |
| '{' should be on the previous line. | 369 | |
| Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 376 | |
| Missing a Javadoc comment. | 376 | |
| Parameter key should be final. | 376 | |
| Parameter value should be final. | 376 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 376 | |
| '{' should be on the previous line. | 377 | |
| Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 385 | |
| Missing a Javadoc comment. | 385 | |
| Parameter key should be final. | 385 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 385 | |
| '{' should be on the previous line. | 386 | |
| '{' should be on the previous line. | 388 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| Missing a Javadoc comment. | 395 | |
| Parameter key should be final. | 395 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 395 | |
| '{' should be on the previous line. | 396 | |
| Method 'setXML' is not designed for extension - needs to be abstract, final or empty. | 400 | |
| Missing a Javadoc comment. | 400 | |
| Parameter key should be final. | 400 | |
| Parameter value should be final. | 400 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 400 | |
| '{' should be on the previous line. | 401 | |
| Method 'getXML' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| Missing a Javadoc comment. | 409 | |
| Parameter key should be final. | 409 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 409 | |
| '{' should be on the previous line. | 410 | |
| '{' should be on the previous line. | 412 | |
| Method 'exists' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| Missing a Javadoc comment. | 419 | |
| Parameter key should be final. | 419 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 419 | |
| '{' should be on the previous line. | 420 | |
| Line is longer than 80 characters. | 421 | |
| '{' should be on the previous line. | 424 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 435 | |
| Missing a Javadoc comment. | 435 | |
| Parameter key should be final. | 435 | |
| Redundant throws: 'PropertyException' is unchecked exception. | 435 | |
| '{' should be on the previous line. | 436 | |
| Method 'supportsType' is not designed for extension - needs to be abstract, final or empty. | 442 | |
| Missing a Javadoc comment. | 442 | |
| Parameter type should be final. | 442 | |
| '{' should be on the previous line. | 443 | |
| Method 'supportsTypes' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| Missing a Javadoc comment. | 447 | |
| '{' should be on the previous line. | 448 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - java.util.*. | 10 | |
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| '<' is not preceded with whitespace. | 14 | |
| '<' is not followed by whitespace. | 14 | |
| '>' is not preceded with whitespace. | 14 | |
| Missing a Javadoc comment. | 15 | |
| '<' is not preceded with whitespace. | 15 | |
| '<' is not followed by whitespace. | 15 | |
| '>' is not preceded with whitespace. | 15 | |
| Missing a Javadoc comment. | 16 | |
| '<' is not preceded with whitespace. | 16 | |
| '<' is not followed by whitespace. | 16 | |
| '>' is not preceded with whitespace. | 16 | |
| Missing a Javadoc comment. | 17 | |
| '<' is not preceded with whitespace. | 17 | |
| '<' is not followed by whitespace. | 17 | |
| '>' is not preceded with whitespace. | 17 | |
| Missing a Javadoc comment. | 19 | |
| '{' should be on the previous line. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Variable 'group' must be private and have accessor methods. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Variable 'user' must be private and have accessor methods. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Parameter group should be final. | 24 | |
| 'group' hides a field. | 24 | |
| Parameter user should be final. | 24 | |
| 'user' hides a field. | 24 | |
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 30 | |
| '{' should be on the previous line. | 31 | |
| Missing a Javadoc comment. | 35 | |
| '{' should be on the previous line. | 36 | |
| Missing a Javadoc comment. | 40 | |
| Parameter o should be final. | 40 | |
| '{' should be on the previous line. | 41 | |
| 'if' construct must use '{}'s. | 42 | |
| 'if' construct must use '{}'s. | 43 | |
| 'if' construct must use '{}'s. | 47 | |
| Line is longer than 80 characters. | 47 | |
| Avoid inline conditionals. | 47 | |
| 'if' construct must use '{}'s. | 48 | |
| Line is longer than 80 characters. | 48 | |
| Avoid inline conditionals. | 48 | |
| Missing a Javadoc comment. | 53 | |
| '{' should be on the previous line. | 54 | |
| Avoid inline conditionals. | 56 | |
| '29' is a magic number. | 57 | |
| Avoid inline conditionals. | 57 | |
| Missing a Javadoc comment. | 62 | |
| '{' should be on the previous line. | 63 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| '>' is not followed by whitespace. | 64 | |
| '<' is not preceded with whitespace. | 65 | |
| '<' is not followed by whitespace. | 65 | |
| '>' is not preceded with whitespace. | 65 | |
| '>' is not followed by whitespace. | 65 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| '>' is not followed by whitespace. | 66 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| '>' is not followed by whitespace. | 67 | |
| Method 'getUserNames' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| '<' is not preceded with whitespace. | 70 | |
| '<' is not followed by whitespace. | 70 | |
| '>' is not preceded with whitespace. | 70 | |
| '{' should be on the previous line. | 71 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| '>' is not followed by whitespace. | 72 | |
| '{' should be on the previous line. | 75 | |
| '<' is not preceded with whitespace. | 79 | |
| '<' is not followed by whitespace. | 79 | |
| '>' is not preceded with whitespace. | 79 | |
| '>' is not followed by whitespace. | 79 | |
| Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| '<' is not preceded with whitespace. | 82 | |
| '<' is not followed by whitespace. | 82 | |
| '>' is not preceded with whitespace. | 82 | |
| '{' should be on the previous line. | 83 | |
| '<' is not preceded with whitespace. | 84 | |
| '<' is not followed by whitespace. | 84 | |
| '>' is not preceded with whitespace. | 84 | |
| '>' is not followed by whitespace. | 84 | |
| '<' is not preceded with whitespace. | 84 | |
| '<' is not followed by whitespace. | 84 | |
| '>' is not preceded with whitespace. | 84 | |
| '>' is not followed by whitespace. | 84 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter username should be final. | 87 | |
| '{' should be on the previous line. | 88 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| '{' should be on the previous line. | 93 | |
| '<' is not preceded with whitespace. | 94 | |
| '<' is not followed by whitespace. | 94 | |
| '>' is not preceded with whitespace. | 94 | |
| '>' is not followed by whitespace. | 94 | |
| '<' is not preceded with whitespace. | 94 | |
| '<' is not followed by whitespace. | 94 | |
| '>' is not preceded with whitespace. | 94 | |
| '>' is not followed by whitespace. | 94 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| '<' is not preceded with whitespace. | 97 | |
| '<' is not followed by whitespace. | 97 | |
| '>' is not preceded with whitespace. | 97 | |
| Parameter user should be final. | 97 | |
| '{' should be on the previous line. | 98 | |
| '<' is not preceded with whitespace. | 99 | |
| '<' is not followed by whitespace. | 99 | |
| '>' is not preceded with whitespace. | 99 | |
| '<' is not preceded with whitespace. | 99 | |
| '<' is not followed by whitespace. | 99 | |
| '>' is not preceded with whitespace. | 99 | |
| '>' is not followed by whitespace. | 99 | |
| '{' should be on the previous line. | 102 | |
| 'if' construct must use '{}'s. | 103 | |
| '<' is not preceded with whitespace. | 106 | |
| '<' is not followed by whitespace. | 106 | |
| '>' is not preceded with whitespace. | 106 | |
| '>' is not followed by whitespace. | 106 | |
| Method 'addGroup' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Parameter group should be final. | 109 | |
| '{' should be on the previous line. | 110 | |
| Line is longer than 80 characters. | 114 | |
| Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Missing a Javadoc comment. | 114 | |
| Parameter group should be final. | 114 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 114 | |
| '{' should be on the previous line. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Line is longer than 80 characters. | 122 | |
| '<' is not preceded with whitespace. | 122 | |
| '<' is not followed by whitespace. | 122 | |
| '>' is not preceded with whitespace. | 122 | |
| 'if' construct must use '{}'s. | 125 | |
| Line is longer than 80 characters. | 128 | |
| '<' is not preceded with whitespace. | 128 | |
| '<' is not followed by whitespace. | 128 | |
| '>' is not preceded with whitespace. | 128 | |
| 'if' construct must use '{}'s. | 131 | |
| Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Parameter groupName should be final. | 136 | |
| '{' should be on the previous line. | 137 | |
| Method 'addUser' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter user should be final. | 141 | |
| '{' should be on the previous line. | 142 | |
| Method 'removeUser' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| Parameter user should be final. | 146 | |
| '{' should be on the previous line. | 147 | |
| '{' should be on the previous line. | 151 | |
| '{' should be on the previous line. | 155 | |
| 'if' construct must use '{}'s. | 157 | |
| '{' should be on the previous line. | 163 | |
| '{' should be on the previous line. | 167 | |
| 'if' construct must use '{}'s. | 169 | |
| Line is longer than 80 characters. | 169 | |
| Line is longer than 80 characters. | 178 | |
| Line is longer than 80 characters. | 179 | |
| Method 'addMembership' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Parameter group should be final. | 181 | |
| Expected @param tag for 'group'. | 181 | |
| Parameter user should be final. | 181 | |
| Expected @param tag for 'user'. | 181 | |
| '{' should be on the previous line. | 182 | |
| 'if' construct must use '{}'s. | 183 | |
| Line is longer than 80 characters. | 184 | |
| 'if' construct must use '{}'s. | 186 | |
| Line is longer than 80 characters. | 187 | |
| '<' is not preceded with whitespace. | 191 | |
| '<' is not followed by whitespace. | 191 | |
| '>' is not preceded with whitespace. | 191 | |
| 'if' construct must use '{}'s. | 192 | |
| 'else' construct must use '{}'s. | 194 | |
| '{' should be on the previous line. | 198 | |
| 'if' construct must use '{}'s. | 199 | |
| Method 'isUserLocal' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Missing a Javadoc comment. | 206 | |
| Parameter user should be final. | 206 | |
| '{' should be on the previous line. | 207 | |
| Method 'removeMembership' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Missing a Javadoc comment. | 211 | |
| Parameter group should be final. | 211 | |
| Parameter user should be final. | 211 | |
| '{' should be on the previous line. | 212 | |
| '<' is not preceded with whitespace. | 213 | |
| '<' is not followed by whitespace. | 213 | |
| '>' is not preceded with whitespace. | 213 | |
| 'if' construct must use '{}'s. | 214 | |
| 'else' construct must use '{}'s. | 216 | |
| '{' should be on the previous line. | 220 | |
| 'if' construct must use '{}'s. | 222 | |
| Line is longer than 80 characters. | 222 | |
| Method 'getMemberNames' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| Missing a Javadoc comment. | 227 | |
| '<' is not preceded with whitespace. | 227 | |
| '<' is not followed by whitespace. | 227 | |
| '>' is not preceded with whitespace. | 227 | |
| Parameter group should be final. | 227 | |
| '{' should be on the previous line. | 228 | |
| '<' is not preceded with whitespace. | 229 | |
| '<' is not followed by whitespace. | 229 | |
| '>' is not preceded with whitespace. | 229 | |
| '<' is not preceded with whitespace. | 229 | |
| '<' is not followed by whitespace. | 229 | |
| '>' is not preceded with whitespace. | 229 | |
| '>' is not followed by whitespace. | 229 | |
| '<' is not preceded with whitespace. | 233 | |
| '<' is not followed by whitespace. | 233 | |
| '>' is not preceded with whitespace. | 233 | |
| '>' is not followed by whitespace. | 233 | |
| Method 'getExternalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Missing a Javadoc comment. | 236 | |
| '<' is not preceded with whitespace. | 236 | |
| '<' is not followed by whitespace. | 236 | |
| '>' is not preceded with whitespace. | 236 | |
| Parameter group should be final. | 236 | |
| '{' should be on the previous line. | 237 | |
| '<' is not preceded with whitespace. | 238 | |
| '<' is not followed by whitespace. | 238 | |
| '>' is not preceded with whitespace. | 238 | |
| '<' is not preceded with whitespace. | 239 | |
| '<' is not followed by whitespace. | 239 | |
| '>' is not preceded with whitespace. | 239 | |
| '>' is not followed by whitespace. | 239 | |
| Missing a Javadoc comment. | 242 | |
| '<' is not preceded with whitespace. | 242 | |
| '<' is not followed by whitespace. | 242 | |
| '>' is not preceded with whitespace. | 242 | |
| Parameter group should be final. | 242 | |
| '{' should be on the previous line. | 243 | |
| '<' is not preceded with whitespace. | 244 | |
| '<' is not followed by whitespace. | 244 | |
| '>' is not preceded with whitespace. | 244 | |
| '<' is not preceded with whitespace. | 244 | |
| '<' is not followed by whitespace. | 244 | |
| '>' is not preceded with whitespace. | 244 | |
| '>' is not followed by whitespace. | 244 | |
| '{' should be on the previous line. | 247 | |
| 'if' construct must use '{}'s. | 248 | |
| Method 'getExternalMembers' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| Missing a Javadoc comment. | 254 | |
| '<' is not preceded with whitespace. | 254 | |
| '<' is not followed by whitespace. | 254 | |
| '>' is not preceded with whitespace. | 254 | |
| Parameter group should be final. | 254 | |
| '{' should be on the previous line. | 255 | |
| '<' is not preceded with whitespace. | 256 | |
| '<' is not followed by whitespace. | 256 | |
| '>' is not preceded with whitespace. | 256 | |
| '<' is not preceded with whitespace. | 256 | |
| '<' is not followed by whitespace. | 256 | |
| '>' is not preceded with whitespace. | 256 | |
| '>' is not followed by whitespace. | 256 | |
| '{' should be on the previous line. | 259 | |
| 'if' construct must use '{}'s. | 260 | |
| '<' is not preceded with whitespace. | 264 | |
| '<' is not followed by whitespace. | 264 | |
| '>' is not preceded with whitespace. | 264 | |
| '>' is not followed by whitespace. | 264 | |
| Method 'getLocalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| Missing a Javadoc comment. | 267 | |
| '<' is not preceded with whitespace. | 267 | |
| '<' is not followed by whitespace. | 267 | |
| '>' is not preceded with whitespace. | 267 | |
| Parameter group should be final. | 267 | |
| '{' should be on the previous line. | 268 | |
| '<' is not preceded with whitespace. | 269 | |
| '<' is not followed by whitespace. | 269 | |
| '>' is not preceded with whitespace. | 269 | |
| '<' is not preceded with whitespace. | 272 | |
| '<' is not followed by whitespace. | 272 | |
| '>' is not preceded with whitespace. | 272 | |
| '>' is not followed by whitespace. | 272 | |
| Missing a Javadoc comment. | 275 | |
| '<' is not preceded with whitespace. | 275 | |
| '<' is not followed by whitespace. | 275 | |
| '>' is not preceded with whitespace. | 275 | |
| Parameter group should be final. | 275 | |
| '{' should be on the previous line. | 276 | |
| '<' is not preceded with whitespace. | 277 | |
| '<' is not followed by whitespace. | 277 | |
| '>' is not preceded with whitespace. | 277 | |
| '<' is not preceded with whitespace. | 277 | |
| '<' is not followed by whitespace. | 277 | |
| '>' is not preceded with whitespace. | 277 | |
| '>' is not followed by whitespace. | 277 | |
| '{' should be on the previous line. | 280 | |
| 'if' construct must use '{}'s. | 281 | |
| Method 'getLocalMembers' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| Missing a Javadoc comment. | 287 | |
| '<' is not preceded with whitespace. | 287 | |
| '<' is not followed by whitespace. | 287 | |
| '>' is not preceded with whitespace. | 287 | |
| Parameter group should be final. | 287 | |
| '{' should be on the previous line. | 288 | |
| '<' is not preceded with whitespace. | 289 | |
| '<' is not followed by whitespace. | 289 | |
| '>' is not preceded with whitespace. | 289 | |
| '<' is not preceded with whitespace. | 289 | |
| '<' is not followed by whitespace. | 289 | |
| '>' is not preceded with whitespace. | 289 | |
| '>' is not followed by whitespace. | 289 | |
| '{' should be on the previous line. | 292 | |
| 'if' construct must use '{}'s. | 293 | |
| '<' is not preceded with whitespace. | 297 | |
| '<' is not followed by whitespace. | 297 | |
| '>' is not preceded with whitespace. | 297 | |
| '>' is not followed by whitespace. | 297 | |
| Method 'hasMembership' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| Missing a Javadoc comment. | 300 | |
| Parameter group should be final. | 300 | |
| Parameter user should be final. | 300 | |
| '{' should be on the previous line. | 301 | |
| '{' should be on the previous line. | 303 | |
| '{' should be on the previous line. | 305 | |
| 'if' construct must use '{}'s. | 306 | |
| Line is longer than 80 characters. | 306 | |
| '}' should be on the same line. | 309 | |
| '{' should be on the previous line. | 311 | |
| '{' should be on the previous line. | 313 | |
| 'if' construct must use '{}'s. | 314 | |
| Line is longer than 80 characters. | 314 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter dataSource should be final. | 32 | |
| '{' should be on the previous line. | 33 | |
| First sentence should end with a period. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Method 'findAllUsers' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| '{' should be on the previous line. | 43 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| '>' is not followed by whitespace. | 44 | |
| Line is longer than 80 characters. | 47 | |
| Parameter rs should be final. | 49 | |
| '{' should be on the previous line. | 50 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 61 | |
| '+' should be on a new line. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Parameter resultSet should be final. | 64 | |
| '{' should be on the previous line. | 65 | |
| '{' should be on the previous line. | 69 | |
| '{' should be on the previous line. | 73 | |
| '}' should be on the same line. | 75 | |
| '{' should be on the previous line. | 77 | |
| Line is longer than 80 characters. | 88 | |
| Expected an @return tag. | 91 | |
| Method 'findAllUserGroups' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| '>' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| Expected @param tag for 'users'. | 91 | |
| '{' should be on the previous line. | 92 | |
| Line is longer than 80 characters. | 93 | |
| '<' is not preceded with whitespace. | 93 | |
| '<' is not followed by whitespace. | 93 | |
| '<' is not preceded with whitespace. | 93 | |
| '<' is not followed by whitespace. | 93 | |
| '>' is not preceded with whitespace. | 93 | |
| '>' is not followed by whitespace. | 93 | |
| '>' is not preceded with whitespace. | 93 | |
| '<' is not preceded with whitespace. | 93 | |
| '<' is not followed by whitespace. | 93 | |
| '<' is not preceded with whitespace. | 93 | |
| '<' is not followed by whitespace. | 93 | |
| '>' is not preceded with whitespace. | 93 | |
| '>' is not followed by whitespace. | 93 | |
| '>' is not preceded with whitespace. | 93 | |
| '>' is not followed by whitespace. | 93 | |
| '<' is not preceded with whitespace. | 94 | |
| '<' is not followed by whitespace. | 94 | |
| '>' is not preceded with whitespace. | 94 | |
| '<' is not preceded with whitespace. | 94 | |
| '<' is not followed by whitespace. | 94 | |
| '>' is not preceded with whitespace. | 94 | |
| '>' is not followed by whitespace. | 94 | |
| Line is longer than 80 characters. | 97 | |
| Parameter rs should be final. | 99 | |
| '{' should be on the previous line. | 100 | |
| Line is longer than 80 characters. | 106 | |
| Parameter rs should be final. | 108 | |
| '{' should be on the previous line. | 109 | |
| '{' is not preceded with whitespace. | 113 | |
| '<' is not preceded with whitespace. | 114 | |
| '<' is not followed by whitespace. | 114 | |
| '>' is not preceded with whitespace. | 114 | |
| '{' is not preceded with whitespace. | 115 | |
| '<' is not preceded with whitespace. | 116 | |
| '<' is not followed by whitespace. | 116 | |
| '>' is not preceded with whitespace. | 116 | |
| '>' is not followed by whitespace. | 116 | |
| '{' is not preceded with whitespace. | 121 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - com.atlassian.user.impl.RepositoryException. | 7 | |
| Missing a Javadoc comment. | 22 | |
| '{' should be on the previous line. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Variable 'log' must be private and have accessor methods. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter repositoryIdentifier should be final. | 31 | |
| 'repositoryIdentifier' hides a field. | 31 | |
| Parameter repository should be final. | 31 | |
| 'repository' hides a field. | 31 | |
| Parameter searchProperties should be final. | 32 | |
| 'searchProperties' hides a field. | 32 | |
| Parameter filterFactory should be final. | 32 | |
| Line is longer than 80 characters. | 37 | |
| Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| Expected @throws tag for 'EntityException'. | 44 | |
| '{' should be on the previous line. | 45 | |
| Line is longer than 80 characters. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| '>' is not followed by whitespace. | 49 | |
| Method 'getUserNames' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| '{' should be on the previous line. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter username should be final. | 62 | |
| '{' should be on the previous line. | 63 | |
| '{' should be on the previous line. | 69 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 73 | |
| '<' is not preceded with whitespace. | 73 | |
| '<' is not followed by whitespace. | 73 | |
| '>' is not preceded with whitespace. | 73 | |
| '>' is not followed by whitespace. | 73 | |
| 'if' construct must use '{}'s. | 75 | |
| '}' should be on the same line. | 77 | |
| '{' should be on the previous line. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 89 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| '{' should be on the previous line. | 92 | |
| Line is longer than 80 characters. | 96 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter entity should be final. | 96 | |
| 'if' construct must use '{}'s. | 98 | |
| 'if' construct must use '{}'s. | 101 | |
| Missing a Javadoc comment. | 108 | |
| Parameter key should be final. | 108 | |
| '{' should be on the previous line. | 109 | |
| 'if' construct must use '{}'s. | 110 | |
| Missing a Javadoc comment. | 114 | |
| Parameter key should be final. | 114 | |
| '{' should be on the previous line. | 115 | |
| 'if' construct must use '{}'s. | 116 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 12 | |
| Parameter message should be final. | 12 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 17 | |
| Parameter cause should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Parameter message should be final. | 22 | |
| Parameter cause should be final. | 22 | |
| '{' should be on the previous line. | 23 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.atlassian.user.repository.RepositoryIdentifier. | 4 | |
| First sentence should end with a period. | 7 | |
| '{' should be on the previous line. | 11 | |
| Line is longer than 80 characters. | 13 | |
| Expected an @return tag. | 16 | |
| Expected @param tag for 'query'. | 16 | |
| Expected @throws tag for 'EntityException'. | 16 | |
| Line is longer than 80 characters. | 19 | |
| Expected an @return tag. | 22 | |
| Expected @param tag for 'query'. | 22 | |
| Expected @throws tag for 'EntityException'. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 30 | |
| Expected @param tag for 'query'. | 30 | |
| Expected @param tag for 'context'. | 30 | |
| Expected @throws tag for 'EntityException'. | 30 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Expected an @return tag. | 36 | |
| Line is longer than 80 characters. | 36 | |
| Expected @param tag for 'query'. | 36 | |
| Expected @param tag for 'context'. | 36 | |
| Expected @throws tag for 'EntityException'. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Variable 'log' must be private and have accessor methods. | 13 | |
| Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Parameter properties should be final. | 15 | |
| '{' should be on the previous line. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 22 | |
| 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 is longer than 80 characters. | 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. | 35 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 52 | |
| Parameter properties should be final. | 52 | |
| Parameter key should be final. | 52 | |
| Parameter defaultValue should be final. | 52 | |
| Parameter description should be final. | 52 | |
| Line is longer than 80 characters. | 54 | |
| '{' should be on the previous line. | 56 | |
| '}' should be on the same line. | 58 | |
| '{' should be on the previous line. | 60 | |
| Line is longer than 80 characters. | 61 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| '{' should be on the previous line. | 10 | |
| Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Parameter content should be final. | 11 | |
| Parameter searchTerm should be final. | 11 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 13 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 13 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter repositoryIdentifier should be final. | 18 | |
| 'repositoryIdentifier' hides a field. | 18 | |
| Parameter groupAdaptor should be final. | 18 | |
| 'groupAdaptor' hides a field. | 18 | |
| Line is longer than 80 characters. | 25 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| '{' should be on the previous line. | 28 | |
| Line is longer than 80 characters. | 32 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter entity should be final. | 32 | |
| 'if' construct must use '{}'s. | 34 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| '{' should be on the previous line. | 42 | |
| Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter groupName should be final. | 46 | |
| '{' should be on the previous line. | 47 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| Parameter user should be final. | 51 | |
| '{' should be on the previous line. | 52 | |
| 'if' construct must use '{}'s. | 53 | |
| Method 'getMemberNames' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| Parameter group should be final. | 59 | |
| '{' should be on the previous line. | 60 | |
| 'if' construct must use '{}'s. | 61 | |
| Method 'getLocalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| Parameter group should be final. | 67 | |
| 'if' construct must use '{}'s. | 69 | |
| Line is longer than 80 characters. | 75 | |
| Method 'getExternalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| '<' is not preceded with whitespace. | 75 | |
| '<' is not followed by whitespace. | 75 | |
| '>' is not preceded with whitespace. | 75 | |
| Parameter group should be final. | 75 | |
| Line is longer than 80 characters. | 77 | |
| Method 'hasMembership' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter group should be final. | 80 | |
| Parameter user should be final. | 80 | |
| Method 'supportsExternalMembership' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| '{' should be on the previous line. | 86 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.atlassian.user.*. | 3 | |
| Unused import - java.util.List. | 9 | |
| Unused import - java.util.Collections. | 10 | |
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Parameter config should be final. | 17 | |
| Parameter provider should be final. | 17 | |
| 'provider' hides a field. | 17 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| '<' is not preceded with whitespace. | 23 | |
| '<' is not followed by whitespace. | 23 | |
| '>' is not preceded with whitespace. | 23 | |
| '{' should be on the previous line. | 24 | |
| Line is longer than 80 characters. | 28 | |
| Method 'hasMembership' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter group should be final. | 28 | |
| Parameter user should be final. | 28 | |
| Method 'supportsExternalMembership' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| '{' should be on the previous line. | 34 | |
| Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter groupName should be final. | 38 | |
| '{' should be on the previous line. | 39 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| Parameter user should be final. | 43 | |
| '{' should be on the previous line. | 44 | |
| Missing a Javadoc comment. | 48 | |
| Parameter userManager should be final. | 48 | |
| '{' should be on the previous line. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Method 'getMemberNames' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| '<' is not preceded with whitespace. | 53 | |
| '<' is not followed by whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| Parameter group should be final. | 53 | |
| '{' should be on the previous line. | 54 | |
| Method 'getLocalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| Parameter group should be final. | 58 | |
| Line is longer than 80 characters. | 63 | |
| Method 'getExternalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| '<' is not preceded with whitespace. | 63 | |
| '<' is not followed by whitespace. | 63 | |
| '>' is not preceded with whitespace. | 63 | |
| Parameter group should be final. | 63 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 69 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| '{' should be on the previous line. | 72 | |
| Line is longer than 80 characters. | 76 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter entity should be final. | 76 | |
| 'if' construct must use '{}'s. | 78 | |
| 'else' construct must use '{}'s. | 80 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 3 | |
| Utility classes should not have a public or default constructor. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 12 | |
| 'static' modifier out of order with the JLS suggestions. | 12 | |
| Name 'enc_table' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 | |
| Missing a Javadoc comment. | 21 | |
| 'static' modifier out of order with the JLS suggestions. | 21 | |
| Name 'dec_table' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 41 | |
| Parameter data should be final. | 41 | |
| Name 'real_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| '0x3D' is a magic number. | 52 | |
| '4' is a magic number. | 57 | |
| Name 'ret_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| '4' is a magic number. | 61 | |
| '3' is a magic number. | 61 | |
| '4' is a magic number. | 66 | |
| Name 'output_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| Inner assignments should be avoided. | 69 | |
| Inner assignments should be avoided. | 69 | |
| '3' is a magic number. | 69 | |
| Inner assignments should be avoided. | 69 | |
| '0x3D' is a magic number. | 69 | |
| '4' is a magic number. | 78 | |
| Line is longer than 80 characters. | 79 | |
| '3' is a magic number. | 79 | |
| Inner assignments should be avoided. | 81 | |
| Inner assignments should be avoided. | 81 | |
| '3' is a magic number. | 81 | |
| Inner assignments should be avoided. | 81 | |
| '0x3D' is a magic number. | 81 | |
| '3' is a magic number. | 86 | |
| Line is longer than 80 characters. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter ret should be final. | 92 | |
| Parameter ret_off should be final. | 92 | |
| Name 'ret_off' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| Parameter a should be final. | 92 | |
| Parameter b should be final. | 92 | |
| Parameter c should be final. | 92 | |
| Parameter d should be final. | 92 | |
| Line is longer than 80 characters. | 98 | |
| '0x3D' is a magic number. | 98 | |
| '0x3D' is a magic number. | 98 | |
| Line is longer than 80 characters. | 99 | |
| '0xFF' is a magic number. | 99 | |
| '0xFF' is a magic number. | 99 | |
| '0xFF' is a magic number. | 99 | |
| '0xFF' is a magic number. | 99 | |
| '4' is a magic number. | 102 | |
| '0x3D' is a magic number. | 104 | |
| '4' is a magic number. | 108 | |
| '0x3D' is a magic number. | 110 | |
| '6' is a magic number. | 114 | |
| '3' is a magic number. | 116 | |
| Missing a Javadoc comment. | 119 | |
| Parameter data should be final. | 119 | |
| '3' is a magic number. | 123 | |
| '3' is a magic number. | 124 | |
| '4' is a magic number. | 124 | |
| Avoid inline conditionals. | 124 | |
| '3' is a magic number. | 131 | |
| '0x3F' is a magic number. | 135 | |
| Line is longer than 80 characters. | 136 | |
| '4' is a magic number. | 136 | |
| '0x30' is a magic number. | 136 | |
| '4' is a magic number. | 136 | |
| '0x0F' is a magic number. | 136 | |
| Line is longer than 80 characters. | 137 | |
| '0x3C' is a magic number. | 137 | |
| '6' is a magic number. | 137 | |
| '0x03' is a magic number. | 137 | |
| '0x3F' is a magic number. | 138 | |
| '0x3F' is a magic number. | 143 | |
| '4' is a magic number. | 144 | |
| '0x30' is a magic number. | 144 | |
| '0x3F' is a magic number. | 150 | |
| Line is longer than 80 characters. | 151 | |
| '4' is a magic number. | 151 | |
| '0x30' is a magic number. | 151 | |
| '4' is a magic number. | 151 | |
| '0x0F' is a magic number. | 151 | |
| '0x3C' is a magic number. | 152 | |
| Line is longer than 80 characters. | 157 |
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.naming.directory.InitialDirContext. | 6 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 20 | |
| '{' should be on the previous line. | 23 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'public' modifier. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'public' modifier. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Redundant 'public' modifier. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'public' modifier. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Redundant 'public' modifier. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Redundant 'public' modifier. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Redundant 'public' modifier. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Redundant 'public' modifier. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Redundant 'public' modifier. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Redundant 'public' modifier. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Redundant 'public' modifier. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Redundant 'public' modifier. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Redundant 'public' modifier. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Redundant 'public' modifier. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Redundant 'public' modifier. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Redundant 'public' modifier. | 51 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Expected an @return tag. | 58 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Expected an @return tag. | 64 | |
| Expected @param tag for 'userDN'. | 64 | |
| Expected @param tag for 'password'. | 64 | |
| Line is longer than 80 characters. | 69 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 7 | |
| Unused import - com.opensymphony.module.propertyset.hibernate.HibernateConfigurationProvider. | 7 | |
| Line has trailing spaces. | 10 | |
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| 'logger' hides a field. | 20 | |
| '{' should be on the previous line. | 21 | |
| 'if' construct must use '{}'s. | 22 | |
| Method 'userMigrationStarted' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter usersToMigrate should be final. | 27 | |
| 'usersToMigrate' hides a field. | 27 | |
| '{' should be on the previous line. | 28 | |
| Line is longer than 80 characters. | 30 | |
| Method 'userMigrated' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| '{' should be on the previous line. | 34 | |
| '100' is a magic number. | 35 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Method 'userMigrationComplete' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| '{' should be on the previous line. | 42 | |
| Method 'groupMigrationStarted' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter groupsToMigrate should be final. | 46 | |
| 'groupsToMigrate' hides a field. | 46 | |
| '{' should be on the previous line. | 47 | |
| Line is longer than 80 characters. | 49 | |
| Method 'groupMigrated' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| '{' should be on the previous line. | 53 | |
| '10' is a magic number. | 54 | |
| '{' should be on the previous line. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Method 'groupMigrationComplete' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| '{' should be on the previous line. | 61 | |
| Line is longer than 80 characters. | 65 | |
| Method 'readonlyGroupMembershipNotMigrated' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter groupName should be final. | 65 | |
| Parameter userName should be final. | 65 | |
| Line is longer than 80 characters. | 67 | |
| '+' should be on a new line. | 67 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.Iterator. | 6 | |
| Line is longer than 80 characters. | 18 | |
| '{' should be on the previous line. | 23 | |
| Missing a Javadoc comment. | 24 | |
| '<' is not preceded with whitespace. | 24 | |
| '<' is not followed by whitespace. | 24 | |
| '>' is not preceded with whitespace. | 24 | |
| '<' is not preceded with whitespace. | 24 | |
| '<' is not followed by whitespace. | 24 | |
| '>' is not preceded with whitespace. | 24 | |
| '>' is not followed by whitespace. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| '{' is not preceded with whitespace. | 28 | |
| '{' is not followed by whitespace. | 28 | |
| '}' is not preceded with whitespace. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Parameter name should be final. | 30 | |
| '{' should be on the previous line. | 31 | |
| Expected an @return tag. | 40 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '{' should be on the previous line. | 41 | |
| Method 'setGroups' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter groups should be final. | 45 | |
| '<' is not preceded with whitespace. | 45 | |
| '<' is not followed by whitespace. | 45 | |
| '>' is not preceded with whitespace. | 45 | |
| 'groups' hides a field. | 45 | |
| '{' should be on the previous line. | 46 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| '{' should be on the previous line. | 51 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter id should be final. | 55 | |
| 'id' hides a field. | 55 | |
| '{' should be on the previous line. | 56 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter o should be final. | 60 | |
| '{' should be on the previous line. | 61 | |
| 'if' construct must use '{}'s. | 62 | |
| 'if' construct must use '{}'s. | 63 | |
| 'if' construct must use '{}'s. | 64 | |
| Line is longer than 80 characters. | 66 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| '{' should be on the previous line. | 81 | |
| '29' is a magic number. | 83 | |
| '32' is a magic number. | 83 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Method 'isMigrateMembershipsForExistingUsers' is not designed for extension - needs to be abstract, final or empty. | 11 | |
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 16 | |
| Method 'setMigrateMembershipsForExistingUsers' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter migrateMembershipsForExistingUsers should be final. | 16 | |
| 'migrateMembershipsForExistingUsers' hides a field. | 16 | |
| Line is longer than 80 characters. | 18 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'log' must be private and have accessor methods. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter repository should be final. | 33 | |
| 'repository' hides a field. | 33 | |
| Parameter searchProperties should be final. | 33 | |
| 'searchProperties' hides a field. | 33 | |
| Parameter filterFactory should be final. | 34 | |
| 'filterFactory' hides a field. | 34 | |
| '{' should be on the previous line. | 35 | |
| Missing a Javadoc comment. | 41 | |
| '{' should be on the previous line. | 42 | |
| '4' is a magic number. | 43 | |
| '3' is a magic number. | 47 | |
| Method 'search' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter searchFilter should be final. | 52 | |
| Line is longer than 80 characters. | 57 | |
| Method 'search' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter userFilter should be final. | 57 | |
| Parameter attributesToReturnFromSearch should be final. | 57 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 66 | |
| '{' should be on the previous line. | 69 | |
| 'if' construct must use '{}'s. | 72 | |
| Line is longer than 80 characters. | 73 | |
| 'if' construct must use '{}'s. | 75 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 83 | |
| '}' should be on the same line. | 84 | |
| '{' should be on the previous line. | 86 | |
| '}' should be on the same line. | 88 | |
| '{' should be on the previous line. | 90 | |
| '{' should be on the previous line. | 92 | |
| 'if' construct must use '{}'s. | 93 | |
| '}' should be on the same line. | 94 | |
| '{' should be on the previous line. | 96 | |
| 'if' construct must use '{}'s. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 106 | |
| Method 'getUserAttributes' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Parameter username should be final. | 106 | |
| Parameter specifiedAttributes should be final. | 106 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Method 'getUserDN' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Parameter user should be final. | 112 | |
| '{' should be on the previous line. | 113 | |
| '{' should be on the previous line. | 115 | |
| Method 'getUserDN' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Parameter username should be final. | 123 | |
| '{' should be on the previous line. | 124 | |
| 'if' construct must use '{}'s. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Line is longer than 80 characters. | 128 | |
| '{' should be on the previous line. | 131 | |
| Line is longer than 80 characters. | 132 | |
| '{' should be on the previous line. | 137 | |
| Line is longer than 80 characters. | 140 | |
| 'if' construct must use '{}'s. | 141 | |
| '{' should be on the previous line. | 145 | |
| '}' should be on the same line. | 147 | |
| '{' should be on the previous line. | 149 | |
| 'if' construct must use '{}'s. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 169 | |
| Method 'addSearchTermToFilter' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Parameter firstTerm should be final. | 169 | |
| Parameter addedFilter should be final. | 169 | |
| 'if' construct must use '{}'s. | 171 | |
| 'if' construct must use '{}'s. | 172 | |
| Line is longer than 80 characters. | 172 | |
| Line is longer than 80 characters. | 173 | |
| 'else' construct must use '{}'s. | 174 | |
| Line is longer than 80 characters. | 175 | |
| 'else' construct must use '{}'s. | 176 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 3 | |
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 10 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 3 | |
| Missing a Javadoc comment. | 5 | |
| '<' is not preceded with whitespace. | 5 | |
| '<' is not followed by whitespace. | 5 | |
| '>' is not preceded with whitespace. | 5 | |
| '<' is not preceded with whitespace. | 5 | |
| '<' is not followed by whitespace. | 5 | |
| '>' is not preceded with whitespace. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| '<' is not preceded with whitespace. | 7 | |
| '<' is not followed by whitespace. | 7 | |
| '>' is not preceded with whitespace. | 7 | |
| '<' is not preceded with whitespace. | 7 | |
| '<' is not followed by whitespace. | 7 | |
| '>' is not preceded with whitespace. | 7 | |
| '>' is not followed by whitespace. | 7 | |
| Missing a Javadoc comment. | 8 | |
| '<' is not preceded with whitespace. | 8 | |
| '<' is not followed by whitespace. | 8 | |
| '>' is not preceded with whitespace. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 | |
| '<' is not followed by whitespace. | 11 | |
| '>' is not preceded with whitespace. | 11 | |
| '<' is not preceded with whitespace. | 11 | |
| '<' is not followed by whitespace. | 11 | |
| '>' is not preceded with whitespace. | 11 | |
| '{' should be on the previous line. | 12 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| '>' is not followed by whitespace. | 13 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| '>' is not followed by whitespace. | 13 | |
| '{' should be on the previous line. | 18 | |
| '<' is not preceded with whitespace. | 19 | |
| '<' is not followed by whitespace. | 19 | |
| '>' is not preceded with whitespace. | 19 | |
| '>' is not followed by whitespace. | 19 | |
| Missing a Javadoc comment. | 22 | |
| Parameter col should be final. | 22 | |
| '<' is not preceded with whitespace. | 22 | |
| '<' is not followed by whitespace. | 22 | |
| '>' is not preceded with whitespace. | 22 | |
| '{' should be on the previous line. | 23 | |
| '{' should be on the previous line. | 25 | |
| Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '{' should be on the previous line. | 33 | |
| 'if' construct must use '{}'s. | 34 | |
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 | |
| '{' should be on the previous line. | 40 | |
| Method 'getCurrentPage' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| '{' should be on the previous line. | 48 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| '>' is not followed by whitespace. | 49 | |
| Missing a Javadoc comment. | 52 | |
| '{' should be on the previous line. | 53 | |
| Method 'onLastPage' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| '{' should be on the previous line. | 58 | |
| Method 'skipTo' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter index should be final. | 62 | |
| 'index' hides a field. | 62 | |
| '{' should be on the previous line. | 63 | |
| 'if' construct must use '{}'s. | 64 | |
| Line is longer than 80 characters. | 65 | |
| '{' should be on the previous line. | 71 | |
| '}' should be on the same line. | 74 | |
| '{' should be on the previous line. | 76 | |
| 'for' construct must use '{}'s. | 81 | |
| Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| '{' should be on the previous line. | 89 | |
| First sentence should end with a period. | 93 | |
| Method 'getIndexOfFirstItemInCurrentPage' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| '{' should be on the previous line. | 98 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| '{' should be on the previous line. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| '{' should be on the previous line. | 108 | |
| Method 'next' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| '{' should be on the previous line. | 113 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 20 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 7 | |
| First sentence should end with a period. | 8 | |
| First sentence should end with a period. | 15 | |
| First sentence should end with a period. | 20 | |
| First sentence should end with a period. | 25 | |
| First sentence should end with a period. | 32 | |
| First sentence should end with a period. | 37 | |
| Line is longer than 80 characters. | 43 | |
| Expected @param tag for 'groupName'. | 45 | |
| Expected @param tag for 'userName'. | 45 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 11 | |
| Comment matches to-do format 'TODO:'. | 14 | |
| Utility classes should not have a public or default constructor. | 16 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| '<' is not followed by whitespace. | 22 | |
| '>' is not preceded with whitespace. | 22 | |
| '<' is not preceded with whitespace. | 22 | |
| '<' is not followed by whitespace. | 22 | |
| '>' is not preceded with whitespace. | 22 | |
| Parameter pager should be final. | 22 | |
| '<' is not preceded with whitespace. | 22 | |
| '<' is not followed by whitespace. | 22 | |
| '>' is not preceded with whitespace. | 22 | |
| '{' should be on the previous line. | 23 | |
| '<' is not preceded with whitespace. | 24 | |
| '<' is not followed by whitespace. | 24 | |
| '>' is not preceded with whitespace. | 24 | |
| '<' is not preceded with whitespace. | 24 | |
| '<' is not followed by whitespace. | 24 | |
| '>' is not preceded with whitespace. | 24 | |
| '>' is not followed by whitespace. | 24 | |
| '{' should be on the previous line. | 27 | |
| Missing a Javadoc comment. | 34 | |
| Parameter pager should be final. | 34 | |
| '{' should be on the previous line. | 35 | |
| '{' should be on the previous line. | 41 | |
| Line is longer than 80 characters. | 50 | |
| Line has trailing spaces. | 51 | |
| Expected an @return tag. | 53 | |
| Parameter pager should be final. | 54 | |
| Expected @param tag for 'pager'. | 54 | |
| '{' should be on the previous line. | 55 | |
| '{' should be on the previous line. | 59 | |
| '{' should be on the previous line. | 62 | |
| '}' should be on the same line. | 64 | |
| '{' should be on the previous line. | 66 | |
| Line is longer than 80 characters. | 76 | |
| Expected an @return tag. | 78 | |
| Parameter distinguishedName should be final. | 78 | |
| Expected @param tag for 'distinguishedName'. | 78 | |
| '{' should be on the previous line. | 79 | |
| 'if' construct must use '{}'s. | 82 | |
| '{' should be on the previous line. | 90 | |
| '{' should be on the previous line. | 93 | |
| 'if' construct must use '{}'s. | 99 | |
| Line is longer than 80 characters. | 100 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| Utility classes should not have a public or default constructor. | 10 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 | |
| Line is longer than 80 characters. | 15 | |
| Expected an @return tag. | 17 | |
| Parameter filter1 should be final. | 17 | |
| Expected @param tag for 'filter1'. | 17 | |
| Parameter filter2 should be final. | 17 | |
| Expected @param tag for 'filter2'. | 17 | |
| '{' should be on the previous line. | 18 | |
| '{' should be on the previous line. | 20 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 30 | |
| Parameter filter should be final. | 30 | |
| '{' should be on the previous line. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter attributesToReturn should be final. | 35 | |
| Parameter searchAllDepths should be final. | 35 | |
| Parameter timeLimitMillis should be final. | 35 | |
| Line is longer than 80 characters. | 39 | |
| Avoid inline conditionals. | 39 | |
| 'if' construct must use '{}'s. | 42 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 14 | |
| '{' should be on the previous line. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Name 'NULL_USER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| Variable 'NULL_USER' must be private and have accessor methods. | 29 | |
| '{' should be on the previous line. | 32 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter underlyingUserManager should be final. | 37 | |
| 'underlyingUserManager' hides a field. | 37 | |
| Parameter cacheFactory should be final. | 37 | |
| 'cacheFactory' hides a field. | 37 | |
| Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| '{' should be on the previous line. | 44 | |
| Method 'getUserNames' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| '{' should be on the previous line. | 49 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 58 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Parameter username should be final. | 63 | |
| Expected @param tag for 'username'. | 63 | |
| '{' should be on the previous line. | 64 | |
| '{' should be on the previous line. | 67 | |
| Avoid inline conditionals. | 68 | |
| '}' should be on the same line. | 69 | |
| '{' should be on the previous line. | 71 | |
| Missing a Javadoc comment. | 78 | |
| Parameter username should be final. | 78 | |
| Parameter user should be final. | 78 | |
| '{' should be on the previous line. | 79 | |
| Avoid inline conditionals. | 80 | |
| Line is longer than 80 characters. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter username should be final. | 83 | |
| Parameter repository should be final. | 83 | |
| Missing a Javadoc comment. | 88 | |
| Parameter user should be final. | 88 | |
| Parameter ro should be final. | 88 | |
| '{' should be on the previous line. | 89 | |
| Missing a Javadoc comment. | 93 | |
| '{' should be on the previous line. | 94 | |
| 'synchronized' is not followed by whitespace. | 95 | |
| '{' should be on the previous line. | 96 | |
| 'if' construct must use '{}'s. | 97 | |
| Missing a Javadoc comment. | 103 | |
| '{' should be on the previous line. | 104 | |
| 'synchronized' is not followed by whitespace. | 105 | |
| '{' should be on the previous line. | 106 | |
| 'if' construct must use '{}'s. | 107 | |
| Missing a Javadoc comment. | 113 | |
| '{' should be on the previous line. | 114 | |
| 'synchronized' is not followed by whitespace. | 115 | |
| '{' should be on the previous line. | 116 | |
| 'if' construct must use '{}'s. | 117 | |
| Method 'createUser' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Parameter username should be final. | 123 | |
| '{' should be on the previous line. | 124 | |
| 'if' construct must use '{}'s. | 127 | |
| Line is longer than 80 characters. | 136 | |
| Method 'alterPassword' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Parameter user should be final. | 136 | |
| Expected @param tag for 'user'. | 136 | |
| Parameter plainTextPass should be final. | 136 | |
| Expected @param tag for 'plainTextPass'. | 136 | |
| Expected @throws tag for 'EntityException'. | 136 | |
| 'if' construct must use '{}'s. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Method 'saveUser' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Parameter user should be final. | 143 | |
| '{' should be on the previous line. | 144 | |
| 'if' construct must use '{}'s. | 147 | |
| Method 'removeUser' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Parameter user should be final. | 154 | |
| Expected @param tag for 'user'. | 154 | |
| Expected @throws tag for 'EntityException'. | 154 | |
| '{' should be on the previous line. | 155 | |
| 'if' construct must use '{}'s. | 156 | |
| 'if' construct must use '{}'s. | 159 | |
| Line is longer than 80 characters. | 160 | |
| '{' should be on the previous line. | 163 | |
| 'if' construct must use '{}'s. | 164 | |
| '{' should be on the previous line. | 168 | |
| '{' should be on the previous line. | 173 | |
| Line has trailing spaces. | 174 | |
| '}' should be on the same line. | 177 | |
| '{' should be on the previous line. | 179 | |
| Line is longer than 80 characters. | 180 | |
| Missing a Javadoc comment. | 184 | |
| Parameter user should be final. | 184 | |
| '{' should be on the previous line. | 185 | |
| 'if' construct must use '{}'s. | 186 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 193 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Parameter user should be final. | 197 | |
| Expected @param tag for 'user'. | 197 | |
| Expected @throws tag for 'EntityException'. | 197 | |
| '{' should be on the previous line. | 198 | |
| Line is longer than 80 characters. | 199 | |
| '{' should be on the previous line. | 202 | |
| '}' should be on the same line. | 206 | |
| '{' should be on the previous line. | 208 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Missing a Javadoc comment. | 213 | |
| '{' should be on the previous line. | 214 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 221 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Parameter entity should be final. | 221 | |
| Expected @param tag for 'entity'. | 221 | |
| Expected @throws tag for 'EntityException'. | 221 | |
| Line is longer than 80 characters. | 223 | |
| 'if' construct must use '{}'s. | 224 | |
| Line is longer than 80 characters. | 227 | |
| First sentence should end with a period. | 232 | |
| Line is longer than 80 characters. | 233 | |
| Line is longer than 80 characters. | 236 | |
| Method 'isCreative' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| '{' should be on the previous line. | 240 | |
| Line is longer than 80 characters. | 245 | |
| Parameter cacheName should be final. | 248 | |
| Expected @param tag for 'cacheName'. | 248 | |
| '{' should be on the previous line. | 249 | |
| Line is longer than 80 characters. | 251 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| '{' is not preceded with whitespace. | 20 | |
| '{' is not followed by whitespace. | 20 | |
| '}' is not preceded with whitespace. | 20 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter accessProvider should be final. | 22 | |
| 'accessProvider' hides a field. | 22 | |
| Parameter credentialsProvider should be final. | 22 | |
| 'credentialsProvider' hides a field. | 22 | |
| Parameter profileProvider should be final. | 22 | |
| 'profileProvider' hides a field. | 22 | |
| Method 'getUserManager' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 | |
| Line is longer than 80 characters. | 31 | |
| '+' should be on a new line. | 31 | |
| Expected an @return tag. | 38 | |
| Method 'getAccessProvider' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Parameter name should be final. | 38 | |
| Expected @param tag for 'name'. | 38 | |
| '{' should be on the previous line. | 39 | |
| 'if' construct must use '{}'s. | 40 | |
| Expected an @return tag. | 49 | |
| Method 'getCredentialsProvider' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter name should be final. | 49 | |
| Expected @param tag for 'name'. | 49 | |
| '{' should be on the previous line. | 50 | |
| 'if' construct must use '{}'s. | 51 | |
| Expected an @return tag. | 60 | |
| Method 'getProfileProvider' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Parameter name should be final. | 60 | |
| Expected @param tag for 'name'. | 60 | |
| '{' should be on the previous line. | 61 | |
| 'if' construct must use '{}'s. | 62 | |
| Method 'getAccessProvider' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| '{' should be on the previous line. | 69 | |
| Method 'getCredentialsProvider' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| '{' should be on the previous line. | 74 | |
| Method 'getProfileProvider' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| '{' should be on the previous line. | 79 | |
| Method 'setAccessProvider' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter accessProvider should be final. | 83 | |
| 'accessProvider' hides a field. | 83 | |
| '{' should be on the previous line. | 84 | |
| Method 'setCredentialsProvider' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter credentialsProvider should be final. | 88 | |
| 'credentialsProvider' hides a field. | 88 | |
| Method 'setProfileProvider' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Parameter profileProvider should be final. | 93 | |
| 'profileProvider' hides a field. | 93 | |
| '{' should be on the previous line. | 94 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter repository should be final. | 20 | |
| 'repository' hides a field. | 20 | |
| Parameter credentialProviders should be final. | 20 | |
| 'credentialProviders' hides a field. | 20 | |
| Line is longer than 80 characters. | 26 | |
| Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter username should be final. | 26 | |
| Parameter password should be final. | 26 | |
| '{' should be on the previous line. | 30 | |
| 'if' construct must use '{}'s. | 32 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| '{' should be on the previous line. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 7 | |
| Missing a Javadoc comment. | 10 | |
| Parameter userNameQuery should be final. | 10 | |
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Parameter groupNameQuery should be final. | 15 | |
| First sentence should end with a period. | 19 | |
| Line is longer than 80 characters. | 22 | |
| Parameter query1 should be final. | 22 | |
| Expected @param tag for 'query1'. | 22 | |
| Parameter query2 should be final. | 22 | |
| Expected @param tag for 'query2'. | 22 | |
| Method 'getUserNameTermQuery' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| '{' should be on the previous line. | 28 | |
| Method 'getGroupNameTermQuery' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '{' should be on the previous line. | 33 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.atlassian.user.EntityException. | 3 | |
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Variable 'repository' must be private and have accessor methods. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Parameter repo should be final. | 11 | |
| '{' should be on the previous line. | 12 | |
| Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| '{' should be on the previous line. | 17 | |
| Method 'isCreative' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| '{' should be on the previous line. | 27 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - com.atlassian.user.*. | 3 | |
| Using the '.*' form of import should be avoided - com.opensymphony.user.*. | 13 | |
| Using the '.*' form of import should be avoided - java.util.*. | 18 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 24 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'log' must be private and have accessor methods. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter repository should be final. | 34 | |
| Parameter accessor should be final. | 34 | |
| Line is longer than 80 characters. | 38 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| '{' should be on the previous line. | 42 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| '>' is not followed by whitespace. | 44 | |
| Missing a Javadoc comment. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| '{' should be on the previous line. | 48 | |
| Line is longer than 80 characters. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| '>' is not followed by whitespace. | 49 | |
| '{' should be on the previous line. | 51 | |
| 'if' construct must use '{}'s. | 55 | |
| Method 'createGroup' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter groupName should be final. | 61 | |
| '{' should be on the previous line. | 62 | |
| 'if' construct must use '{}'s. | 65 | |
| Line is longer than 80 characters. | 67 | |
| 'if' construct must use '{}'s. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 82 | |
| Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter group should be final. | 82 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 82 | |
| 'if' construct must use '{}'s. | 84 | |
| 'if' construct must use '{}'s. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line is longer than 80 characters. | 91 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| '>' is not followed by whitespace. | 92 | |
| '{' should be on the previous line. | 95 | |
| Method 'addMembership' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Parameter group should be final. | 102 | |
| Parameter user should be final. | 102 | |
| '{' should be on the previous line. | 103 | |
| 'if' construct must use '{}'s. | 104 | |
| Line is longer than 80 characters. | 106 | |
| Avoid inline conditionals. | 106 | |
| Method 'hasMembership' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Parameter group should be final. | 111 | |
| Parameter user should be final. | 111 | |
| '{' should be on the previous line. | 112 | |
| Line is longer than 80 characters. | 114 | |
| 'if' construct must use '{}'s. | 117 | |
| Method 'removeMembership' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Parameter group should be final. | 123 | |
| Parameter user should be final. | 123 | |
| '{' should be on the previous line. | 124 | |
| 'if' construct must use '{}'s. | 125 | |
| Line is longer than 80 characters. | 126 | |
| '+' should be on a new line. | 126 | |
| Avoid inline conditionals. | 127 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Parameter group should be final. | 131 | |
| '{' should be on the previous line. | 132 | |
| Method 'supportsExternalMembership' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| '{' should be on the previous line. | 137 | |
| Method 'getMemberNames' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| '<' is not preceded with whitespace. | 141 | |
| '<' is not followed by whitespace. | 141 | |
| '>' is not preceded with whitespace. | 141 | |
| Parameter group should be final. | 141 | |
| '{' should be on the previous line. | 142 | |
| 'if' construct must use '{}'s. | 143 | |
| Line is longer than 80 characters. | 146 | |
| '<' is not preceded with whitespace. | 146 | |
| '<' is not followed by whitespace. | 146 | |
| '>' is not preceded with whitespace. | 146 | |
| '<' is not preceded with whitespace. | 146 | |
| '<' is not followed by whitespace. | 146 | |
| '>' is not preceded with whitespace. | 146 | |
| '>' is not followed by whitespace. | 146 | |
| Line is longer than 80 characters. | 147 | |
| '{' is followed by whitespace. | 147 | |
| '<' is not preceded with whitespace. | 150 | |
| '<' is not followed by whitespace. | 150 | |
| '>' is not preceded with whitespace. | 150 | |
| '>' is not followed by whitespace. | 150 | |
| Method 'getLocalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Missing a Javadoc comment. | 153 | |
| '<' is not preceded with whitespace. | 153 | |
| '<' is not followed by whitespace. | 153 | |
| '>' is not preceded with whitespace. | 153 | |
| Parameter group should be final. | 153 | |
| 'if' construct must use '{}'s. | 155 | |
| Line is longer than 80 characters. | 158 | |
| '<' is not preceded with whitespace. | 158 | |
| '<' is not followed by whitespace. | 158 | |
| '>' is not preceded with whitespace. | 158 | |
| '<' is not preceded with whitespace. | 158 | |
| '<' is not followed by whitespace. | 158 | |
| '>' is not preceded with whitespace. | 158 | |
| '>' is not followed by whitespace. | 158 | |
| '<' is not preceded with whitespace. | 160 | |
| '<' is not followed by whitespace. | 160 | |
| '>' is not preceded with whitespace. | 160 | |
| '>' is not followed by whitespace. | 160 | |
| Line is longer than 80 characters. | 163 | |
| Method 'getExternalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| '<' is not preceded with whitespace. | 163 | |
| '<' is not followed by whitespace. | 163 | |
| '>' is not preceded with whitespace. | 163 | |
| Parameter group should be final. | 163 | |
| Line is longer than 80 characters. | 165 | |
| Method 'saveGroup' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| Parameter group should be final. | 168 | |
| '{' should be on the previous line. | 169 | |
| 'if' construct must use '{}'s. | 170 | |
| Line is longer than 80 characters. | 173 | |
| '{' should be on the previous line. | 176 | |
| '}' should be on the same line. | 178 | |
| '{' should be on the previous line. | 180 | |
| Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Missing a Javadoc comment. | 185 | |
| Parameter groupName should be final. | 185 | |
| '{' should be on the previous line. | 186 | |
| 'if' construct must use '{}'s. | 187 | |
| Line is longer than 80 characters. | 190 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| '<' is not preceded with whitespace. | 194 | |
| '<' is not followed by whitespace. | 194 | |
| '>' is not preceded with whitespace. | 194 | |
| Parameter user should be final. | 194 | |
| '{' should be on the previous line. | 195 | |
| 'if' construct must use '{}'s. | 197 | |
| Line is longer than 80 characters. | 200 | |
| '<' is not preceded with whitespace. | 200 | |
| '<' is not followed by whitespace. | 200 | |
| '>' is not preceded with whitespace. | 200 | |
| '<' is not preceded with whitespace. | 200 | |
| '<' is not followed by whitespace. | 200 | |
| '>' is not preceded with whitespace. | 200 | |
| '>' is not followed by whitespace. | 200 | |
| Line is longer than 80 characters. | 202 | |
| '<' is not preceded with whitespace. | 202 | |
| '<' is not followed by whitespace. | 202 | |
| '>' is not preceded with whitespace. | 202 | |
| '{' should be on the previous line. | 204 | |
| '<' is not preceded with whitespace. | 208 | |
| '<' is not followed by whitespace. | 208 | |
| '>' is not preceded with whitespace. | 208 | |
| '>' is not followed by whitespace. | 208 | |
| Method 'getWritableGroups' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Missing a Javadoc comment. | 211 | |
| '<' is not preceded with whitespace. | 211 | |
| '<' is not followed by whitespace. | 211 | |
| '>' is not preceded with whitespace. | 211 | |
| '{' should be on the previous line. | 212 | |
| '<' is not preceded with whitespace. | 213 | |
| '<' is not followed by whitespace. | 213 | |
| '>' is not preceded with whitespace. | 213 | |
| '>' is not followed by whitespace. | 213 | |
| Line is longer than 80 characters. | 217 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| '{' should be on the previous line. | 220 | |
| Line is longer than 80 characters. | 224 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Missing a Javadoc comment. | 224 | |
| Parameter entity should be final. | 224 | |
| 'if' construct must use '{}'s. | 226 | |
| Line is longer than 80 characters. | 233 | |
| Line is longer than 80 characters. | 236 | |
| Line is longer than 80 characters. | 237 | |
| Line is longer than 80 characters. | 241 | |
| Line is longer than 80 characters. | 242 | |
| Method 'isCreative' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| '{' should be on the previous line. | 245 | |
| 'if' construct must use '{}'s. | 247 | |
| Line is longer than 80 characters. | 251 | |
| Missing a Javadoc comment. | 254 | |
| '{' should be on the previous line. | 256 | |
| Missing a Javadoc comment. | 257 | |
| Missing a Javadoc comment. | 259 | |
| Parameter provider should be final. | 259 | |
| 'provider' hides a field. | 259 | |
| '{' should be on the previous line. | 260 | |
| Missing a Javadoc comment. | 264 | |
| Parameter s should be final. | 264 | |
| Parameter s1 should be final. | 264 | |
| '{' should be on the previous line. | 265 | |
| Missing a Javadoc comment. | 269 | |
| Parameter s should be final. | 269 | |
| Parameter s1 should be final. | 269 | |
| '{' should be on the previous line. | 270 | |
| Missing a Javadoc comment. | 274 | |
| '<' is not preceded with whitespace. | 274 | |
| '<' is not followed by whitespace. | 274 | |
| '>' is not preceded with whitespace. | 274 | |
| Parameter s should be final. | 274 | |
| '{' should be on the previous line. | 275 | |
| Missing a Javadoc comment. | 279 | |
| '<' is not preceded with whitespace. | 279 | |
| '<' is not followed by whitespace. | 279 | |
| '>' is not preceded with whitespace. | 279 | |
| Parameter s should be final. | 279 | |
| '{' should be on the previous line. | 280 | |
| Missing a Javadoc comment. | 284 | |
| Parameter s should be final. | 284 | |
| Parameter s1 should be final. | 284 | |
| '{' should be on the previous line. | 285 | |
| Missing a Javadoc comment. | 289 | |
| Parameter s should be final. | 289 | |
| '{' should be on the previous line. | 290 | |
| Missing a Javadoc comment. | 294 | |
| '{' should be on the previous line. | 295 | |
| Missing a Javadoc comment. | 299 | |
| Parameter s should be final. | 299 | |
| '{' should be on the previous line. | 300 | |
| Missing a Javadoc comment. | 304 | |
| Parameter properties should be final. | 304 | |
| '{' should be on the previous line. | 305 | |
| Missing a Javadoc comment. | 309 | |
| '{' should be on the previous line. | 310 | |
| Line is longer than 80 characters. | 314 | |
| Missing a Javadoc comment. | 314 | |
| Parameter s should be final. | 314 | |
| Parameter accessor should be final. | 314 | |
| Missing a Javadoc comment. | 319 | |
| Parameter s should be final. | 319 | |
| '{' should be on the previous line. | 320 | |
| Line is longer than 80 characters. | 324 | |
| Missing a Javadoc comment. | 324 | |
| Parameter s should be final. | 324 | |
| Parameter accessor should be final. | 324 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 14 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Parameter searchProperties should be final. | 19 | |
| 'searchProperties' hides a field. | 19 | |
| Parameter membershipProperties should be final. | 20 | |
| 'membershipProperties' hides a field. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line is longer than 80 characters. | 26 | |
| Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter attrs should be final. | 26 | |
| Parameter distinguishedName should be final. | 26 | |
| 'if' construct must use '{}'s. | 28 | |
| Line is longer than 80 characters. | 29 | |
| '{' should be on the previous line. | 34 | |
| Line is longer than 80 characters. | 35 | |
| '{' should be on the previous line. | 37 | |
| '}' should be on the same line. | 40 | |
| '{' should be on the previous line. | 42 | |
| Line is longer than 80 characters. | 43 | |
| '}' should be on the same line. | 47 | |
| '{' should be on the previous line. | 49 | |
| 'if' construct must use '{}'s. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter distinguishedName should be final. | 59 | |
| '{' should be on the previous line. | 60 | |
| 'if' construct must use '{}'s. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 65 | |
| 'if' construct must use '{}'s. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter attribute should be final. | 73 | |
| 'if' construct must use '{}'s. | 75 | |
| Line is longer than 80 characters. | 76 | |
| '{' should be on the previous line. | 79 | |
| '}' should be on the same line. | 84 | |
| '{' should be on the previous line. | 86 | |
| 'if' construct must use '{}'s. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter groupMembershipAtt should be final. | 92 | |
| 'if' construct must use '{}'s. | 94 | |
| Line is longer than 80 characters. | 95 | |
| '{' should be on the previous line. | 100 | |
| '{' should be on the previous line. | 104 | |
| 'if' construct must use '{}'s. | 106 | |
| '}' should be on the same line. | 109 | |
| '{' should be on the previous line. | 111 | |
| 'if' construct must use '{}'s. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Parameter groupDN should be final. | 125 | |
| '{' should be on the previous line. | 126 | |
| 'if' construct must use '{}'s. | 127 | |
| Line is longer than 80 characters. | 135 | |
| Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Parameter attrs should be final. | 135 | |
| Parameter distinguishedName should be final. | 135 | |
| Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| '}' is not preceded with whitespace. | 140 | |
| Line is longer than 80 characters. | 141 | |
| Parameter attr should be final. | 141 | |
| Parameter distinguishedName should be final. | 141 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 10 | |
| Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Parameter content should be final. | 11 | |
| Parameter searchTerm should be final. | 11 | |
| '{' should be on the previous line. | 12 | |
| 'if' construct must use '{}'s. | 13 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 12 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter repository should be final. | 21 | |
| 'repository' hides a field. | 21 | |
| Parameter credentialsProvider should be final. | 21 | |
| 'credentialsProvider' hides a field. | 21 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter repository should be final. | 26 | |
| 'repository' hides a field. | 26 | |
| Parameter osuserAuthenticator should be final. | 26 | |
| 'osuserAuthenticator' hides a field. | 26 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter repository should be final. | 31 | |
| 'repository' hides a field. | 31 | |
| Parameter credentialsProvider should be final. | 31 | |
| 'credentialsProvider' hides a field. | 31 | |
| Parameter osuserAuthenticator should be final. | 32 | |
| 'osuserAuthenticator' hides a field. | 32 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 39 | |
| Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter username should be final. | 39 | |
| Parameter password should be final. | 39 | |
| '{' should be on the previous line. | 42 | |
| '{' should be on the previous line. | 47 | |
| '}' should be on the same line. | 49 | |
| '{' should be on the previous line. | 51 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| '{' should be on the previous line. | 57 | |
| Line is longer than 80 characters. | 62 | |
| Method 'isWrappingCredentialProvider' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| '{' should be on the previous line. | 65 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'underlyingGroupManager' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Variable 'cacheFactory' must be private and have accessor methods. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'groupCache' must be private and have accessor methods. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'membershipCache' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'groupsForUserCache' must be private and have accessor methods. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'entityRepositoryCache' must be private and have accessor methods. | 42 | |
| Line is longer than 80 characters. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter underlyingGroupManager should be final. | 44 | |
| 'underlyingGroupManager' hides a field. | 44 | |
| Parameter cacheFactory should be final. | 44 | |
| 'cacheFactory' hides a field. | 44 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 64 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| Parameter user should be final. | 66 | |
| '{' should be on the previous line. | 67 | |
| 'if' construct must use '{}'s. | 68 | |
| 'if' construct must use '{}'s. | 70 | |
| '<' is not preceded with whitespace. | 73 | |
| '<' is not followed by whitespace. | 73 | |
| '>' is not preceded with whitespace. | 73 | |
| '{' should be on the previous line. | 76 | |
| 'if' construct must use '{}'s. | 77 | |
| Line is longer than 80 characters. | 78 | |
| '<' is not preceded with whitespace. | 80 | |
| '<' is not followed by whitespace. | 80 | |
| '>' is not preceded with whitespace. | 80 | |
| '<' is not preceded with whitespace. | 80 | |
| '<' is not followed by whitespace. | 80 | |
| '>' is not preceded with whitespace. | 80 | |
| '>' is not followed by whitespace. | 80 | |
| '{' should be on the previous line. | 83 | |
| '<' is not preceded with whitespace. | 86 | |
| '<' is not followed by whitespace. | 86 | |
| '>' is not preceded with whitespace. | 86 | |
| '>' is not followed by whitespace. | 86 | |
| 'if' construct must use '{}'s. | 89 | |
| Line is longer than 80 characters. | 90 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| '>' is not followed by whitespace. | 92 | |
| '<' is not preceded with whitespace. | 93 | |
| '<' is not followed by whitespace. | 93 | |
| '>' is not preceded with whitespace. | 93 | |
| '>' is not followed by whitespace. | 93 | |
| '{' should be on the previous line. | 96 | |
| 'if' construct must use '{}'s. | 102 | |
| Line is longer than 80 characters. | 103 | |
| '<' is not preceded with whitespace. | 107 | |
| '<' is not followed by whitespace. | 107 | |
| '>' is not preceded with whitespace. | 107 | |
| '>' is not followed by whitespace. | 107 | |
| Method 'getWritableGroups' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| '<' is not preceded with whitespace. | 110 | |
| '<' is not followed by whitespace. | 110 | |
| '>' is not preceded with whitespace. | 110 | |
| '{' should be on the previous line. | 111 | |
| Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Parameter groupName should be final. | 115 | |
| '{' should be on the previous line. | 116 | |
| '{' should be on the previous line. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Avoid inline conditionals. | 120 | |
| '}' should be on the same line. | 121 | |
| '{' should be on the previous line. | 123 | |
| Method 'createGroup' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Parameter groupName should be final. | 130 | |
| '{' should be on the previous line. | 131 | |
| 'if' construct must use '{}'s. | 134 | |
| Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Parameter group should be final. | 140 | |
| '{' should be on the previous line. | 141 | |
| '<' is not preceded with whitespace. | 142 | |
| '<' is not followed by whitespace. | 142 | |
| '>' is not preceded with whitespace. | 142 | |
| Method 'addMembership' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Parameter group should be final. | 150 | |
| Parameter user should be final. | 150 | |
| '{' should be on the previous line. | 151 | |
| Method 'hasMembership' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Missing a Javadoc comment. | 157 | |
| Parameter group should be final. | 157 | |
| Parameter user should be final. | 157 | |
| 'if' construct must use '{}'s. | 159 | |
| 'if' is not followed by whitespace. | 159 | |
| '==' is not preceded with whitespace. | 159 | |
| '==' is not followed by whitespace. | 159 | |
| Line has trailing spaces. | 161 | |
| '{' should be on the previous line. | 165 | |
| '}' should be on the same line. | 167 | |
| '{' should be on the previous line. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Method 'removeMembership' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Missing a Javadoc comment. | 176 | |
| Parameter group should be final. | 176 | |
| Parameter user should be final. | 176 | |
| Line is longer than 80 characters. | 183 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Parameter entity should be final. | 183 | |
| Line is longer than 80 characters. | 185 | |
| 'if' construct must use '{}'s. | 186 | |
| Line is longer than 80 characters. | 189 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| '<' is not preceded with whitespace. | 194 | |
| '<' is not followed by whitespace. | 194 | |
| '>' is not preceded with whitespace. | 194 | |
| '{' should be on the previous line. | 195 | |
| Method 'getMemberNames' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Missing a Javadoc comment. | 199 | |
| '<' is not preceded with whitespace. | 199 | |
| '<' is not followed by whitespace. | 199 | |
| '>' is not preceded with whitespace. | 199 | |
| Parameter group should be final. | 199 | |
| '{' should be on the previous line. | 200 | |
| Method 'getLocalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 | |
| '<' is not preceded with whitespace. | 204 | |
| '<' is not followed by whitespace. | 204 | |
| '>' is not preceded with whitespace. | 204 | |
| Parameter group should be final. | 204 | |
| Line is longer than 80 characters. | 209 | |
| Method 'getExternalMemberNames' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Missing a Javadoc comment. | 209 | |
| '<' is not preceded with whitespace. | 209 | |
| '<' is not followed by whitespace. | 209 | |
| '>' is not preceded with whitespace. | 209 | |
| Parameter group should be final. | 209 | |
| Method 'supportsExternalMembership' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Missing a Javadoc comment. | 214 | |
| '{' should be on the previous line. | 215 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Missing a Javadoc comment. | 219 | |
| Parameter group should be final. | 219 | |
| '{' should be on the previous line. | 220 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Missing a Javadoc comment. | 224 | |
| '{' should be on the previous line. | 225 | |
| Method 'isCreative' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Missing a Javadoc comment. | 229 | |
| '{' should be on the previous line. | 230 | |
| Line is longer than 80 characters. | 235 | |
| '{' should be on the previous line. | 238 | |
| Line is longer than 80 characters. | 239 | |
| Line is longer than 80 characters. | 241 | |
| Line is longer than 80 characters. | 242 | |
| Line is longer than 80 characters. | 246 | |
| Expected an @return tag. | 248 | |
| Parameter cacheName should be final. | 248 | |
| Expected @param tag for 'cacheName'. | 248 | |
| '{' should be on the previous line. | 249 | |
| Line is longer than 80 characters. | 251 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter repository should be final. | 21 | |
| 'repository' hides a field. | 21 | |
| Parameter provider should be final. | 21 | |
| 'provider' hides a field. | 21 | |
| Parameter passwordEncryptor should be final. | 21 | |
| 'passwordEncryptor' hides a field. | 21 | |
| Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| '<' is not preceded with whitespace. | 28 | |
| '<' is not followed by whitespace. | 28 | |
| '>' is not preceded with whitespace. | 28 | |
| '{' should be on the previous line. | 29 | |
| Method 'getUserNames' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| '{' should be on the previous line. | 34 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter username should be final. | 38 | |
| '{' should be on the previous line. | 39 | |
| Method 'createUser' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter username should be final. | 43 | |
| '{' should be on the previous line. | 44 | |
| 'if' construct must use '{}'s. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 58 | |
| Method 'alterPassword' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter user should be final. | 58 | |
| Expected @param tag for 'user'. | 58 | |
| Parameter plainTextPass should be final. | 58 | |
| Expected @param tag for 'plainTextPass'. | 58 | |
| Expected @throws tag for 'EntityException'. | 58 | |
| Method 'removeUser' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter user should be final. | 63 | |
| 'if' is not followed by whitespace. | 65 | |
| '==' is not preceded with whitespace. | 65 | |
| '==' is not followed by whitespace. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter user should be final. | 71 | |
| '{' should be on the previous line. | 72 | |
| Method 'saveUser' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter user should be final. | 76 | |
| '{' should be on the previous line. | 77 | |
| Line is longer than 80 characters. | 83 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| '{' should be on the previous line. | 86 | |
| Line is longer than 80 characters. | 90 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Parameter entity should be final. | 90 | |
| 'if' construct must use '{}'s. | 92 | |
| Method 'isCreative' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| '{' should be on the previous line. | 99 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 9 | |
| Using the '.*' form of import should be avoided - java.util.*. | 16 | |
| Missing a Javadoc comment. | 18 | |
| '{' should be on the previous line. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| '<' is not preceded with whitespace. | 20 | |
| '<' is not followed by whitespace. | 20 | |
| '>' is not preceded with whitespace. | 20 | |
| '<' is not preceded with whitespace. | 20 | |
| '<' is not followed by whitespace. | 20 | |
| '>' is not preceded with whitespace. | 20 | |
| '>' is not followed by whitespace. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| '<' is not preceded with whitespace. | 21 | |
| '<' is not followed by whitespace. | 21 | |
| '>' is not preceded with whitespace. | 21 | |
| '<' is not preceded with whitespace. | 21 | |
| '<' is not followed by whitespace. | 21 | |
| '>' is not preceded with whitespace. | 21 | |
| '>' is not followed by whitespace. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| '<' is not preceded with whitespace. | 29 | |
| '<' is not followed by whitespace. | 29 | |
| '>' is not preceded with whitespace. | 29 | |
| '<' is not preceded with whitespace. | 29 | |
| '<' is not followed by whitespace. | 29 | |
| '>' is not preceded with whitespace. | 29 | |
| '>' is not followed by whitespace. | 29 | |
| Missing a Javadoc comment. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| '>' is not followed by whitespace. | 30 | |
| Missing a Javadoc comment. | 31 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| '>' is not followed by whitespace. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| '>' is not followed by whitespace. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| '>' is not followed by whitespace. | 33 | |
| Missing a Javadoc comment. | 35 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter repositoryAccessors should be final. | 39 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 | |
| '>' is not followed by whitespace. | 39 | |
| 'repositoryAccessors' hides a field. | 39 | |
| Line is longer than 80 characters. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '{' should be on the previous line. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Method 'getUserManager' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| '{' should be on the previous line. | 54 | |
| Method 'getGroupManager' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| '{' should be on the previous line. | 59 | |
| Method 'getPropertySetFactory' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| '{' should be on the previous line. | 64 | |
| Method 'getAuthenticator' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| '{' should be on the previous line. | 69 | |
| Method 'getEntityQueryParser' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| '{' should be on the previous line. | 74 | |
| Method 'getRepositoryAccessor' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Parameter key should be final. | 78 | |
| '{' should be on the previous line. | 79 | |
| Line is longer than 80 characters. | 80 | |
| '<' is not preceded with whitespace. | 80 | |
| '<' is not followed by whitespace. | 80 | |
| '>' is not preceded with whitespace. | 80 | |
| 'if' construct must use '{}'s. | 83 | |
| Method 'getRepositoryAccessors' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| '{' should be on the previous line. | 90 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| '>' is not followed by whitespace. | 91 | |
| Line is longer than 80 characters. | 92 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| Method 'addRepositoryAccessor' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter accessor should be final. | 100 | |
| '{' should be on the previous line. | 101 | |
| 'if' construct must use '{}'s. | 105 | |
| Line is longer than 80 characters. | 105 | |
| 'if' construct must use '{}'s. | 106 | |
| Line is longer than 80 characters. | 106 | |
| 'if' construct must use '{}'s. | 107 | |
| Line is longer than 80 characters. | 107 | |
| 'if' construct must use '{}'s. | 108 | |
| Line is longer than 80 characters. | 108 | |
| 'if' construct must use '{}'s. | 109 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 115 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| '{' should be on the previous line. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'log' must be private and have accessor methods. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'searchProperties' must be private and have accessor methods. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Variable 'repository' must be private and have accessor methods. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'groupFactory' must be private and have accessor methods. | 38 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter repo should be final. | 40 | |
| Parameter searchProperties should be final. | 40 | |
| 'searchProperties' hides a field. | 40 | |
| Parameter groupFactory should be final. | 41 | |
| 'groupFactory' hides a field. | 41 | |
| Parameter filterFactory should be final. | 41 | |
| 'filterFactory' hides a field. | 41 | |
| '{' should be on the previous line. | 42 | |
| Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter name should be final. | 49 | |
| '{' should be on the previous line. | 50 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| '{' should be on the previous line. | 59 | |
| 'if' construct must use '{}'s. | 61 | |
| Line is longer than 80 characters. | 65 | |
| 'if' construct must use '{}'s. | 67 | |
| '{' should be on the previous line. | 70 | |
| '}' should be on the same line. | 75 | |
| '{' should be on the previous line. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 79 | |
| '}' should be on the same line. | 80 | |
| '{' should be on the previous line. | 82 | |
| '{' should be on the previous line. | 84 | |
| 'if' construct must use '{}'s. | 85 | |
| '}' should be on the same line. | 86 | |
| '{' should be on the previous line. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| '<' is not preceded with whitespace. | 96 | |
| '<' is not followed by whitespace. | 96 | |
| '>' is not preceded with whitespace. | 96 | |
| '{' should be on the previous line. | 97 | |
| Line is longer than 80 characters. | 100 | |
| '<' is not preceded with whitespace. | 100 | |
| '<' is not followed by whitespace. | 100 | |
| '>' is not preceded with whitespace. | 100 | |
| '>' is not followed by whitespace. | 100 | |
| Method 'getGroupEntries' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| '{' should be on the previous line. | 104 | |
| Line is longer than 80 characters. | 108 | |
| Method 'getGroupEntries' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Parameter groupName should be final. | 108 | |
| Line is longer than 80 characters. | 113 | |
| Method 'getGroupEntries' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Parameter attributesToReturn should be final. | 113 | |
| Parameter additionalSearchFilter should be final. | 113 | |
| '{' should be on the previous line. | 115 | |
| Line is longer than 80 characters. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Expected an @return tag. | 124 | |
| Line is longer than 80 characters. | 124 | |
| Method 'getGroupEntries' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Parameter groupName should be final. | 124 | |
| Parameter attributesToReturn should be final. | 124 | |
| Expected @param tag for 'attributesToReturn'. | 124 | |
| Parameter additionalSearchFilter should be final. | 124 | |
| Expected @param tag for 'additionalSearchFilter'. | 124 | |
| Expected @throws tag for 'RepositoryException'. | 125 | |
| '{' should be on the previous line. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 132 | |
| Method 'search' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Parameter searchFilter should be final. | 135 | |
| Expected @param tag for 'searchFilter'. | 135 | |
| Expected @throws tag for 'RepositoryException'. | 135 | |
| Line is longer than 80 characters. | 141 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 146 | |
| Method 'search' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Parameter filter should be final. | 146 | |
| Expected @param tag for 'filter'. | 146 | |
| Parameter attributesToReturn should be final. | 146 | |
| Expected @throws tag for 'RepositoryException'. | 146 | |
| 'if' construct must use '{}'s. | 148 | |
| Line is longer than 80 characters. | 149 | |
| '{' should be on the previous line. | 152 | |
| 'if' construct must use '{}'s. | 153 | |
| Line is longer than 80 characters. | 154 | |
| 'if' construct must use '{}'s. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 161 | |
| '<' is not preceded with whitespace. | 163 | |
| '<' is not followed by whitespace. | 163 | |
| '>' is not preceded with whitespace. | 163 | |
| 'if' construct must use '{}'s. | 165 | |
| Line is longer than 80 characters. | 166 | |
| '{' should be on the previous line. | 169 | |
| Line is longer than 80 characters. | 172 | |
| '+' should be on a new line. | 172 | |
| Line is longer than 80 characters. | 175 | |
| 'if' construct must use '{}'s. | 177 | |
| 'else' construct must use '{}'s. | 179 | |
| '}' should be on the same line. | 181 | |
| '{' should be on the previous line. | 183 | |
| '}' should be on the same line. | 185 | |
| '{' should be on the previous line. | 187 | |
| 'if' construct must use '{}'s. | 188 | |
| Line is longer than 80 characters. | 189 | |
| '{' should be on the previous line. | 192 | |
| 'if' construct must use '{}'s. | 193 | |
| '}' should be on the same line. | 194 | |
| '{' should be on the previous line. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Line is longer than 80 characters. | 202 | |
| '}' should be on the same line. | 204 | |
| '{' should be on the previous line. | 206 | |
| 'if' construct must use '{}'s. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Method 'constructGroupSearchFilter' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Missing a Javadoc comment. | 212 | |
| Parameter name should be final. | 212 | |
| '{' should be on the previous line. | 213 | |
| Line is longer than 80 characters. | 217 | |
| Method 'constructGroupSearchFilter' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Missing a Javadoc comment. | 217 | |
| Parameter name should be final. | 217 | |
| Parameter patternToAnd should be final. | 217 | |
| 'if' construct must use '{}'s. | 221 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 222 | |
| 'if' construct must use '{}'s. | 226 | |
| Missing a Javadoc comment. | 232 | |
| Parameter searchFilter should be final. | 232 | |
| '{' should be on the previous line. | 233 | |
| Line is longer than 80 characters. | 234 | |
| First sentence should end with a period. | 237 | |
| Extra HTML tag found: </p> | 243 | |
| Method 'getFirstPhraseFromDN' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Parameter dn should be final. | 248 | |
| Expected @param tag for 'dn'. | 248 | |
| '{' should be on the previous line. | 249 | |
| Method 'getGroupDN' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Missing a Javadoc comment. | 257 | |
| Parameter groupName should be final. | 257 | |
| '{' should be on the previous line. | 258 | |
| Line is longer than 80 characters. | 259 | |
| 'if' construct must use '{}'s. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Line is longer than 80 characters. | 264 | |
| Line is longer than 80 characters. | 267 | |
| 'if' construct must use '{}'s. | 268 | |
| Method 'getGroupDN' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| Missing a Javadoc comment. | 274 | |
| Parameter group should be final. | 274 | |
| '{' should be on the previous line. | 275 | |
| '{' should be on the previous line. | 277 | |
| '}' should be on the same line. | 280 | |
| 'else' construct must use '{}'s. | 281 | |
| Method 'getGroupFactory' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Missing a Javadoc comment. | 285 | |
| '{' should be on the previous line. | 286 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - org.dom4j.*. | 3 | |
| Using the '.*' form of import should be avoided - java.util.*. | 7 | |
| Using the '.*' form of import should be avoided - com.atlassian.user.configuration.*. | 11 | |
| Line is longer than 80 characters. | 16 | |
| Comment matches to-do format 'TODO:'. | 19 | |
| '{' should be on the previous line. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| 'static' modifier out of order with the JLS suggestions. | 25 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 32 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| '>' is not followed by whitespace. | 32 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '>' is not followed by whitespace. | 34 | |
| Missing a Javadoc comment. | 37 | |
| '{' should be on the previous line. | 38 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter defaultsFileName should be final. | 42 | |
| '{' should be on the previous line. | 45 | |
| '}' should be on the same line. | 47 | |
| '{' should be on the previous line. | 49 | |
| '}' should be on the same line. | 51 | |
| '{' should be on the previous line. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter docIS should be final. | 58 | |
| '{' should be on the previous line. | 59 | |
| '{' should be on the previous line. | 61 | |
| 'if' construct must use '{}'s. | 62 | |
| Line is longer than 80 characters. | 63 | |
| '{' should be on the previous line. | 68 | |
| '}' should be on the same line. | 70 | |
| '{' should be on the previous line. | 72 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 77 | |
| 'if' construct must use '{}'s. | 81 | |
| '}' should be on the same line. | 83 | |
| '{' should be on the previous line. | 85 | |
| '}' should be on the same line. | 87 | |
| '{' should be on the previous line. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 94 | |
| Method 'parseRepositories' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Parameter repositoriesNode should be final. | 94 | |
| 'if' construct must use '{}'s. | 98 | |
| Line is longer than 80 characters. | 99 | |
| '{' should be on the previous line. | 102 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 108 | |
| '<' is not preceded with whitespace. | 108 | |
| '<' is not followed by whitespace. | 108 | |
| '>' is not preceded with whitespace. | 108 | |
| Line is longer than 80 characters. | 109 | |
| '<' is not preceded with whitespace. | 109 | |
| '<' is not followed by whitespace. | 109 | |
| '>' is not preceded with whitespace. | 109 | |
| Line is longer than 80 characters. | 112 | |
| '{' should be on the previous line. | 114 | |
| Line is longer than 80 characters. | 115 | |
| '+' should be on a new line. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 119 | |
| '<' is not preceded with whitespace. | 119 | |
| '<' is not followed by whitespace. | 119 | |
| '>' is not preceded with whitespace. | 119 | |
| Line is longer than 80 characters. | 120 | |
| '<' is not preceded with whitespace. | 120 | |
| '<' is not followed by whitespace. | 120 | |
| '>' is not preceded with whitespace. | 120 | |
| Line is longer than 80 characters. | 123 | |
| '{' should be on the previous line. | 127 | |
| '{' should be on the previous line. | 130 | |
| Line is longer than 80 characters. | 131 | |
| '{' should be on the previous line. | 136 | |
| '{' should be on the previous line. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 146 | |
| 'if' construct must use '{}'s. | 148 | |
| Line is longer than 80 characters. | 156 | |
| Missing a Javadoc comment. | 156 | |
| Parameter repositoryElement should be final. | 156 | |
| 'if' construct must use '{}'s. | 159 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 164 | |
| Missing a Javadoc comment. | 164 | |
| Line is longer than 80 characters. | 166 | |
| Missing a Javadoc comment. | 170 | |
| Parameter repositoryElement should be final. | 170 | |
| '{' should be on the previous line. | 171 | |
| Line is longer than 80 characters. | 177 | |
| Parameter delegationNode should be final. | 179 | |
| Expected @param tag for 'delegationNode'. | 179 | |
| '{' should be on the previous line. | 180 | |
| Line is longer than 80 characters. | 181 | |
| '<' is not preceded with whitespace. | 181 | |
| '<' is not followed by whitespace. | 181 | |
| '>' is not preceded with whitespace. | 181 | |
| '<' is not preceded with whitespace. | 181 | |
| '<' is not followed by whitespace. | 181 | |
| '>' is not preceded with whitespace. | 181 | |
| '>' is not followed by whitespace. | 181 | |
| '{' should be on the previous line. | 184 | |
| '{' should be on the previous line. | 187 | |
| '{' should be on the previous line. | 189 | |
| Missing a Javadoc comment. | 198 | |
| Parameter processorInfo should be final. | 198 | |
| '{' should be on the previous line. | 199 | |
| Line is longer than 80 characters. | 200 | |
| '{' should be on the previous line. | 204 | |
| Line is longer than 80 characters. | 205 | |
| '}' should be on the same line. | 206 | |
| '{' should be on the previous line. | 208 | |
| Line is longer than 80 characters. | 216 | |
| Method 'getRepositoryConfigurations' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| '<' is not preceded with whitespace. | 218 | |
| '<' is not followed by whitespace. | 218 | |
| '>' is not preceded with whitespace. | 218 | |
| '{' should be on the previous line. | 219 | |
| Line is longer than 80 characters. | 220 | |
| '<' is not preceded with whitespace. | 220 | |
| '<' is not followed by whitespace. | 220 | |
| '>' is not preceded with whitespace. | 220 | |
| '<' is not preceded with whitespace. | 220 | |
| '<' is not followed by whitespace. | 220 | |
| '>' is not preceded with whitespace. | 220 | |
| '>' is not followed by whitespace. | 220 | |
| 'for' construct must use '{}'s. | 222 | |
| Line has trailing spaces. | 224 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter repository should be final. | 30 | |
| Parameter searchProperties should be final. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Parameter groupFactory should be final. | 31 | |
| Parameter filterFactory should be final. | 31 | |
| Parameter membershipProperties should be final. | 31 | |
| 'membershipProperties' hides a field. | 31 | |
| Line is longer than 80 characters. | 35 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| Parameter user should be final. | 38 | |
| '{' should be on the previous line. | 39 | |
| 'if' construct must use '{}'s. | 42 | |
| '<' is not preceded with whitespace. | 45 | |
| '<' is not followed by whitespace. | 45 | |
| '>' is not preceded with whitespace. | 45 | |
| '>' is not followed by whitespace. | 45 | |
| Method 'findMembers' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| Parameter group should be final. | 48 | |
| '{' should be on the previous line. | 49 | |
| Line is longer than 80 characters. | 51 | |
| Method 'findMemberNames' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| Parameter group should be final. | 56 | |
| '{' should be on the previous line. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Method 'hasStaticGroups' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| '{' should be on the previous line. | 65 | |
| Line is longer than 80 characters. | 69 | |
| Method 'hasMembership' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter group should be final. | 69 | |
| Parameter user should be final. | 69 | |
| 'if' construct must use '{}'s. | 71 | |
| 'if' construct must use '{}'s. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 81 | |
| 'if' construct must use '{}'s. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Missing a Javadoc comment. | 90 | |
| Parameter user should be final. | 90 | |
| '{' should be on the previous line. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Avoid inline conditionals. | 92 | |
| ':' should be on a new line. | 92 | |
| Line is longer than 80 characters. | 96 | |
| Method 'getGroupEntriesViaMembership' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter user should be final. | 96 | |
| '{' should be on the previous line. | 99 | |
| Line is longer than 80 characters. | 100 | |
| 'if' construct must use '{}'s. | 104 | |
| Line is longer than 80 characters. | 105 | |
| '{' should be on the previous line. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 111 | |
| '}' should be on the same line. | 113 | |
| '{' should be on the previous line. | 115 | |
| 'if' construct must use '{}'s. | 116 | |
| Line is longer than 80 characters. | 118 | |
| Line is longer than 80 characters. | 123 | |
| Method 'getGroupEntriesViaMembership' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Parameter username should be final. | 123 | |
| Line is longer than 80 characters. | 128 | |
| Method 'getGroupEntriesViaMembership' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Parameter username should be final. | 128 | |
| Parameter attributesToReturn should be final. | 128 | |
| '{' should be on the previous line. | 130 | |
| 'if' construct must use '{}'s. | 131 | |
| Line is longer than 80 characters. | 132 | |
| '{' should be on the previous line. | 135 | |
| 'if' construct must use '{}'s. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 139 | |
| '?' should be on a new line. | 139 | |
| Avoid inline conditionals. | 139 | |
| Line is longer than 80 characters. | 141 | |
| '}' should be on the same line. | 143 | |
| '{' should be on the previous line. | 145 | |
| '}' should be on the same line. | 147 | |
| '{' should be on the previous line. | 149 | |
| 'if' construct must use '{}'s. | 150 | |
| Line is longer than 80 characters. | 151 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Variable 'anding' must be private and have accessor methods. | 8 | |
| Missing a Javadoc comment. | 9 | |
| '<' is not preceded with whitespace. | 9 | |
| '<' is not followed by whitespace. | 9 | |
| '>' is not preceded with whitespace. | 9 | |
| Variable 'queries' must be private and have accessor methods. | 9 | |
| '<' is not preceded with whitespace. | 9 | |
| '<' is not followed by whitespace. | 9 | |
| '>' is not preceded with whitespace. | 9 | |
| '>' is not followed by whitespace. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Parameter anding should be final. | 11 | |
| 'anding' hides a field. | 11 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 16 | |
| Parameter anding should be final. | 16 | |
| 'anding' hides a field. | 16 | |
| '{' should be on the previous line. | 17 | |
| 'if' construct must use '{}'s. | 18 | |
| Method 'isAND' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| '{' should be on the previous line. | 28 | |
| Method 'isOR' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| '{' should be on the previous line. | 36 | |
| Method 'getQueries' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| '{' should be on the previous line. | 41 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 15 | |
| '{' should be on the previous line. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Parameter cacheFactory should be final. | 23 | |
| 'cacheFactory' hides a field. | 23 | |
| Parameter cacheName should be final. | 23 | |
| 'cacheName' hides a field. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 | |
| Method 'put' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter entity should be final. | 34 | |
| Parameter repository should be final. | 34 | |
| '{' should be on the previous line. | 35 | |
| Expected an @return tag. | 43 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Parameter entity should be final. | 43 | |
| Expected @param tag for 'entity'. | 43 | |
| '{' should be on the previous line. | 44 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter entity should be final. | 48 | |
| '{' should be on the previous line. | 49 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 9 | |
| Line is longer than 80 characters. | 11 | |
| Expected @param tag for 'key'. | 14 | |
| Expected @param tag for 'accessor'. | 24 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.io.Serializable. | 5 | |
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Variable 'name' must be private and have accessor methods. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Variable 'created' must be private and have accessor methods. | 10 | |
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 17 | |
| Parameter name should be final. | 17 | |
| 'name' hides a field. | 17 | |
| '{' should be on the previous line. | 18 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter name should be final. | 28 | |
| 'name' hides a field. | 28 | |
| '{' should be on the previous line. | 29 | |
| Method 'getCreated' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| '{' should be on the previous line. | 34 | |
| Method 'setCreated' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter created should be final. | 38 | |
| 'created' hides a field. | 38 | |
| '{' should be on the previous line. | 39 | |
| Missing a Javadoc comment. | 43 | |
| Parameter name should be final. | 43 | |
| 'name' hides a field. | 43 | |
| Parameter id should be final. | 43 | |
| Parameter created should be final. | 43 | |
| 'created' hides a field. | 43 | |
| '{' should be on the previous line. | 44 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter o should be final. | 49 | |
| '{' should be on the previous line. | 50 | |
| 'if' construct must use '{}'s. | 51 | |
| 'if' construct must use '{}'s. | 52 | |
| 'if' construct must use '{}'s. | 56 | |
| Line is longer than 80 characters. | 56 | |
| Avoid inline conditionals. | 56 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| '{' should be on the previous line. | 62 | |
| Avoid inline conditionals. | 63 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 9 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 51 | |
| Name 'H1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| Variable 'H1' must be private and have accessor methods. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Name 'H2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| Variable 'H2' must be private and have accessor methods. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Name 'H3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| Variable 'H3' must be private and have accessor methods. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Name 'H4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| Variable 'H4' must be private and have accessor methods. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Name 'H5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| Variable 'H5' must be private and have accessor methods. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Name 'H6' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| Variable 'H6' must be private and have accessor methods. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Name 'H7' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| Variable 'H7' must be private and have accessor methods. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Name 'H8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| Variable 'H8' must be private and have accessor methods. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Name 'W' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| '80' is a magic number. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 68 | |
| '{' should be on the previous line. | 69 | |
| '8' is a magic number. | 70 | |
| Missing a Javadoc comment. | 76 | |
| Parameter t should be final. | 76 | |
| '{' should be on the previous line. | 77 | |
| Missing a Javadoc comment. | 100 | |
| Parameter input should be final. | 100 | |
| '{' should be on the previous line. | 101 | |
| Method 'getDigestSize' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| '{' should be on the previous line. | 111 | |
| Method 'doFinal' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Parameter out should be final. | 115 | |
| Parameter outOff should be final. | 115 | |
| '{' should be on the previous line. | 116 | |
| '8' is a magic number. | 120 | |
| '16' is a magic number. | 121 | |
| '24' is a magic number. | 122 | |
| '32' is a magic number. | 123 | |
| '40' is a magic number. | 124 | |
| '48' is a magic number. | 125 | |
| '56' is a magic number. | 126 | |
| Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| '{' should be on the previous line. | 134 | |
| '3' is a magic number. | 137 | |
| '128' is a magic number. | 143 | |
| '{' should be on the previous line. | 146 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Missing a Javadoc comment. | 155 | |
| '{' should be on the previous line. | 156 | |
| '{' should be on the previous line. | 163 | |
| '{' should be on the previous line. | 170 | |
| '0x6a09e667f3bcc908L' is a magic number. | 174 | |
| '0xbb67ae8584caa73bL' is a magic number. | 175 | |
| '0x3c6ef372fe94f82bL' is a magic number. | 176 | |
| '0xa54ff53a5f1d36f1L' is a magic number. | 177 | |
| '0x510e527fade682d1L' is a magic number. | 178 | |
| '0x9b05688c2b3e6c1fL' is a magic number. | 179 | |
| '0x1f83d9abfb41bd6bL' is a magic number. | 180 | |
| '0x5be0cd19137e2179L' is a magic number. | 181 | |
| Method 'update' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Missing a Javadoc comment. | 184 | |
| Parameter in should be final. | 184 | |
| '{' should be on the previous line. | 185 | |
| '{' should be on the previous line. | 189 | |
| Method 'update' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Missing a Javadoc comment. | 197 | |
| Parameter in should be final. | 197 | |
| Parameter inOff should be final. | 197 | |
| Parameter len should be final. | 197 | |
| '{' should be on the previous line. | 198 | |
| '{' should be on the previous line. | 203 | |
| '{' should be on the previous line. | 214 | |
| '{' should be on the previous line. | 226 | |
| Method 'processBlock' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Missing a Javadoc comment. | 234 | |
| '{' should be on the previous line. | 235 | |
| '16' is a magic number. | 241 | |
| '79' is a magic number. | 241 | |
| '{' should be on the previous line. | 242 | |
| '7' is a magic number. | 243 | |
| '15' is a magic number. | 243 | |
| '16' is a magic number. | 243 | |
| '79' is a magic number. | 258 | |
| '{' should be on the previous line. | 259 | |
| Name 'T1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 260 | |
| Name 'T2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 261 | |
| '{' should be on the previous line. | 290 | |
| Method 'processLength' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| Missing a Javadoc comment. | 295 | |
| Parameter lowW should be final. | 295 | |
| Parameter hiW should be final. | 295 | |
| '{' should be on the previous line. | 296 | |
| '14' is a magic number. | 297 | |
| '{' should be on the previous line. | 298 | |
| '14' is a magic number. | 302 | |
| '15' is a magic number. | 303 | |
| Method 'processWord' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Missing a Javadoc comment. | 306 | |
| Parameter in should be final. | 306 | |
| Parameter inOff should be final. | 306 | |
| '{' should be on the previous line. | 307 | |
| Line is longer than 80 characters. | 308 | |
| '0xff' is a magic number. | 308 | |
| '56' is a magic number. | 308 | |
| '0xff' is a magic number. | 308 | |
| '48' is a magic number. | 308 | |
| Line is longer than 80 characters. | 309 | |
| '0xff' is a magic number. | 309 | |
| '40' is a magic number. | 309 | |
| '3' is a magic number. | 309 | |
| '0xff' is a magic number. | 309 | |
| '32' is a magic number. | 309 | |
| Line is longer than 80 characters. | 310 | |
| '4' is a magic number. | 310 | |
| '0xff' is a magic number. | 310 | |
| '24' is a magic number. | 310 | |
| '5' is a magic number. | 310 | |
| '0xff' is a magic number. | 310 | |
| '16' is a magic number. | 310 | |
| Line is longer than 80 characters. | 311 | |
| '6' is a magic number. | 311 | |
| '0xff' is a magic number. | 311 | |
| '8' is a magic number. | 311 | |
| '7' is a magic number. | 311 | |
| '0xff' is a magic number. | 311 | |
| '16' is a magic number. | 313 | |
| '{' should be on the previous line. | 314 | |
| Method 'unpackWord' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| Missing a Javadoc comment. | 319 | |
| Parameter word should be final. | 319 | |
| Parameter out should be final. | 319 | |
| Parameter outOff should be final. | 319 | |
| '{' should be on the previous line. | 320 | |
| '56' is a magic number. | 321 | |
| '48' is a magic number. | 322 | |
| '40' is a magic number. | 323 | |
| '3' is a magic number. | 324 | |
| '32' is a magic number. | 324 | |
| '4' is a magic number. | 325 | |
| '24' is a magic number. | 325 | |
| '5' is a magic number. | 326 | |
| '16' is a magic number. | 326 | |
| '6' is a magic number. | 327 | |
| '8' is a magic number. | 327 | |
| '7' is a magic number. | 328 | |
| Missing a Javadoc comment. | 331 | |
| Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 331 | |
| Parameter x should be final. | 331 | |
| Parameter y should be final. | 331 | |
| Parameter z should be final. | 331 | |
| '{' should be on the previous line. | 332 | |
| Missing a Javadoc comment. | 336 | |
| Name 'Maj' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 336 | |
| Parameter x should be final. | 336 | |
| Parameter y should be final. | 336 | |
| Parameter z should be final. | 336 | |
| '{' should be on the previous line. | 337 | |
| Missing a Javadoc comment. | 341 | |
| Name 'Sigma0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 341 | |
| Parameter x should be final. | 341 | |
| '{' should be on the previous line. | 342 | |
| '8' is a magic number. | 343 | |
| '7' is a magic number. | 343 | |
| Missing a Javadoc comment. | 346 | |
| Name 'Sigma1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 346 | |
| Parameter x should be final. | 346 | |
| '{' should be on the previous line. | 347 | |
| '19' is a magic number. | 348 | |
| '61' is a magic number. | 348 | |
| '6' is a magic number. | 348 | |
| Missing a Javadoc comment. | 351 | |
| Name 'Sum0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 | |
| Parameter x should be final. | 351 | |
| '{' should be on the previous line. | 352 | |
| '28' is a magic number. | 353 | |
| '34' is a magic number. | 353 | |
| '39' is a magic number. | 353 | |
| Missing a Javadoc comment. | 356 | |
| Name 'Sum1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 356 | |
| Parameter x should be final. | 356 | |
| '{' should be on the previous line. | 357 | |
| '14' is a magic number. | 358 | |
| '18' is a magic number. | 358 | |
| '41' is a magic number. | 358 | |
| '{' should be on the previous line. | 366 | |
| '0x1fffffffffffffffL' is a magic number. | 367 | |
| '{' should be on the previous line. | 368 | |
| '61' is a magic number. | 369 | |
| '0x1fffffffffffffffL' is a magic number. | 370 | |
| Missing a Javadoc comment. | 374 | |
| Parameter x should be final. | 374 | |
| Parameter n should be final. | 374 | |
| '{' should be on the previous line. | 375 | |
| '64' is a magic number. | 376 | |
| Line is longer than 80 characters. | 380 | |
| Method 'encrypt' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| Parameter unencryptedPassword should be final. | 382 | |
| Expected @param tag for 'unencryptedPassword'. | 382 | |
| '{' should be on the previous line. | 383 | |
| Parameter args should be final. | 393 | |
| Expected @param tag for 'args'. | 393 | |
| '{' should be on the previous line. | 394 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 6 | |
| Line is longer than 80 characters. | 8 | |
| Missing a Javadoc comment. | 8 | |
| '<' is not preceded with whitespace. | 8 | |
| '<' is not followed by whitespace. | 8 | |
| '>' is not preceded with whitespace. | 8 | |
| '<' is not preceded with whitespace. | 8 | |
| '<' is not followed by whitespace. | 8 | |
| '>' is not preceded with whitespace. | 8 | |
| '>' is not followed by whitespace. | 8 | |
| '<' is not preceded with whitespace. | 8 | |
| '<' is not followed by whitespace. | 8 | |
| '>' is not preceded with whitespace. | 8 | |
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Variable 'idx' must be private and have accessor methods. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| '>' is not followed by whitespace. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Variable 'indexOfFirstItemInCurrentPage' must be private and have accessor methods. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Variable 'lastPage' must be private and have accessor methods. | 15 | |
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Missing a Javadoc comment. | 17 | |
| '<' is not preceded with whitespace. | 17 | |
| '<' is not followed by whitespace. | 17 | |
| '>' is not preceded with whitespace. | 17 | |
| '{' should be on the previous line. | 18 | |
| Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| '{' should be on the previous line. | 23 | |
| Method 'getCurrentPage' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| '<' is not preceded with whitespace. | 27 | |
| '<' is not followed by whitespace. | 27 | |
| '>' is not preceded with whitespace. | 27 | |
| '{' should be on the previous line. | 28 | |
| '<' is not preceded with whitespace. | 29 | |
| '<' is not followed by whitespace. | 29 | |
| '>' is not preceded with whitespace. | 29 | |
| '>' is not followed by whitespace. | 29 | |
| Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '{' should be on the previous line. | 33 | |
| '{' should be on the previous line. | 36 | |
| Missing a Javadoc comment. | 43 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| '{' should be on the previous line. | 46 | |
| Method 'preload' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter iterator should be final. | 50 | |
| '{' should be on the previous line. | 51 | |
| '{' should be on the previous line. | 56 | |
| '{' should be on the previous line. | 58 | |
| '{' should be on the previous line. | 60 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| '>' is not followed by whitespace. | 67 | |
| Line is longer than 80 characters. | 70 | |
| '<' is not preceded with whitespace. | 70 | |
| '<' is not followed by whitespace. | 70 | |
| '>' is not preceded with whitespace. | 70 | |
| '{' should be on the previous line. | 74 | |
| '{' should be on the previous line. | 81 | |
| '}' should be on the same line. | 84 | |
| '{' should be on the previous line. | 86 | |
| Line is longer than 80 characters. | 92 | |
| Missing a Javadoc comment. | 92 | |
| 'protected' modifier out of order with the JLS suggestions. | 92 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| 'prefetched' hides a field. | 92 | |
| Method 'nextPage' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| '{' should be on the previous line. | 95 | |
| Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| '{' should be on the previous line. | 101 | |
| Method 'skipTo' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Parameter idx should be final. | 105 | |
| 'idx' hides a field. | 105 | |
| '{' should be on the previous line. | 106 | |
| '{' should be on the previous line. | 111 | |
| Method 'onLastPage' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| '{' should be on the previous line. | 117 | |
| Method 'getIndexOfFirstItemInCurrentPage' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| '{' should be on the previous line. | 122 | |
| Method 'next' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| '{' should be on the previous line. | 127 | |
| 'if' construct must use '{}'s. | 128 | |
| Method 'getIndexWithinPage' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| '{' should be on the previous line. | 138 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 10 | |
| '{' is not preceded with whitespace. | 10 | |
| '{' is not followed by whitespace. | 10 | |
| '}' is not preceded with whitespace. | 10 | |
| Missing a Javadoc comment. | 12 | |
| Parameter result should be final. | 12 | |
| Parameter repositoryKey should be final. | 12 | |
| '{' should be on the previous line. | 13 | |
| Method 'pager' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| Missing a Javadoc comment. | 18 | |
| '{' should be on the previous line. | 19 | |
| '{' should be on the previous line. | 25 | |
| 'if' construct must use '{}'s. | 26 | |
| 'else' construct must use '{}'s. | 28 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.io.*. | 5 | |
| Missing a Javadoc comment. | 17 | |
| Utility classes should not have a public or default constructor. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| '{' should be on the previous line. | 35 | |
| '{' should be on the previous line. | 38 | |
| '&&' should be on a new line. | 44 | |
| '{' should be on the previous line. | 46 | |
| '{' should be on the previous line. | 52 | |
| '+' should be on a new line. | 53 | |
| '{' should be on the previous line. | 65 | |
| Line is longer than 80 characters. | 66 | |
| '+' should be on a new line. | 66 | |
| Line is longer than 80 characters. | 73 | |
| '{' should be on the previous line. | 82 | |
| Line is longer than 80 characters. | 87 | |
| '{' should be on the previous line. | 99 | |
| '{' should be on the previous line. | 104 | |
| Line is longer than 80 characters. | 113 | |
| '{' should be on the previous line. | 118 | |
| '{' should be on the previous line. | 120 | |
| '{' should be on the previous line. | 125 | |
| '}' should be on the same line. | 127 | |
| '{' should be on the previous line. | 129 | |
| Must have at least one statement. | 129 | |
| Line is longer than 80 characters. | 135 | |
| '{' should be on the previous line. | 140 | |
| '{' should be on the previous line. | 142 | |
| '{' should be on the previous line. | 147 | |
| '}' should be on the same line. | 149 | |
| '{' should be on the previous line. | 151 | |
| Must have at least one statement. | 151 | |
| First sentence should end with a period. | 156 | |
| Expected an @return tag. | 162 | |
| Parameter dir should be final. | 162 | |
| Expected @param tag for 'dir'. | 162 | |
| '{' should be on the previous line. | 163 | |
| '{' should be on the previous line. | 165 | |
| '{' should be on the previous line. | 174 | |
| '}' should be on the same line. | 176 | |
| '{' should be on the previous line. | 178 | |
| '{' should be on the previous line. | 185 | |
| '{' should be on the previous line. | 196 | |
| '{' should be on the previous line. | 198 | |
| '{' should be on the previous line. | 206 | |
| 'if' construct must use '{}'s. | 209 | |
| Missing a Javadoc comment. | 221 | |
| Parameter directory should be final. | 221 | |
| Parameter prefix should be final. | 221 | |
| 'if' construct must use '{}'s. | 225 | |
| Line is longer than 80 characters. | 226 | |
| '{' should be on the previous line. | 231 | |
| '{' should be on the previous line. | 234 | |
| 'if' construct must use '{}'s. | 235 | |
| Line is longer than 80 characters. | 236 | |
| First sentence should end with a period. | 241 | |
| Line is longer than 80 characters. | 242 | |
| Expected an @return tag. | 248 | |
| Line is longer than 80 characters. | 248 | |
| Parameter source should be final. | 248 | |
| Expected @param tag for 'source'. | 248 | |
| Parameter fileName should be final. | 248 | |
| Expected @param tag for 'fileName'. | 248 | |
| Expected @throws tag for 'IOException'. | 248 | |
| Redundant throws: 'IOException' is subclass of 'Exception'. | 248 | |
| Expected @throws tag for 'Exception'. | 248 | |
| Missing a Javadoc comment. | 261 | |
| Parameter is should be final. | 261 | |
| '{' should be on the previous line. | 262 | |
| '{' should be on the previous line. | 264 | |
| '{' should be on the previous line. | 271 | |
| Line is longer than 80 characters. | 272 | |
| '}' should be on the same line. | 279 | |
| '{' should be on the previous line. | 281 | |
| Missing a Javadoc comment. | 289 | |
| Parameter is should be final. | 289 | |
| Parameter os should be final. | 289 | |
| '{' should be on the previous line. | 295 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Missing a Javadoc comment. | 5 | |
| Variable 'matchingRule' must be private and have accessor methods. | 5 | |
| Missing a Javadoc comment. | 6 | |
| Variable 'matchingSubstring' must be private and have accessor methods. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Variable 'term' must be private and have accessor methods. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Parameter term should be final. | 9 | |
| 'term' hides a field. | 9 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 14 | |
| Parameter term should be final. | 14 | |
| 'term' hides a field. | 14 | |
| Parameter matchingRule should be final. | 14 | |
| 'matchingRule' hides a field. | 14 | |
| '{' should be on the previous line. | 15 | |
| 'if' construct must use '{}'s. | 18 | |
| '&&' should be on a new line. | 18 | |
| '&&' should be on a new line. | 19 | |
| Line is longer than 80 characters. | 21 | |
| '+' should be on a new line. | 21 | |
| Line is longer than 80 characters. | 22 | |
| '+' should be on a new line. | 22 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Method 'getTerm' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| '{' should be on the previous line. | 36 | |
| Method 'getMatchingRule' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| '{' should be on the previous line. | 41 | |
| Method 'isMatchingSubstring' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| '{' should be on the previous line. | 46 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 11 | |
| Expected @throws tag for 'EntityException'. | 13 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 11 | |
| Parameter message should be final. | 11 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 16 | |
| Parameter cause should be final. | 16 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 21 | |
| Parameter message should be final. | 21 | |
| Parameter cause should be final. | 21 | |
| '{' should be on the previous line. | 22 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 3 | |
| Missing a Javadoc comment. | 3 | |
| Missing a Javadoc comment. | 5 | |
| Parameter term should be final. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 10 | |
| Parameter term should be final. | 10 | |
| Parameter matchingRule should be final. | 10 | |
| '{' should be on the previous line. | 11 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| Missing a Javadoc comment. | 5 | |
| Parameter term should be final. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 10 | |
| Parameter term should be final. | 10 | |
| Parameter matchingRule should be final. | 10 | |
| '{' should be on the previous line. | 11 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 10 | |
| Variable 'type' must be private and have accessor methods. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| '{' is not preceded with whitespace. | 14 | |
| '{' is not followed by whitespace. | 14 | |
| '}' is not preceded with whitespace. | 14 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| '{' should be on the previous line. | 17 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter type should be final. | 21 | |
| 'type' hides a field. | 21 | |
| '{' should be on the previous line. | 22 | |
| Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| '{' should be on the previous line. | 27 | |
| Method 'setGroups' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter groups should be final. | 31 | |
| 'groups' hides a field. | 31 | |
| '{' should be on the previous line. | 32 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| '{' should be on the previous line. | 37 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter id should be final. | 41 | |
| 'id' hides a field. | 41 | |
| '{' should be on the previous line. | 42 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter o should be final. | 46 | |
| '{' should be on the previous line. | 47 | |
| 'if' construct must use '{}'s. | 48 | |
| 'if' construct must use '{}'s. | 49 | |
| 'if' construct must use '{}'s. | 50 | |
| Line is longer than 80 characters. | 52 | |
| 'if' construct must use '{}'s. | 54 | |
| 'if' construct must use '{}'s. | 55 | |
| Line is longer than 80 characters. | 55 | |
| Avoid inline conditionals. | 55 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| '{' should be on the previous line. | 61 | |
| '29' is a magic number. | 63 | |
| Avoid inline conditionals. | 63 | |
| '29' is a magic number. | 64 | |
| '32' is a magic number. | 64 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Parameter name should be final. | 9 | |
| Parameter distinguishedName should be final. | 9 | |
| 'distinguishedName' hides a field. | 9 | |
| '{' should be on the previous line. | 10 | |
| Method 'getDistinguishedName' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Missing a Javadoc comment. | 15 | |
| '{' should be on the previous line. | 16 | |
| Method 'setDistinguishedName' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter distinguishedName should be final. | 20 | |
| 'distinguishedName' hides a field. | 20 | |
| '{' should be on the previous line. | 21 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 14 | |
| '<' is not preceded with whitespace. | 14 | |
| '<' is not followed by whitespace. | 14 | |
| '>' is not preceded with whitespace. | 14 | |
| '<' is not preceded with whitespace. | 14 | |
| '<' is not followed by whitespace. | 14 | |
| '>' is not preceded with whitespace. | 14 | |
| '{' should be on the previous line. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 | |
| Missing a Javadoc comment. | 17 | |
| '<' is not preceded with whitespace. | 17 | |
| '<' is not followed by whitespace. | 17 | |
| '?' is not preceded with whitespace. | 17 | |
| '>' is not preceded with whitespace. | 17 | |
| Variable 'entityFactory' must be private and have accessor methods. | 17 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter repository should be final. | 19 | |
| Parameter entityFactory should be final. | 19 | |
| '<' is not preceded with whitespace. | 19 | |
| '<' is not followed by whitespace. | 19 | |
| '?' is not preceded with whitespace. | 19 | |
| '>' is not preceded with whitespace. | 19 | |
| 'entityFactory' hides a field. | 19 | |
| Parameter info should be final. | 19 | |
| Line is longer than 80 characters. | 27 | |
| Method 'preloadSearchResult' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| '<' is not preceded with whitespace. | 27 | |
| '<' is not followed by whitespace. | 27 | |
| '>' is not preceded with whitespace. | 27 | |
| Parameter result should be final. | 27 | |
| Parameter prefetched should be final. | 27 | |
| '<' is not preceded with whitespace. | 27 | |
| '<' is not followed by whitespace. | 27 | |
| '>' is not preceded with whitespace. | 27 | |
| '{' should be on the previous line. | 30 | |
| Line is longer than 80 characters. | 32 | |
| '}' should be on the same line. | 34 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 8 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| First sentence should end with a period. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Parameter pager1 should be final. | 19 | |
| Expected @param tag for 'pager1'. | 19 | |
| Parameter rightPager should be final. | 19 | |
| 'rightPager' hides a field. | 19 | |
| Expected @param tag for 'rightPager'. | 19 | |
| '{' should be on the previous line. | 20 | |
| Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '{' should be on the previous line. | 31 | |
| '{' should be on the previous line. | 33 | |
| '{' should be on the previous line. | 37 | |
| Line is longer than 80 characters. | 38 | |
| '{' should be on the previous line. | 42 | |
| '{' should be on the previous line. | 47 | |
| '}' should be on the same line. | 51 | |
| '{' should be on the previous line. | 53 | |
| Variable 'iter1' must be private and have accessor methods. | 57 | |
| Variable 'iter2' must be private and have accessor methods. | 58 | |
| '{' should be on the previous line. | 61 | |
| Line is longer than 80 characters. | 62 | |
| '{' should be on the previous line. | 66 | |
| '{' should be on the previous line. | 71 | |
| 'if' construct must use '{}'s. | 72 | |
| 'if' construct must use '{}'s. | 74 | |
| '}' should be on the same line. | 80 | |
| 'if' construct must use '{}'s. | 81 | |
| 'else' construct must use '{}'s. | 83 | |
| Method 'getCurrentPage' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| '{' should be on the previous line. | 88 | |
| '{' should be on the previous line. | 93 | |
| 'if' construct must use '{}'s. | 94 | |
| 'else' construct must use '{}'s. | 96 | |
| Method 'nextPage' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| '{' should be on the previous line. | 104 | |
| 'if' construct must use '{}'s. | 107 | |
| Method 'onLastPage' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| '{' should be on the previous line. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Method 'skipTo' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Parameter index should be final. | 116 | |
| '{' should be on the previous line. | 117 | |
| 'if' construct must use '{}'s. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| '{' should be on the previous line. | 128 | |
| Method 'getIndexOfFirstItemInCurrentPage' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 | |
| '{' should be on the previous line. | 133 | |
| 'if' construct must use '{}'s. | 134 | |
| Line is longer than 80 characters. | 137 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.atlassian.user.Group. | 4 | |
| Unused import - com.atlassian.user.User. | 5 | |
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 20 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 14 | |
| '{' should be on the previous line. | 20 | |
| Missing a Javadoc comment. | 21 | |
| '<' is not preceded with whitespace. | 21 | |
| '<' is not followed by whitespace. | 21 | |
| '>' is not preceded with whitespace. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter enume should be final. | 28 | |
| '<' is not preceded with whitespace. | 28 | |
| '<' is not followed by whitespace. | 28 | |
| '>' is not preceded with whitespace. | 28 | |
| 'enume' hides a field. | 28 | |
| Parameter originalSearchQuery should be final. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Parameter originalBaseSearchContext should be final. | 29 | |
| 'originalBaseSearchContext' hides a field. | 29 | |
| Parameter searchAllDepths should be final. | 29 | |
| 'searchAllDepths' hides a field. | 29 | |
| Parameter returningAttributes should be final. | 30 | |
| 'returningAttributes' hides a field. | 30 | |
| Parameter timeToLive should be final. | 30 | |
| 'timeToLive' hides a field. | 30 | |
| '{' should be on the previous line. | 31 | |
| Method 'getNamingEnumeration' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '{' should be on the previous line. | 41 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Method 'getLDAPQuery' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| '{' should be on the previous line. | 51 | |
| Method 'getBaseSearchContext' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| '{' should be on the previous line. | 56 | |
| Method 'setLDAPQuery' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter relatingQuery should be final. | 60 | |
| '{' should be on the previous line. | 61 | |
| Method 'isSearchAllDepths' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| '{' should be on the previous line. | 66 | |
| Method 'getReturningAttributes' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| '{' should be on the previous line. | 71 | |
| Method 'getTimeToLive' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| '{' should be on the previous line. | 76 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 48 | |
| '{' should be on the previous line. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Line has trailing spaces. | 67 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Parameter osuserRepositoryAccessor should be final. | 74 | |
| Parameter repositoryAccessor should be final. | 74 | |
| Parameter sessionFactory should be final. | 74 | |
| 'sessionFactory' hides a field. | 74 | |
| 'if' construct must use '{}'s. | 76 | |
| Line is longer than 80 characters. | 77 | |
| 'if' construct must use '{}'s. | 78 | |
| Line is longer than 80 characters. | 79 | |
| 'if' construct must use '{}'s. | 80 | |
| Line is longer than 80 characters. | 86 | |
| '{' should be on the previous line. | 88 | |
| Line is longer than 80 characters. | 89 | |
| 'if' construct must use '{}'s. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 93 | |
| 'if' construct must use '{}'s. | 94 | |
| 'if' construct must use '{}'s. | 98 | |
| Line is longer than 80 characters. | 99 | |
| 'if' construct must use '{}'s. | 104 | |
| 'if' construct must use '{}'s. | 106 | |
| Line is longer than 80 characters. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Parameter repositoryAccessor should be final. | 111 | |
| Line is longer than 80 characters. | 113 | |
| '{' should be on the previous line. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 119 | |
| 'if' construct must use '{}'s. | 120 | |
| Line is longer than 80 characters. | 120 | |
| '}' should be on the same line. | 124 | |
| '{' should be on the previous line. | 126 | |
| 'if' construct must use '{}'s. | 127 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 142 | |
| Unused @throws tag for 'RepositoryException'. | 142 | |
| Line is longer than 80 characters. | 144 | |
| Method 'migrate' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Parameter config should be final. | 144 | |
| Expected @param tag for 'config'. | 144 | |
| Parameter progressListener should be final. | 144 | |
| Expected @param tag for 'progressListener'. | 144 | |
| Expected @throws tag for 'EntityException'. | 144 | |
| '{' should be on the previous line. | 147 | |
| Line is longer than 80 characters. | 148 | |
| Line has trailing spaces. | 150 | |
| Line has trailing spaces. | 151 | |
| Line is longer than 80 characters. | 151 | |
| '<' is not preceded with whitespace. | 154 | |
| '<' is not followed by whitespace. | 154 | |
| '>' is not preceded with whitespace. | 154 | |
| Line is longer than 80 characters. | 155 | |
| '<' is not preceded with whitespace. | 155 | |
| '<' is not followed by whitespace. | 155 | |
| '<' is not preceded with whitespace. | 155 | |
| '<' is not followed by whitespace. | 155 | |
| '>' is not preceded with whitespace. | 155 | |
| '>' is not followed by whitespace. | 155 | |
| '>' is not preceded with whitespace. | 155 | |
| Line is longer than 80 characters. | 156 | |
| '<' is not preceded with whitespace. | 156 | |
| '<' is not followed by whitespace. | 156 | |
| '>' is not preceded with whitespace. | 156 | |
| Line is longer than 80 characters. | 159 | |
| '<' is not preceded with whitespace. | 159 | |
| '<' is not followed by whitespace. | 159 | |
| '<' is not preceded with whitespace. | 159 | |
| '<' is not followed by whitespace. | 159 | |
| ',' is not followed by whitespace. | 159 | |
| '>' is not preceded with whitespace. | 159 | |
| '>' is not followed by whitespace. | 159 | |
| '>' is not preceded with whitespace. | 159 | |
| '<' is not preceded with whitespace. | 161 | |
| '<' is not followed by whitespace. | 161 | |
| ',' is not followed by whitespace. | 161 | |
| '>' is not preceded with whitespace. | 161 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 171 | |
| Missing a Javadoc comment. | 171 | |
| '<' is not preceded with whitespace. | 171 | |
| '<' is not followed by whitespace. | 171 | |
| '>' is not preceded with whitespace. | 171 | |
| Parameter progressListener should be final. | 171 | |
| Parameter users should be final. | 171 | |
| '<' is not preceded with whitespace. | 171 | |
| '<' is not followed by whitespace. | 171 | |
| '>' is not preceded with whitespace. | 171 | |
| '{' should be on the previous line. | 173 | |
| '<' is not preceded with whitespace. | 177 | |
| '<' is not followed by whitespace. | 177 | |
| '>' is not preceded with whitespace. | 177 | |
| '<' is not preceded with whitespace. | 177 | |
| '<' is not followed by whitespace. | 177 | |
| '>' is not preceded with whitespace. | 177 | |
| '>' is not followed by whitespace. | 177 | |
| Line is longer than 80 characters. | 180 | |
| '<' is not preceded with whitespace. | 180 | |
| '<' is not followed by whitespace. | 180 | |
| '<' is not preceded with whitespace. | 180 | |
| '<' is not followed by whitespace. | 180 | |
| ',' is not followed by whitespace. | 180 | |
| '>' is not preceded with whitespace. | 180 | |
| '>' is not followed by whitespace. | 180 | |
| '>' is not preceded with whitespace. | 180 | |
| '<' is not preceded with whitespace. | 182 | |
| '<' is not followed by whitespace. | 182 | |
| ',' is not followed by whitespace. | 182 | |
| '>' is not preceded with whitespace. | 182 | |
| 'if' is not followed by whitespace. | 187 | |
| '{' should be on the previous line. | 188 | |
| '}' should be on the same line. | 191 | |
| '{' should be on the previous line. | 193 | |
| '100' is a magic number. | 200 | |
| '{' is not preceded with whitespace. | 200 | |
| '{' should be on the previous line. | 202 | |
| '}' should be on the same line. | 205 | |
| '{' should be on the previous line. | 207 | |
| Missing a Javadoc comment. | 217 | |
| Parameter progressListener should be final. | 217 | |
| '{' should be on the previous line. | 219 | |
| Line is longer than 80 characters. | 223 | |
| Line is longer than 80 characters. | 233 | |
| Missing a Javadoc comment. | 233 | |
| Parameter user should be final. | 233 | |
| Parameter userGroups should be final. | 233 | |
| '<' is not preceded with whitespace. | 233 | |
| '<' is not followed by whitespace. | 233 | |
| '>' is not preceded with whitespace. | 233 | |
| Parameter isCreatedUser should be final. | 233 | |
| Parameter config should be final. | 233 | |
| Line is longer than 80 characters. | 234 | |
| Parameter progressListener should be final. | 234 | |
| '{' is not preceded with whitespace. | 236 | |
| Line is longer than 80 characters. | 237 | |
| 'for' is not followed by whitespace. | 237 | |
| '<' is not preceded with whitespace. | 237 | |
| '<' is not followed by whitespace. | 237 | |
| '>' is not preceded with whitespace. | 237 | |
| '{' is not preceded with whitespace. | 237 | |
| Line is longer than 80 characters. | 240 | |
| 'if' construct must use '{}'s. | 242 | |
| Line is longer than 80 characters. | 242 | |
| '{' should be on the previous line. | 244 | |
| '}' should be on the same line. | 246 | |
| '{' should be on the previous line. | 248 | |
| Line is longer than 80 characters. | 249 | |
| Line is longer than 80 characters. | 256 | |
| Missing a Javadoc comment. | 256 | |
| Parameter userId should be final. | 256 | |
| Parameter user should be final. | 256 | |
| 'if' construct must use '{}'s. | 258 | |
| Line is longer than 80 characters. | 258 | |
| Line is longer than 80 characters. | 266 | |
| Line is longer than 80 characters. | 268 | |
| Parameter resultSet should be final. | 270 | |
| Line is longer than 80 characters. | 272 | |
| Missing a Javadoc comment. | 289 | |
| Parameter user should be final. | 289 | |
| '{' should be on the previous line. | 290 | |
| '{' should be on the previous line. | 292 | |
| Line is longer than 80 characters. | 293 | |
| Missing a Javadoc comment. | 298 | |
| Parameter user should be final. | 298 | |
| '{' should be on the previous line. | 299 | |
| '{' should be on the previous line. | 301 | |
| Line is longer than 80 characters. | 304 | |
| '{' should be on the previous line. | 306 | |
| Missing a Javadoc comment. | 312 | |
| Parameter user should be final. | 312 | |
| '{' should be on the previous line. | 313 | |
| Line is longer than 80 characters. | 322 | |
| Expected an @return tag. | 324 | |
| Line is longer than 80 characters. | 324 | |
| Parameter userManager should be final. | 324 | |
| Parameter user should be final. | 324 | |
| 'if' construct must use '{}'s. | 326 | |
| Line is longer than 80 characters. | 326 | |
| Missing a Javadoc comment. | 336 | |
| Parameter groupName should be final. | 336 | |
| '{' should be on the previous line. | 337 | |
| '{' should be on the previous line. | 340 | |
| 'if' construct must use '{}'s. | 341 | |
| Line is longer than 80 characters. | 341 | |
| Missing a Javadoc comment. | 348 | |
| '{' should be on the previous line. | 349 | |
| '{' should be on the previous line. | 352 | |
| '}' should be on the same line. | 354 | |
| '{' should be on the previous line. | 356 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 11 | |
| Parameter message should be final. | 11 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 16 | |
| Parameter cause should be final. | 16 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 21 | |
| Parameter message should be final. | 21 | |
| Parameter cause should be final. | 21 | |
| '{' should be on the previous line. | 22 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Missing a Javadoc comment. | 5 | |
| Line has trailing spaces. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Method 'getBaseUserNamespace' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| '{' should be on the previous line. | 21 | |
| Method 'getUserFilter' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Method 'getBaseGroupNamespace' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '{' should be on the previous line. | 31 | |
| Method 'getGroupFilter' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| '{' should be on the previous line. | 36 | |
| Method 'getUsernameAttribute' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| '{' should be on the previous line. | 41 | |
| Method 'getGroupnameAttribute' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| '{' should be on the previous line. | 46 | |
| Method 'getFirstnameAttribute' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| '{' should be on the previous line. | 51 | |
| Method 'getSurnameAttribute' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| '{' should be on the previous line. | 56 | |
| Method 'getEmailAttribute' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| '{' should be on the previous line. | 61 | |
| Method 'isUserSearchScopeAllDepths' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| '{' should be on the previous line. | 66 | |
| Method 'isGroupSearchScopeAllDepths' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| '{' should be on the previous line. | 71 | |
| Method 'getTimeLimitMillis' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| '{' should be on the previous line. | 76 | |
| Method 'setBaseUserNamespace' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter baseUserNamespace should be final. | 80 | |
| 'baseUserNamespace' hides a field. | 80 | |
| '{' should be on the previous line. | 81 | |
| Method 'setBaseGroupNamespace' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter baseGroupNamespace should be final. | 85 | |
| 'baseGroupNamespace' hides a field. | 85 | |
| '{' should be on the previous line. | 86 | |
| Method 'setUsernameAttribute' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Parameter usernameAttribute should be final. | 90 | |
| 'usernameAttribute' hides a field. | 90 | |
| '{' should be on the previous line. | 91 | |
| Method 'setGroupnameAttribute' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter groupnameAttribute should be final. | 95 | |
| 'groupnameAttribute' hides a field. | 95 | |
| '{' should be on the previous line. | 96 | |
| Method 'setFirstnameAttribute' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter firstnameAttribute should be final. | 100 | |
| 'firstnameAttribute' hides a field. | 100 | |
| '{' should be on the previous line. | 101 | |
| Method 'setSurnameAttribute' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Parameter surnameAttribute should be final. | 105 | |
| 'surnameAttribute' hides a field. | 105 | |
| '{' should be on the previous line. | 106 | |
| Method 'setEmailAttribute' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Parameter emailAttribute should be final. | 110 | |
| 'emailAttribute' hides a field. | 110 | |
| '{' should be on the previous line. | 111 | |
| Method 'setUserSearchScopeAllDepths' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Parameter userSearchScopeAllDepths should be final. | 115 | |
| 'userSearchScopeAllDepths' hides a field. | 115 | |
| '{' should be on the previous line. | 116 | |
| Method 'setGroupSearchScopeAllDepths' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Parameter groupSearchScopeAllDepths should be final. | 120 | |
| 'groupSearchScopeAllDepths' hides a field. | 120 | |
| Method 'setTimeLimitMillis' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter timeLimitMillis should be final. | 125 | |
| 'timeLimitMillis' hides a field. | 125 | |
| '{' should be on the previous line. | 126 | |
| Method 'setUserFilter' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Parameter userFilter should be final. | 130 | |
| 'userFilter' hides a field. | 130 | |
| '{' should be on the previous line. | 131 | |
| Method 'setGroupFilter' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Parameter groupFilter should be final. | 135 | |
| 'groupFilter' hides a field. | 135 | |
| '{' should be on the previous line. | 136 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Line is longer than 80 characters. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 14 | |
| '{' should be on the previous line. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter configLoader should be final. | 23 | |
| 'configLoader' hides a field. | 23 | |
| Name '_currentPropertyName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Name '_currentPropertyValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter chars should be final. | 35 | |
| Parameter offset should be final. | 35 | |
| Parameter len should be final. | 35 | |
| '{' should be on the previous line. | 38 | |
| Line is longer than 80 characters. | 43 | |
| Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter uri should be final. | 43 | |
| Parameter localName should be final. | 43 | |
| Parameter qName should be final. | 43 | |
| '{' should be on the previous line. | 46 | |
| '{' should be on the previous line. | 48 | |
| '}' should be on the same line. | 50 | |
| '{' should be on the previous line. | 52 | |
| '}' should be on the same line. | 57 | |
| '{' should be on the previous line. | 59 | |
| '}' should be on the same line. | 63 | |
| '{' should be on the previous line. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 72 | |
| Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter uri should be final. | 72 | |
| Parameter localName should be final. | 72 | |
| Parameter qName should be final. | 72 | |
| Parameter attributes should be final. | 72 | |
| '{' should be on the previous line. | 75 | |
| '}' should be on the same line. | 78 | |
| '{' should be on the previous line. | 80 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| '<' is not preceded with whitespace. | 22 | |
| '<' is not followed by whitespace. | 22 | |
| '>' is not preceded with whitespace. | 22 | |
| '<' is not preceded with whitespace. | 22 | |
| '<' is not followed by whitespace. | 22 | |
| '>' is not preceded with whitespace. | 22 | |
| '>' is not followed by whitespace. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 27 | |
| Method 'getPropertySet' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Parameter entity should be final. | 29 | |
| Expected @throws tag for 'EntityException'. | 29 | |
| '{' should be on the previous line. | 30 | |
| 'if' construct must use '{}'s. | 31 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 31 | |
| 'if' construct must use '{}'s. | 35 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '>' is not followed by whitespace. | 38 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.atlassian.user.security.password.PasswordEncryptor. | 4 | |
| Unused import - com.atlassian.user.impl.DuplicateEntityException. | 5 | |
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| Expected @throws tag for 'EntityException'. | 13 | |
| '<' is not preceded with whitespace. | 19 | |
| '<' is not followed by whitespace. | 19 | |
| '>' is not preceded with whitespace. | 19 | |
| Expected @throws tag for 'EntityException'. | 19 | |
| Expected @param tag for 'username'. | 24 | |
| Expected @throws tag for 'EntityException'. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Unused @throws tag for 'DuplicateEntityException'. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Unused @throws tag for 'UnsupportedOperationException'. | 31 | |
| Expected @param tag for 'username'. | 33 | |
| Expected @throws tag for 'EntityException'. | 33 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Unused @throws tag for 'UnsupportedOperationException'. | 39 | |
| Expected @param tag for 'user'. | 41 | |
| Expected @param tag for 'plainTextPass'. | 41 | |
| Expected @throws tag for 'EntityException'. | 41 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 49 | |
| Unused @throws tag for 'UnsupportedOperationException'. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Expected @param tag for 'user'. | 52 | |
| Expected @throws tag for 'EntityException'. | 52 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 52 | |
| Line is longer than 80 characters. | 57 | |
| Unused @throws tag for 'UnsupportedOperationException'. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Expected @param tag for 'user'. | 60 | |
| Expected @throws tag for 'EntityException'. | 60 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 60 | |
| Line is longer than 80 characters. | 63 | |
| Line has trailing spaces. | 65 | |
| Line is longer than 80 characters. | 65 | |
| Expected @param tag for 'user'. | 68 | |
| Expected @throws tag for 'EntityException'. | 68 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.opensymphony.module.propertyset.PropertySet. | 3 | |
| Unused import - java.util.Collection. | 5 | |
| Unused import - java.security.Principal. | 6 | |
| First sentence should end with a period. | 8 | |
| '{' should be on the previous line. | 12 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 12 | |
| '{' should be on the previous line. | 16 | |
| '{' should be on the previous line. | 20 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 31 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| Parameter repositoryElement should be final. | 31 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| '>' is not followed by whitespace. | 33 | |
| Line is longer than 80 characters. | 34 | |
| 'if' construct must use '{}'s. | 36 | |
| '{' should be on the previous line. | 42 | |
| '{' should be on the previous line. | 46 | |
| Line is longer than 80 characters. | 47 | |
| '}' should be on the same line. | 49 | |
| 'else' construct must use '{}'s. | 50 | |
| '{' should be on the previous line. | 57 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 71 | |
| '<' is not preceded with whitespace. | 71 | |
| '<' is not followed by whitespace. | 71 | |
| '>' is not preceded with whitespace. | 71 | |
| Parameter repositoryElement should be final. | 71 | |
| '<' is not preceded with whitespace. | 73 | |
| '<' is not followed by whitespace. | 73 | |
| '>' is not preceded with whitespace. | 73 | |
| '<' is not preceded with whitespace. | 73 | |
| '<' is not followed by whitespace. | 73 | |
| '>' is not preceded with whitespace. | 73 | |
| '>' is not followed by whitespace. | 73 | |
| '{' should be on the previous line. | 76 | |
| 'if' construct must use '{}'s. | 79 | |
| '{' should be on the previous line. | 86 | |
| 'if' construct must use '{}'s. | 89 |