The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 84 | |
FileTabCharacter
| 6 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 35 | |
| MemberName | 0 | |
JavadocMethod
| 2323 | |
JavadocType
| 13 | |
JavadocVariable
| 135 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 2 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 11 | |
| UnusedImports | 24 | |
| MethodLength | 2 | |
| ParameterNumber | 1 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 39 | |
ParenPad
| 328 | |
| WhitespaceAfter | 5 | |
| WhitespaceAround | 9 | |
| ModifierOrder | 4 | |
| RedundantModifier | 39 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 1 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 1 | |
HiddenField
| 20 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 31 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 194 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 3 | |
| InterfaceIsType | 2 | |
VisibilityModifier
| 19 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 27 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 25 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 21 | |
| Expected @param tag for 'message'. | 42 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 71 | |
| 'user' hides a field. | 71 | |
| ')' is not preceded with whitespace. | 71 | |
| Missing a Javadoc comment. | 77 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.HashMap. | 26 | |
| Unused import - java.util.Map. | 28 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 95 | |
| Expected an @return tag. | 107 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 117 | |
| 'user' hides a field. | 117 | |
| Missing a Javadoc comment. | 123 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 40 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.HashMap. | 36 | |
| Unused import - java.util.Map. | 38 | |
| '(' is not followed by whitespace. | 51 | |
| ')' is not preceded with whitespace. | 51 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 76 | |
| '+' should be on a new line. | 78 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 159 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'message'. | 43 | |
| Expected @param tag for 'message'. | 54 | |
| Expected @param tag for 'cause'. | 54 |
| Violation | Message | Line |
|---|---|---|
| Redundant import from the same package - org.apache.archiva.redback.authentication.AuthenticationDataSource. | 22 | |
| '(' is not followed by whitespace. | 34 | |
| ')' is not preceded with whitespace. | 34 | |
| '(' is not followed by whitespace. | 35 | |
| ')' is not preceded with whitespace. | 35 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 89 |
| Violation | Message | Line |
|---|---|---|
| Redundant import from the same package - org.apache.archiva.redback.authentication.AuthenticationDataSource. | 22 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 88 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 49 | |
| ')' is not preceded with whitespace. | 49 | |
| '(' is not followed by whitespace. | 56 | |
| ')' is not preceded with whitespace. | 56 | |
| '(' is not followed by whitespace. | 59 | |
| ')' is not preceded with whitespace. | 59 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 120 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.archiva.redback.common.ldap.connection.DefaultLdapConnection. | 23 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 171 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 35 | |
| ')' is not preceded with whitespace. | 35 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 85 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 37 | |
| ')' is not preceded with whitespace. | 37 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 55 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.archiva.redback.policy.PolicyViolationException. | 33 | |
| '(' is not followed by whitespace. | 53 | |
| ')' is not preceded with whitespace. | 53 | |
| '(' is not followed by whitespace. | 61 | |
| ')' is not preceded with whitespace. | 61 | |
| Missing a Javadoc comment. | 67 | |
| Expected an @return tag. | 81 | |
| Expected @param tag for 'ds'. | 81 | |
| Expected @throws tag for 'AuthenticationException'. | 82 | |
| Expected @throws tag for 'AccountLockedException'. | 82 | |
| Expected @throws tag for 'MustChangePasswordException'. | 82 | |
| Line is longer than 120 characters. | 177 | |
| Missing a Javadoc comment. | 198 | |
| Missing a Javadoc comment. | 203 | |
| Missing a Javadoc comment. | 208 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 87 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'message'. | 35 | |
| Expected @param tag for 'message'. | 44 | |
| Expected @param tag for 'cause'. | 44 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 55 |
| Violation | Message | Line |
|---|---|---|
| Redundant import from the same package - org.apache.archiva.redback.authorization.AuthorizationDataSource. | 22 | |
| Redundant import from the same package - org.apache.archiva.redback.authorization.AuthorizationException. | 23 | |
| Redundant import from the same package - org.apache.archiva.redback.authorization.AuthorizationResult. | 24 | |
| Missing a Javadoc comment. | 34 | |
| Expected @param tag for 'source'. | 42 | |
| Expected @throws tag for 'AuthorizationException'. | 43 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'message'. | 41 | |
| Expected @param tag for 'message'. | 50 | |
| Expected @param tag for 'cause'. | 50 |
| Violation | Message | Line |
|---|---|---|
| Unused Javadoc tag. | 37 | |
| Unused Javadoc tag. | 42 | |
| Unused Javadoc tag. | 47 | |
| Unused Javadoc tag. | 52 | |
| Unused Javadoc tag. | 57 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'message'. | 34 | |
| Missing a Javadoc comment. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| '(' is not followed by whitespace. | 32 | |
| ')' is not preceded with whitespace. | 32 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 51 | |
| ')' is not preceded with whitespace. | 51 | |
| '(' is not followed by whitespace. | 58 | |
| ')' is not preceded with whitespace. | 58 | |
| '(' is not followed by whitespace. | 62 | |
| ')' is not preceded with whitespace. | 62 | |
| Missing a Javadoc comment. | 68 | |
| Expected an @return tag. | 78 | |
| Expected @param tag for 'source'. | 78 | |
| Expected @throws tag for 'AuthorizationException'. | 79 | |
| Missing a Javadoc comment. | 160 | |
| Missing a Javadoc comment. | 165 | |
| Missing a Javadoc comment. | 170 | |
| Missing a Javadoc comment. | 175 | |
| Missing a Javadoc comment. | 180 | |
| Missing a Javadoc comment. | 185 | |
| Missing a Javadoc comment. | 190 | |
| Missing a Javadoc comment. | 195 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 40 | |
| ')' is not preceded with whitespace. | 40 | |
| '(' is not followed by whitespace. | 45 | |
| ')' is not preceded with whitespace. | 45 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 106 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 56 | |
| ')' is not preceded with whitespace. | 56 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 124 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 44 | |
| Expected @param tag for 'pmf'. | 56 | |
| Expected an @return tag. | 75 | |
| Expected @param tag for 'persistenceManager'. | 75 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 109 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 38 | |
| '(' is not followed by whitespace. | 38 | |
| ')' is not preceded with whitespace. | 38 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 105 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 39 | |
| ')' is not preceded with whitespace. | 39 | |
| '(' is not followed by whitespace. | 66 | |
| ')' is not preceded with whitespace. | 66 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 116 | |
| 'bindDn' hides a field. | 116 | |
| 'password' hides a field. | 116 | |
| Missing a Javadoc comment. | 122 | |
| 'ldapConnectionConfiguration' hides a field. | 122 | |
| Missing a Javadoc comment. | 128 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 146 | |
| Missing a Javadoc comment. | 155 | |
| Missing a Javadoc comment. | 160 | |
| Missing a Javadoc comment. | 165 | |
| Missing a Javadoc comment. | 170 | |
| Missing a Javadoc comment. | 175 | |
| Missing a Javadoc comment. | 180 | |
| Missing a Javadoc comment. | 185 | |
| Missing a Javadoc comment. | 190 | |
| Missing a Javadoc comment. | 195 | |
| Missing a Javadoc comment. | 200 | |
| Missing a Javadoc comment. | 205 | |
| Missing a Javadoc comment. | 210 | |
| Missing a Javadoc comment. | 215 | |
| Missing a Javadoc comment. | 220 | |
| Missing a Javadoc comment. | 225 | |
| Missing a Javadoc comment. | 230 | |
| Missing a Javadoc comment. | 235 | |
| Missing a Javadoc comment. | 240 | |
| Missing a Javadoc comment. | 245 | |
| Missing a Javadoc comment. | 250 | |
| Missing a Javadoc comment. | 255 | |
| Missing a Javadoc comment. | 260 | |
| Missing a Javadoc comment. | 265 |
| Violation | Message | Line |
|---|---|---|
| ';' is not followed by whitespace. | 46 | |
| Missing a Javadoc comment. | 68 | |
| Expected @param tag for 'config'. | 112 | |
| Expected @param tag for 'bindDn'. | 112 | |
| Expected @param tag for 'password'. | 112 | |
| Expected @throws tag for 'LdapException'. | 113 | |
| ';' is not followed by whitespace. | 159 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 78 | |
| More than 7 parameters. | 78 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 129 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 139 | |
| Missing a Javadoc comment. | 144 | |
| Missing a Javadoc comment. | 149 | |
| Missing a Javadoc comment. | 154 | |
| Missing a Javadoc comment. | 159 | |
| Missing a Javadoc comment. | 164 | |
| Missing a Javadoc comment. | 173 | |
| Missing a Javadoc comment. | 178 | |
| Missing a Javadoc comment. | 183 | |
| Missing a Javadoc comment. | 188 | |
| Missing a Javadoc comment. | 193 | |
| Missing a Javadoc comment. | 202 | |
| Missing a Javadoc comment. | 207 | |
| Missing a Javadoc comment. | 212 | |
| Missing a Javadoc comment. | 217 | |
| Missing a Javadoc comment. | 222 | |
| Missing a Javadoc comment. | 232 | |
| Missing a Javadoc comment. | 237 | |
| Missing a Javadoc comment. | 247 | |
| Missing a Javadoc comment. | 252 | |
| Missing a Javadoc comment. | 262 | |
| Missing a Javadoc comment. | 271 | |
| '65535' is a magic number. | 274 | |
| Missing a Javadoc comment. | 301 | |
| '+' should be on a new line. | 303 | |
| '+' should be on a new line. | 304 | |
| '+' should be on a new line. | 305 | |
| '+' should be on a new line. | 306 | |
| '+' should be on a new line. | 307 | |
| '+' should be on a new line. | 308 | |
| '+' should be on a new line. | 309 | |
| '+' should be on a new line. | 312 | |
| '+' should be on a new line. | 313 | |
| '+' should be on a new line. | 314 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Unused import - com.google.common.collect.ArrayListMultimap. | 21 | |
| Unused import - com.google.common.collect.Multimap. | 22 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 167 | |
| Missing a Javadoc comment. | 182 | |
| Missing a Javadoc comment. | 234 | |
| Missing a Javadoc comment. | 263 | |
| Missing a Javadoc comment. | 324 | |
| Missing a Javadoc comment. | 398 | |
| Missing a Javadoc comment. | 441 | |
| Missing a Javadoc comment. | 446 | |
| Missing a Javadoc comment. | 452 | |
| Missing a Javadoc comment. | 522 | |
| Missing a Javadoc comment. | 593 | |
| Missing a Javadoc comment. | 658 | |
| Missing a Javadoc comment. | 688 | |
| Missing a Javadoc comment. | 724 | |
| Missing a Javadoc comment. | 729 | |
| Missing a Javadoc comment. | 734 | |
| Missing a Javadoc comment. | 739 | |
| Missing a Javadoc comment. | 744 | |
| Missing a Javadoc comment. | 749 | |
| Missing a Javadoc comment. | 758 | |
| Missing a Javadoc comment. | 774 | |
| Missing a Javadoc comment. | 779 | |
| Missing a Javadoc comment. | 784 | |
| Missing a Javadoc comment. | 789 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| '(' is not followed by whitespace. | 44 | |
| ')' is not preceded with whitespace. | 44 | |
| '(' is not followed by whitespace. | 54 | |
| ')' is not preceded with whitespace. | 54 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 83 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Unused import - java.util.Map. | 26 | |
| Expected @param tag for 'context'. | 42 | |
| Expected @throws tag for 'MappingException'. | 43 | |
| Expected @param tag for 'context'. | 51 | |
| Expected @throws tag for 'MappingException'. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Expected @param tag for 'context'. | 73 | |
| Expected @throws tag for 'MappingException'. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 79 | |
| Expected @param tag for 'roleName'. | 92 | |
| Expected @param tag for 'context'. | 92 | |
| Expected @throws tag for 'MappingException'. | 93 | |
| Expected @param tag for 'roleName'. | 103 | |
| Expected @param tag for 'username'. | 103 | |
| Expected @param tag for 'context'. | 103 | |
| Expected @throws tag for 'MappingException'. | 104 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 117 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Expected @throws tag for 'MappingException'. | 40 | |
| Expected @param tag for 'ldapGroup'. | 48 | |
| Expected @param tag for 'roles'. | 48 | |
| Expected @throws tag for 'MappingException'. | 49 | |
| Expected @throws tag for 'MappingException'. | 57 | |
| Expected @throws tag for 'MappingException'. | 63 | |
| Missing a Javadoc comment. | 65 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 91 | |
| 'encodedPassword' hides a field. | 91 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 126 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 136 | |
| Missing a Javadoc comment. | 142 | |
| Missing a Javadoc comment. | 147 | |
| Missing a Javadoc comment. | 152 | |
| Missing a Javadoc comment. | 157 | |
| Missing a Javadoc comment. | 162 | |
| Missing a Javadoc comment. | 167 | |
| Missing a Javadoc comment. | 172 | |
| Missing a Javadoc comment. | 177 | |
| Missing a Javadoc comment. | 182 | |
| Missing a Javadoc comment. | 187 | |
| Missing a Javadoc comment. | 192 | |
| Missing a Javadoc comment. | 197 | |
| Missing a Javadoc comment. | 202 | |
| Missing a Javadoc comment. | 207 | |
| Missing a Javadoc comment. | 212 | |
| Missing a Javadoc comment. | 217 | |
| Missing a Javadoc comment. | 222 | |
| Missing a Javadoc comment. | 227 | |
| Missing a Javadoc comment. | 232 | |
| 'valid' hides a field. | 232 | |
| Missing a Javadoc comment. | 237 | |
| Missing a Javadoc comment. | 242 | |
| Missing a Javadoc comment. | 247 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 40 | |
| ')' is not preceded with whitespace. | 40 | |
| '(' is not followed by whitespace. | 85 | |
| ')' is not preceded with whitespace. | 85 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 135 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 145 | |
| Missing a Javadoc comment. | 150 | |
| Missing a Javadoc comment. | 155 | |
| Missing a Javadoc comment. | 190 | |
| 'userIdAttribute' hides a field. | 193 | |
| 'passwordAttribute' hides a field. | 196 | |
| Missing a Javadoc comment. | 223 | |
| Missing a Javadoc comment. | 228 | |
| Missing a Javadoc comment. | 233 | |
| Missing a Javadoc comment. | 238 | |
| Missing a Javadoc comment. | 243 | |
| Missing a Javadoc comment. | 248 | |
| Missing a Javadoc comment. | 253 | |
| Missing a Javadoc comment. | 258 | |
| Missing a Javadoc comment. | 263 | |
| Missing a Javadoc comment. | 268 | |
| Missing a Javadoc comment. | 273 | |
| Missing a Javadoc comment. | 278 | |
| Missing a Javadoc comment. | 283 | |
| Missing a Javadoc comment. | 288 | |
| Missing a Javadoc comment. | 293 | |
| Missing a Javadoc comment. | 298 | |
| Missing a Javadoc comment. | 303 | |
| Missing a Javadoc comment. | 309 | |
| Missing a Javadoc comment. | 314 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 38 | |
| 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 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 63 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 45 | |
| ')' is not preceded with whitespace. | 45 | |
| Missing a Javadoc comment. | 51 | |
| '(' is not followed by whitespace. | 63 | |
| ')' is not preceded with whitespace. | 63 | |
| Missing a Javadoc comment. | 68 | |
| Unable to get class information for RegistryException. | 110 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 146 | |
| Missing a Javadoc comment. | 152 | |
| Missing a Javadoc comment. | 157 | |
| Missing a Javadoc comment. | 162 | |
| Missing a Javadoc comment. | 167 | |
| Missing a Javadoc comment. | 172 | |
| '(' is not followed by whitespace. | 172 | |
| ')' is not preceded with whitespace. | 172 | |
| Missing a Javadoc comment. | 178 | |
| Expected an @return tag. | 203 | |
| Expected @param tag for 'configs'. | 212 | |
| Missing a Javadoc comment. | 217 | |
| Missing a Javadoc comment. | 222 | |
| Missing a Javadoc comment. | 227 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Unused import - org.apache.archiva.redback.components.registry.RegistryException. | 21 | |
| Unused import - javax.annotation.PostConstruct. | 23 | |
| Missing a Javadoc comment. | 34 | |
| 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 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| interfaces should describe a type and hence have methods. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| 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 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 127 | |
| Missing a Javadoc comment. | 129 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 133 | |
| Missing a Javadoc comment. | 135 | |
| Missing a Javadoc comment. | 137 | |
| Missing a Javadoc comment. | 139 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 143 | |
| Missing a Javadoc comment. | 145 | |
| Missing a Javadoc comment. | 147 | |
| Missing a Javadoc comment. | 149 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 153 | |
| Missing a Javadoc comment. | 155 | |
| Missing a Javadoc comment. | 157 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 58 | |
| Expected @param tag for 'rawheader'. | 58 | |
| Expected @param tag for 'majorDelim'. | 58 | |
| Expected @param tag for 'subDelim'. | 58 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 53 | |
| ')' is not preceded with whitespace. | 53 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 66 | |
| '(' is not followed by whitespace. | 69 | |
| ')' is not preceded with whitespace. | 69 | |
| '(' is not followed by whitespace. | 73 | |
| ')' is not preceded with whitespace. | 73 | |
| Missing a Javadoc comment. | 76 | |
| '(' is not followed by whitespace. | 83 | |
| ')' is not preceded with whitespace. | 83 | |
| Missing a Javadoc comment. | 86 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.archiva.redback.users.UserNotFoundException. | 28 | |
| '(' is not followed by whitespace. | 44 | |
| ')' is not preceded with whitespace. | 44 | |
| '(' is not followed by whitespace. | 56 | |
| ')' is not preceded with whitespace. | 56 | |
| Expected @param tag for 'violations'. | 67 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 51 | |
| Expected @param tag for 'violations'. | 72 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 41 | |
| ')' is not preceded with whitespace. | 41 | |
| Missing a Javadoc comment. | 46 | |
| Expected @param tag for 'violations'. | 59 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Unable to get class information for ServletException. | 51 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 38 | |
| Unable to get class information for ServletException. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.commons.lang.StringUtils. | 33 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Expected an @return tag. | 61 | |
| Expected @param tag for 'ds'. | 61 | |
| Expected @param tag for 'httpSession'. | 61 | |
| Expected @throws tag for 'AuthenticationException'. | 62 | |
| Expected @throws tag for 'AccountLockedException'. | 62 | |
| Expected @throws tag for 'MustChangePasswordException'. | 62 | |
| Expected @param tag for 'request'. | 97 | |
| Expected @param tag for 'response'. | 97 | |
| Expected @throws tag for 'AuthenticationException'. | 98 | |
| Expected @param tag for 'request'. | 129 | |
| Expected @param tag for 'response'. | 129 | |
| Expected @param tag for 'realmName'. | 129 | |
| Expected @param tag for 'exception'. | 130 | |
| Expected @throws tag for 'IOException'. | 131 | |
| Expected @param tag for 'request'. | 143 | |
| Expected @param tag for 'response'. | 144 | |
| Expected @throws tag for 'AuthenticationException'. | 145 | |
| Expected @throws tag for 'AccountLockedException'. | 145 | |
| Expected @throws tag for 'MustChangePasswordException'. | 145 | |
| Missing a Javadoc comment. | 148 | |
| Missing a Javadoc comment. | 153 | |
| Missing a Javadoc comment. | 160 | |
| Missing a Javadoc comment. | 172 | |
| Missing a Javadoc comment. | 178 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 45 | |
| ')' is not preceded with whitespace. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 55 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for ServletException. | 48 | |
| Missing a Javadoc comment. | 55 | |
| Unable to get class information for ServletException. | 56 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 39 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| '0xF0' is a magic number. | 40 | |
| Missing a Javadoc comment. | 47 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 45 | |
| '(' is not followed by whitespace. | 49 | |
| ')' is not preceded with whitespace. | 49 | |
| '(' is not followed by whitespace. | 54 | |
| ')' is not preceded with whitespace. | 54 | |
| '300' is a magic number. | 60 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 114 | |
| Missing a Javadoc comment. | 207 | |
| Missing a Javadoc comment. | 212 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 42 | |
| Line is longer than 120 characters. | 43 | |
| Unable to get class information for ServletException. | 56 | |
| Missing a Javadoc comment. | 65 | |
| Unable to get class information for ServletException. | 66 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 46 | |
| Variable 'username' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'realm' must be private and have accessor methods. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Variable 'nonce' must be private and have accessor methods. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Variable 'uri' must be private and have accessor methods. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Variable 'response' must be private and have accessor methods. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Variable 'qop' must be private and have accessor methods. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Variable 'nc' must be private and have accessor methods. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'cnonce' must be private and have accessor methods. | 60 | |
| Missing a Javadoc comment. | 62 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 56 | |
| Unable to get class information for ServletException. | 57 | |
| Missing a Javadoc comment. | 73 | |
| Unable to get class information for ServletException. | 74 | |
| Missing a Javadoc comment. | 113 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 92 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 45 | |
| ')' is not preceded with whitespace. | 45 | |
| '(' is not followed by whitespace. | 52 | |
| ')' is not preceded with whitespace. | 52 | |
| '(' is not followed by whitespace. | 57 | |
| ')' is not preceded with whitespace. | 57 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 135 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 145 | |
| Missing a Javadoc comment. | 150 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 64 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 56 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 59 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 47 | |
| 'name' hides a field. | 47 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 107 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 122 | |
| Missing a Javadoc comment. | 127 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 137 | |
| Missing a Javadoc comment. | 142 | |
| Missing a Javadoc comment. | 147 | |
| Missing a Javadoc comment. | 149 | |
| Missing a Javadoc comment. | 154 | |
| Missing a Javadoc comment. | 159 | |
| Missing a Javadoc comment. | 164 | |
| Missing a Javadoc comment. | 169 | |
| Missing a Javadoc comment. | 174 |
| Violation | Message | Line |
|---|---|---|
| interfaces should describe a type and hence have methods. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'public' modifier. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Redundant 'public' modifier. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Redundant 'public' modifier. | 44 | |
| Missing a Javadoc comment. | 47 | |
| Redundant 'public' modifier. | 47 | |
| Missing a Javadoc comment. | 50 | |
| Redundant 'public' modifier. | 50 | |
| Missing a Javadoc comment. | 53 | |
| Redundant 'public' modifier. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Redundant 'public' modifier. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Redundant 'public' modifier. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Redundant 'public' modifier. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Redundant 'public' modifier. | 61 | |
| Missing a Javadoc comment. | 64 | |
| Redundant 'public' modifier. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Redundant 'public' modifier. | 66 | |
| Missing a Javadoc comment. | 69 | |
| Redundant 'public' modifier. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Redundant 'public' modifier. | 71 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 44 | |
| ')' is not preceded with whitespace. | 44 | |
| Line is longer than 120 characters. | 63 | |
| Missing a Javadoc comment. | 63 | |
| '(' is not followed by whitespace. | 63 | |
| Line is longer than 120 characters. | 84 | |
| Line is longer than 120 characters. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Line is longer than 120 characters. | 101 | |
| Missing a Javadoc comment. | 115 | |
| Line is longer than 120 characters. | 118 | |
| Line is longer than 120 characters. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Line is longer than 120 characters. | 138 | |
| Line is longer than 120 characters. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Line is longer than 120 characters. | 154 | |
| Missing a Javadoc comment. | 169 | |
| Missing a Javadoc comment. | 189 | |
| Line is longer than 120 characters. | 195 | |
| Line is longer than 120 characters. | 239 | |
| Line is longer than 120 characters. | 246 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 38 | |
| Line is longer than 120 characters. | 51 | |
| '24' is a magic number. | 73 | |
| '60' is a magic number. | 73 | |
| '60' is a magic number. | 73 | |
| '60' is a magic number. | 74 | |
| '60' is a magic number. | 74 | |
| '60' is a magic number. | 75 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 83 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 39 | |
| Expected @throws tag for 'KeyManagerException'. | 59 | |
| '0x3F' is a magic number. | 96 | |
| Redundant throws: 'KeyNotFoundException' is subclass of 'KeyManagerException'. | 113 | |
| Missing a Javadoc comment. | 133 | |
| Missing a Javadoc comment. | 138 | |
| Missing a Javadoc comment. | 143 | |
| Missing a Javadoc comment. | 148 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Expected an @return tag. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'KeyNotFoundException' is subclass of 'KeyManagerException'. | 52 | |
| Expected @throws tag for 'KeyManagerException'. | 73 | |
| Expected @throws tag for 'KeyManagerException'. | 81 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 87 | |
| Expected @throws tag for 'KeyManagerException'. | 93 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 47 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Redundant import from the same package - org.apache.archiva.redback.keys.AuthenticationKey. | 20 | |
| Redundant import from the same package - org.apache.archiva.redback.keys.KeyManager. | 21 | |
| Redundant import from the same package - org.apache.archiva.redback.keys.KeyManagerException. | 22 | |
| Redundant import from the same package - org.apache.archiva.redback.keys.KeyNotFoundException. | 23 | |
| ',' is not followed by whitespace. | 42 | |
| '}' is not preceded with whitespace. | 42 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 | |
| 'manager' hides a field. | 53 | |
| Missing a Javadoc comment. | 74 | |
| Redundant throws: 'KeyNotFoundException' is subclass of 'KeyManagerException'. | 76 | |
| Missing a Javadoc comment. | 105 | |
| '23' is a magic number. | 111 | |
| Missing a Javadoc comment. | 146 | |
| Missing a Javadoc comment. | 174 | |
| '500' is a magic number. | 195 | |
| Missing a Javadoc comment. | 205 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Redundant import from the same package - org.apache.archiva.redback.keys.KeyManagerException. | 19 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 45 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 40 | |
| ')' is not preceded with whitespace. | 40 | |
| '(' is not followed by whitespace. | 46 | |
| ')' is not preceded with whitespace. | 46 | |
| '(' is not followed by whitespace. | 50 | |
| ')' is not preceded with whitespace. | 50 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 96 | |
| Redundant throws: 'KeyNotFoundException' is subclass of 'KeyManagerException'. | 97 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 129 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 139 | |
| Missing a Javadoc comment. | 144 | |
| Missing a Javadoc comment. | 149 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 90 | |
| Redundant throws: 'KeyNotFoundException' is subclass of 'KeyManagerException'. | 91 | |
| Missing a Javadoc comment. | 122 | |
| Missing a Javadoc comment. | 128 | |
| Missing a Javadoc comment. | 142 | |
| Missing a Javadoc comment. | 148 | |
| Line is longer than 120 characters. | 159 | |
| Missing a Javadoc comment. | 173 | |
| Missing a Javadoc comment. | 178 | |
| Missing a Javadoc comment. | 183 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 95 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 42 | |
| ')' is not preceded with whitespace. | 42 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 69 | |
| Redundant throws: 'KeyNotFoundException' is subclass of 'KeyManagerException'. | 70 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 121 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 68 | |
| ')' is not preceded with whitespace. | 68 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 145 | |
| '(' is not followed by whitespace. | 145 | |
| ')' is not preceded with whitespace. | 145 | |
| Line is longer than 120 characters. | 169 | |
| Missing a Javadoc comment. | 234 | |
| '(' is not followed by whitespace. | 234 | |
| ')' is not preceded with whitespace. | 234 | |
| Missing a Javadoc comment. | 258 | |
| '(' is not followed by whitespace. | 258 | |
| ')' is not preceded with whitespace. | 258 | |
| Missing a Javadoc comment. | 282 | |
| Missing a Javadoc comment. | 287 | |
| Missing a Javadoc comment. | 292 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 37 | |
| '(' is not followed by whitespace. | 37 | |
| '=' is not preceded with whitespace. | 37 | |
| '=' is not followed by whitespace. | 37 | |
| ')' is not preceded with whitespace. | 37 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 44 | |
| ')' is not preceded with whitespace. | 44 | |
| '(' is not followed by whitespace. | 55 | |
| ')' is not preceded with whitespace. | 55 | |
| '(' is not followed by whitespace. | 59 | |
| ')' is not preceded with whitespace. | 59 | |
| '(' is not followed by whitespace. | 63 | |
| ')' is not preceded with whitespace. | 63 | |
| '(' is not followed by whitespace. | 67 | |
| ')' is not preceded with whitespace. | 67 | |
| '(' is not followed by whitespace. | 71 | |
| ')' is not preceded with whitespace. | 71 | |
| Missing a Javadoc comment. | 99 | |
| '(' is not followed by whitespace. | 99 | |
| ')' is not preceded with whitespace. | 99 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 146 | |
| Missing a Javadoc comment. | 151 | |
| Expected @param tag for 'unlockableAccounts'. | 165 | |
| Missing a Javadoc comment. | 180 | |
| Missing a Javadoc comment. | 185 | |
| Missing a Javadoc comment. | 200 | |
| Missing a Javadoc comment. | 206 | |
| 'rules' hides a field. | 239 | |
| Missing a Javadoc comment. | 256 | |
| Missing a Javadoc comment. | 276 | |
| Missing a Javadoc comment. | 294 | |
| Redundant throws: 'PasswordRuleViolationException' is unchecked exception. | 295 | |
| Missing a Javadoc comment. | 300 | |
| Redundant throws: 'PasswordRuleViolationException' is unchecked exception. | 301 | |
| Missing a Javadoc comment. | 328 | |
| Redundant throws: 'PasswordRuleViolationException' is unchecked exception. | 329 | |
| Missing a Javadoc comment. | 363 | |
| Missing a Javadoc comment. | 368 | |
| Missing a Javadoc comment. | 373 | |
| Missing a Javadoc comment. | 378 | |
| Missing a Javadoc comment. | 383 | |
| Missing a Javadoc comment. | 388 | |
| Missing a Javadoc comment. | 393 | |
| Missing a Javadoc comment. | 398 | |
| Missing a Javadoc comment. | 404 | |
| Missing a Javadoc comment. | 409 | |
| Missing a Javadoc comment. | 414 | |
| Missing a Javadoc comment. | 419 | |
| Missing a Javadoc comment. | 424 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Expected an @return tag. | 33 | |
| '(' is not followed by whitespace. | 42 | |
| ')' is not preceded with whitespace. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 56 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 118 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 44 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 |
| Violation | Message | Line |
|---|---|---|
| Redundant import from the same package - org.apache.archiva.redback.policy.AbstractCookieSettings. | 23 | |
| Missing a Javadoc comment. | 37 | |
| '60' is a magic number. | 41 | |
| Missing a Javadoc comment. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| '(' is not followed by whitespace. | 166 | |
| Expected @param tag for 'unlockableAccounts'. | 166 | |
| ')' is not preceded with whitespace. | 166 | |
| Redundant throws: 'PasswordRuleViolationException' is unchecked exception. | 182 | |
| Missing a Javadoc comment. | 184 | |
| Redundant throws: 'PasswordRuleViolationException' is unchecked exception. | 185 | |
| Redundant throws: 'PasswordRuleViolationException' is unchecked exception. | 213 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 115 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| '(' is not followed by whitespace. | 29 | |
| ')' is not preceded with whitespace. | 29 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 59 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| '(' is not followed by whitespace. | 29 | |
| ')' is not preceded with whitespace. | 29 | |
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| '(' is not followed by whitespace. | 28 | |
| ')' is not preceded with whitespace. | 28 | |
| Missing a Javadoc comment. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| '(' is not followed by whitespace. | 36 | |
| '=' is not preceded with whitespace. | 36 | |
| '=' is not followed by whitespace. | 36 | |
| ')' is not preceded with whitespace. | 36 | |
| Missing a Javadoc comment. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| '(' is not followed by whitespace. | 30 | |
| ')' is not preceded with whitespace. | 30 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 56 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 100 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 70 | |
| '||' should be on a new line. | 83 | |
| Missing a Javadoc comment. | 92 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| '(' is not followed by whitespace. | 33 | |
| ')' is not preceded with whitespace. | 33 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 100 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| '(' is not followed by whitespace. | 35 | |
| ')' is not preceded with whitespace. | 35 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 115 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| '(' is not followed by whitespace. | 30 | |
| ')' is not preceded with whitespace. | 30 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 58 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 150 | |
| Missing a Javadoc comment. | 167 | |
| Missing a Javadoc comment. | 183 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 184 | |
| Missing a Javadoc comment. | 189 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 190 | |
| Missing a Javadoc comment. | 195 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 196 | |
| Missing a Javadoc comment. | 201 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 202 | |
| Missing a Javadoc comment. | 207 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 208 | |
| Missing a Javadoc comment. | 213 | |
| Missing a Javadoc comment. | 225 | |
| Missing a Javadoc comment. | 245 | |
| Missing a Javadoc comment. | 257 | |
| Missing a Javadoc comment. | 277 | |
| Missing a Javadoc comment. | 289 | |
| Missing a Javadoc comment. | 309 | |
| Missing a Javadoc comment. | 322 | |
| Missing a Javadoc comment. | 343 | |
| Missing a Javadoc comment. | 363 | |
| Expected an @return tag. | 384 | |
| Expected @param tag for 'principal'. | 384 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 385 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 385 | |
| Expected @throws tag for 'RbacManagerException'. | 385 | |
| Expected an @return tag. | 430 | |
| Expected @param tag for 'principal'. | 430 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 431 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 431 | |
| Expected @throws tag for 'RbacManagerException'. | 431 | |
| Missing a Javadoc comment. | 485 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 486 | |
| Expected an @return tag. | 513 | |
| Expected @param tag for 'principal'. | 513 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 514 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 514 | |
| Expected @throws tag for 'RbacManagerException'. | 514 | |
| Expected an @return tag. | 530 | |
| Expected @param tag for 'ua'. | 530 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 531 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 531 | |
| Expected @throws tag for 'RbacManagerException'. | 531 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 578 | |
| Missing a Javadoc comment. | 608 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 609 | |
| Missing a Javadoc comment. | 616 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 617 | |
| Expected an @return tag. | 657 | |
| Expected @param tag for 'principal'. | 657 | |
| Expected @throws tag for 'RbacManagerException'. | 658 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 658 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 658 | |
| Expected an @return tag. | 676 | |
| Expected @param tag for 'principal'. | 676 | |
| Expected @throws tag for 'RbacManagerException'. | 677 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 677 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 677 | |
| Missing a Javadoc comment. | 688 | |
| Missing a Javadoc comment. | 700 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 701 | |
| Missing a Javadoc comment. | 707 | |
| Missing a Javadoc comment. | 755 | |
| Missing a Javadoc comment. | 780 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 781 | |
| Missing a Javadoc comment. | 789 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 790 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 29 | |
| Definition of 'equals()' without corresponding definition of 'hashCode()'. | 40 | |
| Expected @param tag for 'other'. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Expected @param tag for 'description'. | 55 | |
| Expected @param tag for 'name'. | 66 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Expected an @return tag. | 37 | |
| Expected an @return tag. | 51 | |
| Expected @param tag for 'description'. | 67 | |
| Expected @param tag for 'name'. | 74 | |
| Expected @param tag for 'operation'. | 81 | |
| Expected @param tag for 'resource'. | 86 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Expected @param tag for 'name'. | 63 | |
| Expected @throws tag for 'RbacManagerException'. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 69 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 70 | |
| Missing a Javadoc comment. | 72 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 73 | |
| Expected an @return tag. | 81 | |
| Expected @param tag for 'roleName'. | 81 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 82 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 82 | |
| Expected @throws tag for 'RbacManagerException'. | 82 | |
| Missing a Javadoc comment. | 84 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 85 | |
| Missing a Javadoc comment. | 87 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 88 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 93 | |
| Expected an @return tag. | 99 | |
| Expected @throws tag for 'RbacManagerException'. | 100 | |
| Expected an @return tag. | 105 | |
| Expected @param tag for 'role'. | 105 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 106 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 106 | |
| Expected @throws tag for 'RbacManagerException'. | 106 | |
| Expected @param tag for 'role'. | 113 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 114 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 114 | |
| Expected @throws tag for 'RbacObjectInvalidException'. | 114 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 114 | |
| Expected @throws tag for 'RbacManagerException'. | 114 | |
| Expected @param tag for 'roleName'. | 121 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 122 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 122 | |
| Expected @throws tag for 'RbacObjectInvalidException'. | 122 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 122 | |
| Expected @throws tag for 'RbacManagerException'. | 122 | |
| Expected @throws tag for 'RbacManagerException'. | 139 | |
| Expected @throws tag for 'RbacManagerException'. | 154 | |
| Missing a Javadoc comment. | 165 | |
| Missing a Javadoc comment. | 167 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 168 | |
| Missing a Javadoc comment. | 170 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 171 | |
| Missing a Javadoc comment. | 173 | |
| Missing a Javadoc comment. | 176 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 177 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 177 | |
| Missing a Javadoc comment. | 179 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 180 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 180 | |
| Expected @throws tag for 'RbacManagerException'. | 197 | |
| Missing a Javadoc comment. | 199 | |
| Missing a Javadoc comment. | 201 | |
| Expected @throws tag for 'RbacObjectInvalidException'. | 212 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 212 | |
| Expected @throws tag for 'RbacManagerException'. | 212 | |
| Missing a Javadoc comment. | 214 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 215 | |
| Missing a Javadoc comment. | 217 | |
| Missing a Javadoc comment. | 220 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 221 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 221 | |
| Missing a Javadoc comment. | 223 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 224 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 224 | |
| Expected @throws tag for 'RbacManagerException'. | 241 | |
| Missing a Javadoc comment. | 243 | |
| Missing a Javadoc comment. | 245 | |
| Missing a Javadoc comment. | 247 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 248 | |
| Missing a Javadoc comment. | 250 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 251 | |
| Missing a Javadoc comment. | 253 | |
| Missing a Javadoc comment. | 256 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 257 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 257 | |
| Missing a Javadoc comment. | 259 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 260 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 260 | |
| Expected @throws tag for 'RbacManagerException'. | 277 | |
| Missing a Javadoc comment. | 279 | |
| Missing a Javadoc comment. | 281 | |
| Expected an @return tag. | 288 | |
| Expected @param tag for 'userAssignment'. | 288 | |
| Expected @throws tag for 'RbacObjectInvalidException'. | 289 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 289 | |
| Expected @throws tag for 'RbacManagerException'. | 289 | |
| Missing a Javadoc comment. | 291 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 292 | |
| Expected an @return tag. | 297 | |
| Expected @throws tag for 'RbacManagerException'. | 298 | |
| Expected an @return tag. | 303 | |
| Expected @param tag for 'roleNames'. | 303 | |
| Expected @throws tag for 'RbacManagerException'. | 304 | |
| Expected @param tag for 'userAssignment'. | 311 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 312 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 312 | |
| Expected @throws tag for 'RbacObjectInvalidException'. | 312 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 312 | |
| Expected @throws tag for 'RbacManagerException'. | 312 | |
| Expected @param tag for 'principal'. | 319 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 320 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 320 | |
| Expected @throws tag for 'RbacObjectInvalidException'. | 320 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 320 | |
| Expected @throws tag for 'RbacManagerException'. | 320 | |
| Expected @param tag for 'principal'. | 337 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 338 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 338 | |
| Expected @throws tag for 'RbacManagerException'. | 338 | |
| Expected @param tag for 'userAssignment'. | 346 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 347 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 347 | |
| Expected @throws tag for 'RbacManagerException'. | 347 | |
| Expected an @return tag. | 358 | |
| Expected @param tag for 'principal'. | 358 | |
| Expected @throws tag for 'RbacManagerException'. | 359 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 359 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 359 | |
| Expected an @return tag. | 369 | |
| Expected @param tag for 'principal'. | 369 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 370 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 370 | |
| Expected @throws tag for 'RbacManagerException'. | 370 | |
| Expected an @return tag. | 380 | |
| Expected @param tag for 'principal'. | 380 | |
| Expected @throws tag for 'RbacManagerException'. | 381 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 381 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 381 | |
| Expected an @return tag. | 392 | |
| Expected @param tag for 'principal'. | 392 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 393 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 393 | |
| Expected @throws tag for 'RbacManagerException'. | 393 | |
| Expected an @return tag. | 403 | |
| Expected @param tag for 'principal'. | 403 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 404 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 404 | |
| Expected @throws tag for 'RbacManagerException'. | 404 | |
| Expected an @return tag. | 413 | |
| Expected @throws tag for 'RbacManagerException'. | 414 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 414 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 414 | |
| Expected an @return tag. | 422 | |
| Expected @throws tag for 'RbacManagerException'. | 423 | |
| Missing a Javadoc comment. | 425 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'public' modifier. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Redundant 'public' modifier. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Redundant 'public' modifier. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Redundant 'public' modifier. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 130 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 44 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 66 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 24 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Redundant 'public' modifier. | 43 | |
| Redundant 'public' modifier. | 48 | |
| Expected an @return tag. | 55 | |
| Redundant 'public' modifier. | 55 | |
| Expected an @return tag. | 64 | |
| Redundant 'public' modifier. | 64 | |
| Redundant 'public' modifier. | 73 | |
| Expected @param tag for 'identifier'. | 73 | |
| Redundant 'public' modifier. | 84 | |
| Expected @param tag for 'pattern'. | 84 | |
| Redundant 'public' modifier. | 91 | |
| Redundant 'public' modifier. | 98 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Expected @param tag for 'permission'. | 44 | |
| Expected an @return tag. | 56 | |
| Expected an @return tag. | 68 | |
| Expected an @return tag. | 75 | |
| Expected an @return tag. | 80 | |
| Expected an @return tag. | 85 | |
| Expected @param tag for 'permission'. | 92 | |
| Expected @param tag for 'assignable'. | 99 | |
| Expected @param tag for 'description'. | 113 | |
| Expected @param tag for 'name'. | 122 | |
| Expected @param tag for 'permissions'. | 129 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| '(' is not followed by whitespace. | 36 | |
| ')' is not preceded with whitespace. | 36 | |
| Missing a Javadoc comment. | 43 | |
| ')' is not preceded with whitespace. | 47 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 85 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Expected @param tag for 'principal'. | 87 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 93 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 94 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 126 | |
| Missing a Javadoc comment. | 133 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 146 | |
| Missing a Javadoc comment. | 153 | |
| Expected an @return tag. | 169 | |
| Expected @throws tag for 'RbacManagerException'. | 170 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 170 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 170 | |
| Missing a Javadoc comment. | 176 | |
| Missing a Javadoc comment. | 183 | |
| Missing a Javadoc comment. | 190 | |
| Missing a Javadoc comment. | 197 | |
| Missing a Javadoc comment. | 204 | |
| Expected an @return tag. | 214 | |
| Expected @param tag for 'principal'. | 215 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 216 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 216 | |
| Expected @throws tag for 'RbacManagerException'. | 216 | |
| Missing a Javadoc comment. | 233 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 234 | |
| Missing a Javadoc comment. | 240 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 241 | |
| Missing a Javadoc comment. | 247 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 248 | |
| Missing a Javadoc comment. | 254 | |
| Missing a Javadoc comment. | 261 | |
| Missing a Javadoc comment. | 268 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 269 | |
| Missing a Javadoc comment. | 275 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 276 | |
| Missing a Javadoc comment. | 282 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 284 | |
| Missing a Javadoc comment. | 302 | |
| Missing a Javadoc comment. | 310 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 311 | |
| Missing a Javadoc comment. | 326 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 327 | |
| Missing a Javadoc comment. | 342 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 343 | |
| Missing a Javadoc comment. | 358 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 359 | |
| Missing a Javadoc comment. | 374 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 375 | |
| Missing a Javadoc comment. | 381 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 382 | |
| Missing a Javadoc comment. | 388 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 389 | |
| Missing a Javadoc comment. | 404 | |
| Missing a Javadoc comment. | 411 | |
| Missing a Javadoc comment. | 426 | |
| Missing a Javadoc comment. | 436 | |
| Missing a Javadoc comment. | 451 | |
| Missing a Javadoc comment. | 461 | |
| Missing a Javadoc comment. | 476 | |
| Missing a Javadoc comment. | 486 | |
| Missing a Javadoc comment. | 496 | |
| Missing a Javadoc comment. | 506 | |
| Missing a Javadoc comment. | 516 | |
| Missing a Javadoc comment. | 526 | |
| Missing a Javadoc comment. | 536 | |
| Missing a Javadoc comment. | 541 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 542 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 542 | |
| Missing a Javadoc comment. | 548 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 549 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 549 | |
| Missing a Javadoc comment. | 555 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 556 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 556 | |
| Missing a Javadoc comment. | 562 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 563 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 563 | |
| Missing a Javadoc comment. | 569 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 570 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 570 | |
| Missing a Javadoc comment. | 576 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 577 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 577 | |
| Missing a Javadoc comment. | 583 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 584 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 584 | |
| Missing a Javadoc comment. | 590 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 591 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 591 | |
| Missing a Javadoc comment. | 597 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 598 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 598 | |
| Missing a Javadoc comment. | 604 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 605 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 605 | |
| Missing a Javadoc comment. | 611 | |
| Missing a Javadoc comment. | 621 | |
| Missing a Javadoc comment. | 631 | |
| Missing a Javadoc comment. | 642 | |
| Missing a Javadoc comment. | 653 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 654 | |
| Missing a Javadoc comment. | 660 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 661 | |
| Missing a Javadoc comment. | 667 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 668 | |
| Missing a Javadoc comment. | 674 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 675 | |
| Missing a Javadoc comment. | 700 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 701 | |
| Missing a Javadoc comment. | 722 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 723 | |
| Missing a Javadoc comment. | 729 | |
| Missing a Javadoc comment. | 739 | |
| Missing a Javadoc comment. | 806 | |
| Missing a Javadoc comment. | 811 | |
| Missing a Javadoc comment. | 816 | |
| Missing a Javadoc comment. | 821 | |
| Missing a Javadoc comment. | 826 | |
| Missing a Javadoc comment. | 831 | |
| Missing a Javadoc comment. | 836 | |
| Missing a Javadoc comment. | 841 | |
| Missing a Javadoc comment. | 846 | |
| Missing a Javadoc comment. | 851 | |
| Missing a Javadoc comment. | 856 | |
| Missing a Javadoc comment. | 861 | |
| Missing a Javadoc comment. | 866 | |
| Missing a Javadoc comment. | 871 | |
| Missing a Javadoc comment. | 876 | |
| Missing a Javadoc comment. | 881 | |
| Missing a Javadoc comment. | 887 | |
| Missing a Javadoc comment. | 892 | |
| Missing a Javadoc comment. | 897 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 101 | |
| Expected @param tag for 'role'. | 101 | |
| Expected @throws tag for 'RbacObjectInvalidException'. | 102 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 102 | |
| Expected @throws tag for 'RbacManagerException'. | 102 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 114 | |
| Expected an @return tag. | 132 | |
| Expected @param tag for 'roleName'. | 132 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 133 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 133 | |
| Expected @throws tag for 'RbacManagerException'. | 133 | |
| Expected an @return tag. | 141 | |
| Expected @throws tag for 'RbacManagerException'. | 143 | |
| Missing a Javadoc comment. | 148 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 149 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 149 | |
| Missing a Javadoc comment. | 161 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 162 | |
| Expected @throws tag for 'RbacManagerException'. | 218 | |
| Expected @throws tag for 'RbacManagerException'. | 252 | |
| Missing a Javadoc comment. | 284 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 285 | |
| Missing a Javadoc comment. | 292 | |
| Missing a Javadoc comment. | 297 | |
| Missing a Javadoc comment. | 309 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 310 | |
| Missing a Javadoc comment. | 315 | |
| Missing a Javadoc comment. | 322 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 323 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 323 | |
| Expected @throws tag for 'RbacManagerException'. | 351 | |
| Missing a Javadoc comment. | 368 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 369 | |
| Missing a Javadoc comment. | 375 | |
| Missing a Javadoc comment. | 380 | |
| Missing a Javadoc comment. | 392 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 393 | |
| Missing a Javadoc comment. | 398 | |
| Missing a Javadoc comment. | 405 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 406 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 406 | |
| Expected @throws tag for 'RbacManagerException'. | 434 | |
| Missing a Javadoc comment. | 453 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 454 | |
| Missing a Javadoc comment. | 460 | |
| Missing a Javadoc comment. | 465 | |
| Missing a Javadoc comment. | 477 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 478 | |
| Missing a Javadoc comment. | 483 | |
| Missing a Javadoc comment. | 490 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 491 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 491 | |
| Expected an @return tag. | 541 | |
| Expected @param tag for 'userAssignment'. | 541 | |
| Expected @throws tag for 'RbacObjectInvalidException'. | 542 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 542 | |
| Expected @throws tag for 'RbacManagerException'. | 542 | |
| Missing a Javadoc comment. | 551 | |
| Missing a Javadoc comment. | 563 | |
| Missing a Javadoc comment. | 568 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 569 | |
| Expected an @return tag. | 577 | |
| Expected @throws tag for 'RbacManagerException'. | 579 | |
| Expected an @return tag. | 587 | |
| Expected @param tag for 'roleNames'. | 588 | |
| Expected @throws tag for 'RbacManagerException'. | 589 | |
| Expected @param tag for 'userAssignment'. | 599 | |
| Expected @throws tag for 'RbacObjectNotFoundException'. | 600 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 600 | |
| Expected @throws tag for 'RbacObjectInvalidException'. | 600 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 600 | |
| Expected @throws tag for 'RbacManagerException'. | 600 | |
| Missing a Javadoc comment. | 615 | |
| Missing a Javadoc comment. | 626 | |
| Missing a Javadoc comment. | 642 | |
| Missing a Javadoc comment. | 647 | |
| Missing a Javadoc comment. | 652 | |
| Missing a Javadoc comment. | 657 | |
| Missing a Javadoc comment. | 662 | |
| Missing a Javadoc comment. | 668 | |
| Missing a Javadoc comment. | 673 | |
| Missing a Javadoc comment. | 678 | |
| Missing a Javadoc comment. | 683 | |
| Missing a Javadoc comment. | 688 | |
| Missing a Javadoc comment. | 693 | |
| Missing a Javadoc comment. | 704 | |
| Missing a Javadoc comment. | 709 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 59 | |
| ')' is not preceded with whitespace. | 59 | |
| '(' is not followed by whitespace. | 64 | |
| '=' is not preceded with whitespace. | 64 | |
| '=' is not followed by whitespace. | 64 | |
| ')' is not preceded with whitespace. | 64 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 79 | |
| Name 'STATE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| Name 'INDENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| Missing a Javadoc comment. | 114 | |
| Missing a Javadoc comment. | 127 | |
| '(' is not followed by whitespace. | 127 | |
| ')' is not preceded with whitespace. | 127 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 152 | |
| Missing a Javadoc comment. | 157 | |
| Missing a Javadoc comment. | 195 | |
| Missing a Javadoc comment. | 200 | |
| Missing a Javadoc comment. | 205 | |
| Missing a Javadoc comment. | 242 | |
| Missing a Javadoc comment. | 292 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 293 | |
| '+' should be on a new line. | 325 | |
| '+' should be on a new line. | 330 | |
| Missing a Javadoc comment. | 339 | |
| Missing a Javadoc comment. | 344 | |
| Missing a Javadoc comment. | 358 | |
| Missing a Javadoc comment. | 387 | |
| Missing a Javadoc comment. | 404 | |
| Missing a Javadoc comment. | 416 | |
| Missing a Javadoc comment. | 421 | |
| Missing a Javadoc comment. | 426 | |
| Missing a Javadoc comment. | 447 | |
| Missing a Javadoc comment. | 452 | |
| Missing a Javadoc comment. | 466 | |
| Missing a Javadoc comment. | 471 | |
| Missing a Javadoc comment. | 491 | |
| Missing a Javadoc comment. | 496 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 74 | |
| ')' is not preceded with whitespace. | 74 | |
| '(' is not followed by whitespace. | 83 | |
| ')' is not preceded with whitespace. | 83 | |
| '(' is not followed by whitespace. | 87 | |
| ')' is not preceded with whitespace. | 87 | |
| '(' is not followed by whitespace. | 91 | |
| ')' is not preceded with whitespace. | 91 | |
| '(' is not followed by whitespace. | 95 | |
| ')' is not preceded with whitespace. | 95 | |
| '(' is not followed by whitespace. | 105 | |
| ')' is not preceded with whitespace. | 105 | |
| '(' is not followed by whitespace. | 109 | |
| ')' is not preceded with whitespace. | 109 | |
| '(' is not followed by whitespace. | 113 | |
| ')' is not preceded with whitespace. | 113 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 125 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 126 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 137 | |
| Missing a Javadoc comment. | 143 | |
| Missing a Javadoc comment. | 149 | |
| Missing a Javadoc comment. | 155 | |
| Missing a Javadoc comment. | 161 | |
| Missing a Javadoc comment. | 166 | |
| Missing a Javadoc comment. | 173 | |
| Expected an @return tag. | 207 | |
| Expected @throws tag for 'RbacManagerException'. | 208 | |
| Missing a Javadoc comment. | 232 | |
| Missing a Javadoc comment. | 238 | |
| Missing a Javadoc comment. | 244 | |
| Missing a Javadoc comment. | 250 | |
| Missing a Javadoc comment. | 280 | |
| Missing a Javadoc comment. | 316 | |
| Missing a Javadoc comment. | 324 | |
| Missing a Javadoc comment. | 407 | |
| Missing a Javadoc comment. | 419 | |
| ';' is not followed by whitespace. | 442 | |
| Missing a Javadoc comment. | 457 | |
| Missing a Javadoc comment. | 463 | |
| Missing a Javadoc comment. | 469 | |
| Expected an @return tag. | 492 | |
| Expected @param tag for 'role'. | 492 | |
| Expected @throws tag for 'RbacManagerException'. | 493 | |
| Missing a Javadoc comment. | 498 | |
| Missing a Javadoc comment. | 504 | |
| Missing a Javadoc comment. | 510 | |
| Missing a Javadoc comment. | 516 | |
| Missing a Javadoc comment. | 522 | |
| Missing a Javadoc comment. | 559 | |
| Missing a Javadoc comment. | 565 | |
| Missing a Javadoc comment. | 608 | |
| Missing a Javadoc comment. | 647 | |
| Missing a Javadoc comment. | 654 | |
| Missing a Javadoc comment. | 659 | |
| Missing a Javadoc comment. | 664 | |
| Missing a Javadoc comment. | 669 | |
| Missing a Javadoc comment. | 674 | |
| Missing a Javadoc comment. | 682 | |
| Missing a Javadoc comment. | 691 | |
| Missing a Javadoc comment. | 700 | |
| Missing a Javadoc comment. | 709 | |
| Missing a Javadoc comment. | 718 | |
| Missing a Javadoc comment. | 727 | |
| Missing a Javadoc comment. | 736 | |
| Missing a Javadoc comment. | 741 | |
| Missing a Javadoc comment. | 747 | |
| Missing a Javadoc comment. | 753 | |
| Missing a Javadoc comment. | 759 | |
| Missing a Javadoc comment. | 765 | |
| Missing a Javadoc comment. | 771 | |
| Missing a Javadoc comment. | 777 | |
| Missing a Javadoc comment. | 809 | |
| Missing a Javadoc comment. | 819 | |
| Missing a Javadoc comment. | 827 | |
| Missing a Javadoc comment. | 838 | |
| Missing a Javadoc comment. | 843 | |
| Missing a Javadoc comment. | 898 | |
| Missing a Javadoc comment. | 904 | |
| Missing a Javadoc comment. | 910 | |
| Missing a Javadoc comment. | 916 | |
| Missing a Javadoc comment. | 954 | |
| Missing a Javadoc comment. | 985 | |
| Missing a Javadoc comment. | 1049 | |
| Missing a Javadoc comment. | 1088 | |
| Missing a Javadoc comment. | 1097 | |
| Missing a Javadoc comment. | 1102 | |
| Missing a Javadoc comment. | 1107 | |
| Missing a Javadoc comment. | 1112 | |
| Missing a Javadoc comment. | 1117 | |
| Missing a Javadoc comment. | 1122 | |
| 'name' hides a field. | 1154 | |
| Missing a Javadoc comment. | 1372 | |
| Missing a Javadoc comment. | 1377 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 71 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 31 | |
| ')' is not preceded with whitespace. | 31 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 63 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 59 | |
| Expected @param tag for 'other'. | 59 | |
| Expected an @return tag. | 80 | |
| Expected an @return tag. | 88 | |
| Expected an @return tag. | 96 | |
| '17' is a magic number. | 98 | |
| '37' is a magic number. | 99 | |
| Expected an @return tag. | 109 | |
| Expected @param tag for 'description'. | 119 | |
| Expected @param tag for 'name'. | 129 | |
| Expected @param tag for 'resourceRequired'. | 142 | |
| Expected an @return tag. | 150 | |
| Missing a Javadoc comment. | 158 | |
| Missing a Javadoc comment. | 163 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 66 | |
| Expected @param tag for 'other'. | 66 | |
| Expected an @return tag. | 87 | |
| Expected an @return tag. | 95 | |
| Expected an @return tag. | 103 | |
| Expected an @return tag. | 111 | |
| Expected an @return tag. | 119 | |
| '17' is a magic number. | 121 | |
| '37' is a magic number. | 122 | |
| Expected @param tag for 'description'. | 131 | |
| Expected @param tag for 'name'. | 141 | |
| Expected @param tag for 'operation'. | 151 | |
| Expected @param tag for 'resource'. | 166 | |
| Expected an @return tag. | 179 | |
| Missing a Javadoc comment. | 187 | |
| Missing a Javadoc comment. | 192 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 96 | |
| 'roles' hides a field. | 96 | |
| Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. | 97 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 130 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 131 | |
| Missing a Javadoc comment. | 147 | |
| Missing a Javadoc comment. | 159 | |
| Missing a Javadoc comment. | 170 | |
| Missing a Javadoc comment. | 186 | |
| Missing a Javadoc comment. | 197 | |
| Missing a Javadoc comment. | 210 | |
| Missing a Javadoc comment. | 228 | |
| Missing a Javadoc comment. | 246 | |
| '+' should be on a new line. | 257 | |
| '+' should be on a new line. | 259 | |
| Missing a Javadoc comment. | 277 | |
| Missing a Javadoc comment. | 295 | |
| Missing a Javadoc comment. | 312 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 313 | |
| Missing a Javadoc comment. | 322 | |
| Missing a Javadoc comment. | 330 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 331 | |
| Missing a Javadoc comment. | 354 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 355 | |
| Missing a Javadoc comment. | 371 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 372 | |
| Missing a Javadoc comment. | 405 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 406 | |
| Missing a Javadoc comment. | 423 | |
| Missing a Javadoc comment. | 432 | |
| Missing a Javadoc comment. | 450 | |
| Missing a Javadoc comment. | 458 | |
| Missing a Javadoc comment. | 466 | |
| Missing a Javadoc comment. | 474 | |
| Missing a Javadoc comment. | 482 | |
| 'userAssignments' hides a field. | 487 | |
| Missing a Javadoc comment. | 504 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 505 | |
| Missing a Javadoc comment. | 514 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 515 | |
| Missing a Javadoc comment. | 524 | |
| Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. | 525 | |
| Missing a Javadoc comment. | 534 | |
| Missing a Javadoc comment. | 549 | |
| Missing a Javadoc comment. | 554 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 53 | |
| Expected @param tag for 'other'. | 53 | |
| Line is longer than 120 characters. | 68 | |
| Expected an @return tag. | 77 | |
| Expected an @return tag. | 85 | |
| '17' is a magic number. | 87 | |
| '37' is a magic number. | 88 | |
| Expected an @return tag. | 99 | |
| Expected @param tag for 'identifier'. | 111 | |
| Expected @param tag for 'pattern'. | 125 | |
| Expected an @return tag. | 133 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 145 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'memoryPermission'. | 75 | |
| Expected an @return tag. | 90 | |
| Expected @param tag for 'other'. | 90 | |
| Expected an @return tag. | 111 | |
| Expected an @return tag. | 119 | |
| Expected an @return tag. | 127 | |
| Expected an @return tag. | 135 | |
| Expected an @return tag. | 143 | |
| '17' is a magic number. | 145 | |
| '37' is a magic number. | 146 | |
| Expected an @return tag. | 155 | |
| Expected @param tag for 'memoryPermission'. | 165 | |
| Expected @param tag for 'assignable'. | 182 | |
| Expected @param tag for 'description'. | 192 | |
| Expected @param tag for 'name'. | 202 | |
| Expected @param tag for 'permissions'. | 212 | |
| Expected an @return tag. | 220 | |
| Missing a Javadoc comment. | 228 | |
| 'name' hides a field. | 228 | |
| Missing a Javadoc comment. | 233 | |
| Missing a Javadoc comment. | 245 | |
| Missing a Javadoc comment. | 250 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 59 | |
| Expected @param tag for 'other'. | 59 | |
| Expected an @return tag. | 82 | |
| Expected an @return tag. | 90 | |
| Expected an @return tag. | 103 | |
| '17' is a magic number. | 105 | |
| '37' is a magic number. | 106 | |
| Expected @param tag for 'principal'. | 115 | |
| 'roles' hides a field. | 125 | |
| Expected @param tag for 'roles'. | 125 | |
| Expected an @return tag. | 133 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 146 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 105 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 90 | |
| 'message' hides a field. | 90 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Unused import - java.util.List. | 24 | |
| '(' is not followed by whitespace. | 30 | |
| ')' is not preceded with whitespace. | 30 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 64 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 75 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 81 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 59 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 75 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| '(' is not followed by whitespace. | 52 | |
| ')' is not preceded with whitespace. | 52 | |
| '(' is not followed by whitespace. | 57 | |
| ')' is not preceded with whitespace. | 57 | |
| '(' is not followed by whitespace. | 62 | |
| ')' is not preceded with whitespace. | 62 | |
| '(' is not followed by whitespace. | 68 | |
| ')' is not preceded with whitespace. | 68 | |
| '(' is not followed by whitespace. | 74 | |
| ')' is not preceded with whitespace. | 74 | |
| '(' is not followed by whitespace. | 80 | |
| ')' is not preceded with whitespace. | 80 | |
| '(' is not followed by whitespace. | 85 | |
| ')' is not preceded with whitespace. | 85 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 129 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 139 | |
| Missing a Javadoc comment. | 144 | |
| Missing a Javadoc comment. | 149 | |
| Missing a Javadoc comment. | 154 | |
| Missing a Javadoc comment. | 159 | |
| Missing a Javadoc comment. | 164 | |
| Missing a Javadoc comment. | 169 | |
| Missing a Javadoc comment. | 174 | |
| Missing a Javadoc comment. | 179 | |
| Missing a Javadoc comment. | 184 | |
| Missing a Javadoc comment. | 189 | |
| Missing a Javadoc comment. | 194 | |
| Missing a Javadoc comment. | 199 | |
| Missing a Javadoc comment. | 204 | |
| Missing a Javadoc comment. | 209 | |
| Missing a Javadoc comment. | 214 | |
| Missing a Javadoc comment. | 219 | |
| Missing a Javadoc comment. | 224 | |
| Missing a Javadoc comment. | 229 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 114 | |
| Missing a Javadoc comment. | 119 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 126 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 136 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 146 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 156 | |
| Missing a Javadoc comment. | 161 | |
| Missing a Javadoc comment. | 166 | |
| Missing a Javadoc comment. | 171 | |
| Missing a Javadoc comment. | 176 | |
| Missing a Javadoc comment. | 181 | |
| Missing a Javadoc comment. | 186 | |
| Missing a Javadoc comment. | 191 | |
| Missing a Javadoc comment. | 196 | |
| Missing a Javadoc comment. | 201 | |
| Missing a Javadoc comment. | 206 | |
| Missing a Javadoc comment. | 211 | |
| Missing a Javadoc comment. | 216 | |
| Missing a Javadoc comment. | 221 | |
| Missing a Javadoc comment. | 226 | |
| Missing a Javadoc comment. | 231 | |
| Missing a Javadoc comment. | 236 | |
| Missing a Javadoc comment. | 241 | |
| Missing a Javadoc comment. | 246 | |
| Missing a Javadoc comment. | 251 | |
| Missing a Javadoc comment. | 256 | |
| Missing a Javadoc comment. | 261 | |
| Missing a Javadoc comment. | 266 | |
| Missing a Javadoc comment. | 271 | |
| '+' should be on a new line. | 279 | |
| '+' should be on a new line. | 280 | |
| '+' should be on a new line. | 281 | |
| '+' should be on a new line. | 282 | |
| '+' should be on a new line. | 283 | |
| '+' should be on a new line. | 284 | |
| '+' should be on a new line. | 286 | |
| '+' should be on a new line. | 287 | |
| '+' should be on a new line. | 288 | |
| '+' should be on a new line. | 289 | |
| '+' should be on a new line. | 290 | |
| '+' should be on a new line. | 291 | |
| '+' should be on a new line. | 292 | |
| '+' should be on a new line. | 293 | |
| '+' should be on a new line. | 294 | |
| '+' should be on a new line. | 295 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Unused import - javax.ws.rs.QueryParam. | 35 | |
| '(' is not followed by whitespace. | 43 | |
| ')' is not preceded with whitespace. | 43 | |
| Missing a Javadoc comment. | 46 | |
| '(' is not followed by whitespace. | 46 | |
| ')' is not preceded with whitespace. | 46 | |
| '(' is not followed by whitespace. | 48 | |
| ')' is not preceded with whitespace. | 48 | |
| '(' is not followed by whitespace. | 49 | |
| ')' is not preceded with whitespace. | 49 | |
| Missing a Javadoc comment. | 54 | |
| '(' is not followed by whitespace. | 55 | |
| ')' is not preceded with whitespace. | 55 | |
| '(' is not followed by whitespace. | 56 | |
| ')' is not preceded with whitespace. | 56 | |
| Missing a Javadoc comment. | 61 | |
| '(' is not followed by whitespace. | 62 | |
| ')' is not preceded with whitespace. | 62 | |
| '(' is not followed by whitespace. | 63 | |
| ')' is not preceded with whitespace. | 63 | |
| '(' is not followed by whitespace. | 64 | |
| ')' is not preceded with whitespace. | 64 | |
| Missing a Javadoc comment. | 68 | |
| '(' is not followed by whitespace. | 69 | |
| ')' is not preceded with whitespace. | 69 | |
| '(' is not followed by whitespace. | 70 | |
| ')' is not preceded with whitespace. | 70 | |
| '(' is not followed by whitespace. | 71 | |
| ')' is not preceded with whitespace. | 71 | |
| '(' is not followed by whitespace. | 72 | |
| ')' is not preceded with whitespace. | 72 | |
| '(' is not followed by whitespace. | 73 | |
| ')' is not preceded with whitespace. | 73 | |
| Missing a Javadoc comment. | 76 | |
| '(' is not followed by whitespace. | 77 | |
| ')' is not preceded with whitespace. | 77 | |
| '(' is not followed by whitespace. | 78 | |
| ')' is not preceded with whitespace. | 78 | |
| '(' is not followed by whitespace. | 79 | |
| ')' is not preceded with whitespace. | 79 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 55 | |
| Expected an @return tag. | 66 | |
| Expected @param tag for 'loginRequest'. | 70 | |
| Expected @throws tag for 'RedbackServiceException'. | 71 | |
| Expected an @return tag. | 77 | |
| Expected @throws tag for 'RedbackServiceException'. | 82 | |
| Expected an @return tag. | 88 | |
| Expected @throws tag for 'RedbackServiceException'. | 93 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Expected @param tag for 'password'. | 48 | |
| Expected @param tag for 'passwordConfirmation'. | 49 | |
| Expected @param tag for 'key'. | 50 | |
| Expected @throws tag for 'RedbackServiceException'. | 51 | |
| Expected an @return tag. | 56 | |
| Expected @param tag for 'userName'. | 60 | |
| Expected @param tag for 'previousPassword'. | 61 | |
| Expected @param tag for 'password'. | 62 | |
| Expected @param tag for 'passwordConfirmation'. | 63 | |
| Expected @throws tag for 'RedbackServiceException'. | 64 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| '500' is a magic number. | 33 | |
| '(' is not followed by whitespace. | 35 | |
| ')' is not preceded with whitespace. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 88 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 45 | |
| Expected an @return tag. | 62 | |
| Expected @param tag for 'templateId'. | 66 | |
| Expected @param tag for 'resource'. | 67 | |
| Expected @throws tag for 'RedbackServiceException'. | 68 | |
| Expected an @return tag. | 82 | |
| Expected @param tag for 'templateId'. | 86 | |
| Expected @param tag for 'oldResource'. | 86 | |
| Expected @param tag for 'newResource'. | 87 | |
| Expected @throws tag for 'RedbackServiceException'. | 88 | |
| Expected an @return tag. | 98 | |
| Expected @param tag for 'roleId'. | 102 | |
| Expected @param tag for 'principal'. | 102 | |
| Expected @throws tag for 'RedbackServiceException'. | 103 | |
| Expected an @return tag. | 112 | |
| Expected @param tag for 'roleName'. | 116 | |
| Expected @param tag for 'principal'. | 116 | |
| Expected @throws tag for 'RedbackServiceException'. | 117 | |
| Expected an @return tag. | 128 | |
| Expected @param tag for 'templateId'. | 132 | |
| Expected @param tag for 'resource'. | 133 | |
| Expected @param tag for 'principal'. | 134 | |
| Expected @throws tag for 'RedbackServiceException'. | 135 | |
| Expected an @return tag. | 144 | |
| Expected @param tag for 'roleId'. | 148 | |
| Expected @param tag for 'principal'. | 148 | |
| Expected @throws tag for 'RedbackServiceException'. | 149 | |
| Expected an @return tag. | 158 | |
| Expected @param tag for 'roleName'. | 162 | |
| Expected @param tag for 'principal'. | 162 | |
| Expected @throws tag for 'RedbackServiceException'. | 163 | |
| Expected an @return tag. | 172 | |
| Expected @param tag for 'roleId'. | 176 | |
| Expected @throws tag for 'RedbackServiceException'. | 177 | |
| Expected an @return tag. | 187 | |
| Expected @param tag for 'templateId'. | 191 | |
| Expected @param tag for 'resource'. | 192 | |
| Expected @throws tag for 'RedbackServiceException'. | 193 | |
| Expected an @return tag. | 203 | |
| Expected @throws tag for 'RedbackServiceException'. | 209 | |
| Expected an @return tag. | 214 | |
| Expected @param tag for 'username'. | 218 | |
| Expected @throws tag for 'RedbackServiceException'. | 219 | |
| Expected an @return tag. | 225 | |
| Expected @throws tag for 'RedbackServiceException'. | 230 | |
| Expected an @return tag. | 235 | |
| Expected @throws tag for 'RedbackServiceException'. | 240 | |
| Expected an @return tag. | 246 | |
| Expected @param tag for 'username'. | 250 | |
| Expected @throws tag for 'RedbackServiceException'. | 251 | |
| Expected an @return tag. | 257 | |
| Expected @param tag for 'roleName'. | 261 | |
| Expected @throws tag for 'RedbackServiceException'. | 262 | |
| Expected an @return tag. | 267 | |
| Expected @param tag for 'roleName'. | 271 | |
| Expected @param tag for 'description'. | 272 | |
| Expected @throws tag for 'RedbackServiceException'. | 273 | |
| Expected an @return tag. | 279 | |
| Expected @param tag for 'role'. | 284 | |
| Expected @throws tag for 'RedbackServiceException'. | 285 | |
| Expected an @return tag. | 290 | |
| Expected @param tag for 'username'. | 294 | |
| Expected @throws tag for 'RedbackServiceException'. | 295 | |
| Expected an @return tag. | 301 | |
| Expected @param tag for 'user'. | 306 | |
| Expected @throws tag for 'RedbackServiceException'. | 307 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 59 | |
| Expected an @return tag. | 71 | |
| Expected @param tag for 'user'. | 76 | |
| Expected @throws tag for 'RedbackServiceException'. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 94 | |
| Expected an @return tag. | 104 | |
| Expected @param tag for 'username'. | 108 | |
| Expected @throws tag for 'RedbackServiceException'. | 109 | |
| Expected an @return tag. | 114 | |
| Expected @param tag for 'username'. | 118 | |
| Expected @throws tag for 'RedbackServiceException'. | 119 | |
| Expected an @return tag. | 125 | |
| Expected @param tag for 'username'. | 129 | |
| Expected @throws tag for 'RedbackServiceException'. | 130 | |
| Expected an @return tag. | 135 | |
| Expected @param tag for 'username'. | 139 | |
| Expected @throws tag for 'RedbackServiceException'. | 140 | |
| Expected an @return tag. | 148 | |
| Expected @param tag for 'user'. | 152 | |
| Expected @throws tag for 'RedbackServiceException'. | 153 | |
| Missing a Javadoc comment. | 155 | |
| Missing a Javadoc comment. | 162 | |
| Missing a Javadoc comment. | 169 | |
| Missing a Javadoc comment. | 176 | |
| Expected an @return tag. | 187 | |
| Expected @param tag for 'userRegistrationRequest'. | 191 | |
| Expected @throws tag for 'RedbackServiceException'. | 192 | |
| Expected an @return tag. | 201 | |
| Expected @throws tag for 'RedbackServiceException'. | 206 | |
| Expected an @return tag. | 213 | |
| Expected @throws tag for 'RedbackServiceException'. | 219 | |
| Expected an @return tag. | 224 | |
| Expected @param tag for 'userName'. | 228 | |
| Expected @throws tag for 'RedbackServiceException'. | 229 | |
| Expected an @return tag. | 234 | |
| Expected @param tag for 'userName'. | 238 | |
| Expected @throws tag for 'RedbackServiceException'. | 239 | |
| Expected @throws tag for 'RedbackServiceException'. | 250 | |
| Expected @throws tag for 'RedbackServiceException'. | 261 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 38 | |
| Expected an @return tag. | 52 | |
| Expected @param tag for 'locale'. | 52 | |
| Expected @throws tag for 'RedbackServiceException'. | 53 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Unused import - org.apache.archiva.redback.common.ldap.connection.DefaultLdapConnection. | 22 | |
| '(' is not followed by whitespace. | 50 | |
| ')' is not preceded with whitespace. | 50 | |
| '(' is not followed by whitespace. | 57 | |
| ')' is not preceded with whitespace. | 57 | |
| '(' is not followed by whitespace. | 61 | |
| ')' is not preceded with whitespace. | 61 | |
| '(' is not followed by whitespace. | 65 | |
| ')' is not preceded with whitespace. | 65 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 136 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 174 | |
| Missing a Javadoc comment. | 182 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.Map. | 57 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 127 | |
| Missing a Javadoc comment. | 133 | |
| Line is longer than 120 characters. | 160 | |
| Missing a Javadoc comment. | 202 | |
| Missing a Javadoc comment. | 211 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| '(' is not followed by whitespace. | 53 | |
| ')' is not preceded with whitespace. | 53 | |
| Missing a Javadoc comment. | 69 | |
| '(' is not followed by whitespace. | 71 | |
| ')' is not preceded with whitespace. | 71 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 158 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| '(' is not followed by whitespace. | 66 | |
| ')' is not preceded with whitespace. | 66 | |
| Missing a Javadoc comment. | 79 | |
| '(' is not followed by whitespace. | 81 | |
| ')' is not preceded with whitespace. | 81 | |
| '(' is not followed by whitespace. | 82 | |
| ')' is not preceded with whitespace. | 82 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 135 | |
| Missing a Javadoc comment. | 149 | |
| Missing a Javadoc comment. | 163 | |
| Missing a Javadoc comment. | 177 | |
| Missing a Javadoc comment. | 191 | |
| Missing a Javadoc comment. | 205 | |
| Missing a Javadoc comment. | 218 | |
| Missing a Javadoc comment. | 232 | |
| Missing a Javadoc comment. | 246 | |
| Missing a Javadoc comment. | 274 | |
| Missing a Javadoc comment. | 295 | |
| Missing a Javadoc comment. | 324 | |
| Missing a Javadoc comment. | 368 | |
| Missing a Javadoc comment. | 453 | |
| Missing a Javadoc comment. | 469 | |
| Missing a Javadoc comment. | 558 | |
| Missing a Javadoc comment. | 656 | |
| Line is longer than 120 characters. | 743 | |
| Line is longer than 120 characters. | 744 | |
| Expected an @return tag. | 856 | |
| Expected @param tag for 'roleList'. | 857 | |
| Expected @throws tag for 'RedbackServiceException'. | 858 | |
| Line is longer than 120 characters. | 901 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 78 | |
| '(' is not followed by whitespace. | 78 | |
| ')' is not preceded with whitespace. | 78 | |
| '(' is not followed by whitespace. | 92 | |
| ')' is not preceded with whitespace. | 92 | |
| '(' is not followed by whitespace. | 102 | |
| ')' is not preceded with whitespace. | 102 | |
| '(' is not followed by whitespace. | 109 | |
| ')' is not preceded with whitespace. | 109 | |
| '(' is not followed by whitespace. | 116 | |
| ')' is not preceded with whitespace. | 116 | |
| '(' is not followed by whitespace. | 123 | |
| ')' is not preceded with whitespace. | 123 | |
| Missing a Javadoc comment. | 134 | |
| '(' is not followed by whitespace. | 135 | |
| ')' is not preceded with whitespace. | 135 | |
| '(' is not followed by whitespace. | 137 | |
| ')' is not preceded with whitespace. | 137 | |
| Missing a Javadoc comment. | 145 | |
| Missing a Javadoc comment. | 223 | |
| Missing a Javadoc comment. | 263 | |
| Missing a Javadoc comment. | 281 | |
| Missing a Javadoc comment. | 302 | |
| Missing a Javadoc comment. | 371 | |
| Missing a Javadoc comment. | 398 | |
| Missing a Javadoc comment. | 427 | |
| Missing a Javadoc comment. | 441 | |
| Missing a Javadoc comment. | 484 | |
| Missing a Javadoc comment. | 499 | |
| Missing a Javadoc comment. | 533 | |
| Missing a Javadoc comment. | 558 | |
| 'userManager' hides a field. | 567 | |
| Line is longer than 120 characters. | 576 | |
| Missing a Javadoc comment. | 605 | |
| Line is longer than 120 characters. | 666 | |
| Missing a Javadoc comment. | 719 | |
| Missing a Javadoc comment. | 783 | |
| Missing a Javadoc comment. | 796 | |
| Missing a Javadoc comment. | 809 | |
| Missing a Javadoc comment. | 826 | |
| Missing a Javadoc comment. | 871 | |
| Missing a Javadoc comment. | 920 | |
| '80' is a magic number. | 951 | |
| Missing a Javadoc comment. | 959 | |
| Missing a Javadoc comment. | 972 | |
| Missing a Javadoc comment. | 985 | |
| Missing a Javadoc comment. | 998 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 110 |
| Violation | Message | Line |
|---|---|---|
| Name 'userThreadLocal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 54 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 58 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 58 | |
| ')' is not preceded with whitespace. | 58 | |
| '(' is not followed by whitespace. | 64 | |
| ')' is not preceded with whitespace. | 64 | |
| '(' is not followed by whitespace. | 68 | |
| ')' is not preceded with whitespace. | 68 | |
| Missing a Javadoc comment. | 73 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| '(' is not followed by whitespace. | 35 | |
| ')' is not preceded with whitespace. | 35 | |
| Missing a Javadoc comment. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 42 | |
| '500' is a magic number. | 52 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 45 | |
| ')' is not preceded with whitespace. | 45 | |
| '(' is not followed by whitespace. | 52 | |
| ')' is not preceded with whitespace. | 52 | |
| '(' is not followed by whitespace. | 56 | |
| ')' is not preceded with whitespace. | 56 | |
| Missing a Javadoc comment. | 61 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 73 | |
| Unable to get class information for Fault. | 74 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| '(' is not followed by whitespace. | 37 | |
| ')' is not preceded with whitespace. | 37 | |
| Missing a Javadoc comment. | 44 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| '(' is not followed by whitespace. | 43 | |
| ')' is not preceded with whitespace. | 43 | |
| Expected @param tag for 'password'. | 58 | |
| Expected @param tag for 'principal'. | 58 | |
| Expected @throws tag for 'RedbackServiceException'. | 59 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.List. | 54 | |
| '(' is not followed by whitespace. | 62 | |
| ')' is not preceded with whitespace. | 62 | |
| '(' is not followed by whitespace. | 84 | |
| ')' is not preceded with whitespace. | 84 | |
| '(' is not followed by whitespace. | 88 | |
| ')' is not preceded with whitespace. | 88 | |
| '(' is not followed by whitespace. | 92 | |
| ')' is not preceded with whitespace. | 92 | |
| '(' is not followed by whitespace. | 96 | |
| ')' is not preceded with whitespace. | 96 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 154 | |
| Expected @param tag for 'templateId'. | 192 | |
| Expected @param tag for 'resource'. | 192 | |
| Expected @throws tag for 'RoleManagerException'. | 193 | |
| Expected @param tag for 'templateId'. | 202 | |
| Expected @param tag for 'resource'. | 202 | |
| Expected @throws tag for 'RoleManagerException'. | 203 | |
| Expected @param tag for 'templateId'. | 235 | |
| Expected @param tag for 'oldResource'. | 235 | |
| Expected @param tag for 'newResource'. | 235 | |
| Expected @throws tag for 'RoleManagerException'. | 236 | |
| Missing a Javadoc comment. | 267 | |
| Missing a Javadoc comment. | 299 | |
| Missing a Javadoc comment. | 329 | |
| Missing a Javadoc comment. | 366 | |
| Missing a Javadoc comment. | 399 | |
| Missing a Javadoc comment. | 430 | |
| Line is longer than 120 characters. | 451 | |
| Missing a Javadoc comment. | 461 | |
| Conditional logic can be removed. | 475 | |
| Missing a Javadoc comment. | 491 | |
| Missing a Javadoc comment. | 534 | |
| Missing a Javadoc comment. | 539 | |
| Missing a Javadoc comment. | 546 | |
| Missing a Javadoc comment. | 551 | |
| Missing a Javadoc comment. | 556 | |
| Missing a Javadoc comment. | 561 | |
| Missing a Javadoc comment. | 566 | |
| Missing a Javadoc comment. | 571 | |
| Missing a Javadoc comment. | 576 | |
| Missing a Javadoc comment. | 581 | |
| Missing a Javadoc comment. | 586 | |
| Missing a Javadoc comment. | 591 | |
| Missing a Javadoc comment. | 596 | |
| Missing a Javadoc comment. | 601 | |
| Missing a Javadoc comment. | 606 | |
| Missing a Javadoc comment. | 611 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'resourceLocation'. | 41 | |
| Expected @throws tag for 'RoleManagerException'. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Expected @param tag for 'templateId'. | 56 | |
| Expected @param tag for 'resource'. | 56 | |
| Expected @throws tag for 'RoleManagerException'. | 57 | |
| Expected @param tag for 'templateId'. | 68 | |
| Expected @param tag for 'resource'. | 68 | |
| Expected @throws tag for 'RoleManagerException'. | 69 | |
| Expected @param tag for 'templateId'. | 83 | |
| Expected @param tag for 'oldResource'. | 83 | |
| Expected @param tag for 'newResource'. | 83 | |
| Expected @throws tag for 'RoleManagerException'. | 84 | |
| Expected @param tag for 'roleId'. | 94 | |
| Expected @param tag for 'principal'. | 94 | |
| Expected @throws tag for 'RoleManagerException'. | 95 | |
| Expected @param tag for 'roleName'. | 104 | |
| Expected @param tag for 'principal'. | 104 | |
| Expected @throws tag for 'RoleManagerException'. | 105 | |
| Expected @param tag for 'templateId'. | 116 | |
| Expected @param tag for 'resource'. | 116 | |
| Expected @param tag for 'principal'. | 116 | |
| Expected @throws tag for 'RoleManagerException'. | 117 | |
| Expected @param tag for 'roleId'. | 126 | |
| Expected @param tag for 'principal'. | 126 | |
| Expected @throws tag for 'RoleManagerException'. | 127 | |
| Expected @param tag for 'roleName'. | 136 | |
| Expected @param tag for 'principal'. | 136 | |
| Expected @throws tag for 'RoleManagerException'. | 137 | |
| Expected an @return tag. | 146 | |
| Expected @param tag for 'roleId'. | 146 | |
| Expected @throws tag for 'RoleManagerException'. | 147 | |
| Expected an @return tag. | 157 | |
| Expected @param tag for 'templateId'. | 157 | |
| Expected @param tag for 'resource'. | 157 | |
| Expected @throws tag for 'RoleManagerException'. | 158 | |
| Expected an @return tag. | 163 | |
| Expected @throws tag for 'RoleManagerException'. | 173 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 70 | |
| ';' is not followed by whitespace. | 192 | |
| Missing a Javadoc comment. | 339 | |
| Missing a Javadoc comment. | 344 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 53 | |
| ')' is not preceded with whitespace. | 53 | |
| '(' is not followed by whitespace. | 60 | |
| ')' is not preceded with whitespace. | 60 | |
| Missing a Javadoc comment. | 63 | |
| '(' is not followed by whitespace. | 63 | |
| ')' is not preceded with whitespace. | 63 | |
| Missing a Javadoc comment. | 87 | |
| '(' is not followed by whitespace. | 87 | |
| ')' is not preceded with whitespace. | 87 | |
| Line is longer than 120 characters. | 121 | |
| Line is longer than 120 characters. | 128 | |
| Line is longer than 120 characters. | 137 | |
| Line is longer than 120 characters. | 154 | |
| Method length is 178 lines (max allowed is 150). | 176 | |
| '(' is not followed by whitespace. | 176 | |
| ')' is not preceded with whitespace. | 176 | |
| '(' is not followed by whitespace. | 358 | |
| ')' is not preceded with whitespace. | 358 | |
| Line is longer than 120 characters. | 374 | |
| Missing a Javadoc comment. | 466 | |
| Missing a Javadoc comment. | 471 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 118 | |
| Expected an @return tag. | 141 | |
| Expected @param tag for 'model'. | 142 | |
| Expected @param tag for 'roleId'. | 142 | |
| Expected an @return tag. | 167 | |
| Expected @param tag for 'model'. | 168 | |
| Expected @param tag for 'templateId'. | 168 | |
| Expected an @return tag. | 193 | |
| Expected @param tag for 'model'. | 194 | |
| Expected @param tag for 'operationId'. | 194 | |
| Missing a Javadoc comment. | 212 | |
| Missing a Javadoc comment. | 231 | |
| Unable to get class information for CycleDetectedException. | 233 | |
| Missing a Javadoc comment. | 268 | |
| Unable to get class information for CycleDetectedException. | 270 | |
| Missing a Javadoc comment. | 325 | |
| Unable to get class information for CycleDetectedException. | 327 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 49 | |
| Conditional logic can be removed. | 63 | |
| Missing a Javadoc comment. | 73 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 73 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 50 | |
| ')' is not preceded with whitespace. | 50 | |
| '(' is not followed by whitespace. | 60 | |
| ')' is not preceded with whitespace. | 60 | |
| '(' is not followed by whitespace. | 64 | |
| ')' is not preceded with whitespace. | 64 | |
| '(' is not followed by whitespace. | 68 | |
| ')' is not preceded with whitespace. | 68 | |
| Expected an @return tag. | 98 | |
| Expected @param tag for 'source'. | 98 | |
| Expected @throws tag for 'AuthenticationException'. | 99 | |
| Expected @throws tag for 'UserNotFoundException'. | 99 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 99 | |
| Expected @throws tag for 'AccountLockedException'. | 99 | |
| Expected @throws tag for 'MustChangePasswordException'. | 99 | |
| Expected @throws tag for 'UserManagerException'. | 100 | |
| Missing a Javadoc comment. | 131 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 132 | |
| Missing a Javadoc comment. | 138 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 157 | |
| Missing a Javadoc comment. | 179 | |
| Missing a Javadoc comment. | 185 | |
| Missing a Javadoc comment. | 191 | |
| Missing a Javadoc comment. | 204 | |
| Missing a Javadoc comment. | 209 | |
| Missing a Javadoc comment. | 218 | |
| Missing a Javadoc comment. | 223 | |
| Missing a Javadoc comment. | 232 | |
| Missing a Javadoc comment. | 237 | |
| Missing a Javadoc comment. | 246 | |
| Missing a Javadoc comment. | 251 | |
| Missing a Javadoc comment. | 256 | |
| Missing a Javadoc comment. | 261 | |
| Missing a Javadoc comment. | 266 | |
| Missing a Javadoc comment. | 271 | |
| Missing a Javadoc comment. | 276 | |
| Missing a Javadoc comment. | 281 | |
| Missing a Javadoc comment. | 286 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Redundant 'static' modifier. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'static' modifier. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 46 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 47 | |
| Missing a Javadoc comment. | 50 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 51 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 61 | |
| Expected an @return tag. | 73 | |
| Expected @param tag for 'session'. | 73 | |
| Expected @param tag for 'permission'. | 73 | |
| Expected @param tag for 'resource'. | 73 | |
| Expected @throws tag for 'AuthorizationException'. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 95 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 21 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 121 | |
| '500.0' is a magic number. | 158 | |
| Missing a Javadoc comment. | 161 | |
| '350.0' is a magic number. | 238 | |
| Missing a Javadoc comment. | 241 | |
| '130' is a magic number. | 266 | |
| Missing a Javadoc comment. | 269 | |
| '350' is a magic number. | 294 | |
| Missing a Javadoc comment. | 297 | |
| '500' is a magic number. | 322 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Unused import - org.springframework.test.annotation.DirtiesContext. | 42 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 137 | |
| Missing a Javadoc comment. | 157 | |
| Missing a Javadoc comment. | 183 | |
| Missing a Javadoc comment. | 213 | |
| Missing a Javadoc comment. | 246 | |
| Missing a Javadoc comment. | 271 | |
| Expected an @return tag. | 305 | |
| Missing a Javadoc comment. | 310 | |
| Missing a Javadoc comment. | 349 | |
| Missing a Javadoc comment. | 385 | |
| Missing a Javadoc comment. | 419 | |
| Missing a Javadoc comment. | 443 | |
| Missing a Javadoc comment. | 476 | |
| Missing a Javadoc comment. | 505 | |
| Missing a Javadoc comment. | 521 | |
| Missing a Javadoc comment. | 587 | |
| Missing a Javadoc comment. | 620 | |
| Missing a Javadoc comment. | 659 | |
| Expected an @return tag. | 703 | |
| Expected @param tag for 'size'. | 703 | |
| Missing a Javadoc comment. | 708 | |
| Missing a Javadoc comment. | 741 | |
| Missing a Javadoc comment. | 757 | |
| Missing a Javadoc comment. | 806 | |
| Missing a Javadoc comment. | 838 | |
| Missing a Javadoc comment. | 865 | |
| Missing a Javadoc comment. | 877 | |
| Missing a Javadoc comment. | 932 | |
| Missing a Javadoc comment. | 988 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 41 | |
| Variable 'initCount' must be private and have accessor methods. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'lastDbFreshness' must be private and have accessor methods. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'addedRoleNames' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'removedRoleNames' must be private and have accessor methods. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'addedPermissionNames' must be private and have accessor methods. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Variable 'removedPermissionNames' must be private and have accessor methods. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 107 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 29 | |
| Method length is 154 lines (max allowed is 150). | 34 | |
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.annotation.PostConstruct. | 28 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 115 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 116 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 145 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 156 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 117 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 48 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'encodedPassword'. | 145 | |
| Expected an @return tag. | 197 | |
| Expected @param tag for 'date'. | 281 | |
| Expected @param tag for 'date'. | 293 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| Redundant 'static' modifier. | 33 | |
| Expected @throws tag for 'UserManagerException'. | 78 | |
| Expected @throws tag for 'UserManagerException'. | 87 | |
| Expected @throws tag for 'UserManagerException'. | 104 | |
| Missing a Javadoc comment. | 106 | |
| Expected @throws tag for 'UserManagerException'. | 117 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 127 | |
| Expected @throws tag for 'UserManagerException'. | 127 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 137 | |
| Expected @throws tag for 'UserManagerException'. | 137 | |
| Expected @throws tag for 'UserNotFoundException'. | 145 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 145 | |
| Expected @throws tag for 'UserManagerException'. | 145 | |
| Missing a Javadoc comment. | 147 | |
| Missing a Javadoc comment. | 150 | |
| Missing a Javadoc comment. | 153 | |
| Expected @throws tag for 'UserManagerException'. | 164 | |
| Expected @param tag for 'principal'. | 172 | |
| Expected @throws tag for 'UserManagerException'. | 173 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 182 | |
| Expected @throws tag for 'UserManagerException'. | 182 | |
| Expected @throws tag for 'UserManagerException'. | 191 | |
| Missing a Javadoc comment. | 193 | |
| Missing a Javadoc comment. | 195 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 196 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 47 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'final' modifier. | 29 | |
| 'static' modifier out of order with the JLS suggestions. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'final' modifier. | 31 | |
| 'static' modifier out of order with the JLS suggestions. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'final' modifier. | 33 | |
| 'static' modifier out of order with the JLS suggestions. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'final' modifier. | 35 | |
| 'static' modifier out of order with the JLS suggestions. | 35 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 42 | |
| ')' is not preceded with whitespace. | 42 | |
| '(' is not followed by whitespace. | 50 | |
| ')' is not preceded with whitespace. | 50 | |
| '(' is not followed by whitespace. | 54 | |
| ')' is not preceded with whitespace. | 54 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 100 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 101 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 119 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 120 | |
| Missing a Javadoc comment. | 140 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 141 | |
| Missing a Javadoc comment. | 156 | |
| Missing a Javadoc comment. | 162 | |
| Missing a Javadoc comment. | 169 | |
| Missing a Javadoc comment. | 176 | |
| Missing a Javadoc comment. | 183 | |
| Missing a Javadoc comment. | 190 | |
| Missing a Javadoc comment. | 195 | |
| Missing a Javadoc comment. | 202 | |
| Missing a Javadoc comment. | 209 | |
| Missing a Javadoc comment. | 214 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 215 | |
| Missing a Javadoc comment. | 220 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 221 | |
| Missing a Javadoc comment. | 230 | |
| Missing a Javadoc comment. | 241 | |
| Missing a Javadoc comment. | 251 | |
| Missing a Javadoc comment. | 264 | |
| Missing a Javadoc comment. | 277 | |
| Missing a Javadoc comment. | 290 | |
| Missing a Javadoc comment. | 295 | |
| Missing a Javadoc comment. | 300 | |
| Missing a Javadoc comment. | 305 | |
| Missing a Javadoc comment. | 310 | |
| Missing a Javadoc comment. | 315 | |
| Missing a Javadoc comment. | 320 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 92 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 93 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 103 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 104 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 111 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 122 | |
| Missing a Javadoc comment. | 128 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 145 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 157 | |
| Missing a Javadoc comment. | 162 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 163 | |
| Missing a Javadoc comment. | 168 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 169 | |
| Missing a Javadoc comment. | 174 | |
| Missing a Javadoc comment. | 180 | |
| Missing a Javadoc comment. | 185 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 53 | |
| ')' is not preceded with whitespace. | 53 | |
| '(' is not followed by whitespace. | 58 | |
| ')' is not preceded with whitespace. | 58 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 100 | |
| '(' is not followed by whitespace. | 107 | |
| ')' is not preceded with whitespace. | 107 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 128 | |
| '(' is not followed by whitespace. | 128 | |
| ')' is not preceded with whitespace. | 128 | |
| '(' is not followed by whitespace. | 172 | |
| ')' is not preceded with whitespace. | 172 | |
| Missing a Javadoc comment. | 211 | |
| '+' should be on a new line. | 216 | |
| Missing a Javadoc comment. | 246 | |
| Missing a Javadoc comment. | 268 | |
| '+' should be on a new line. | 273 | |
| Missing a Javadoc comment. | 286 | |
| Missing a Javadoc comment. | 292 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 293 | |
| Missing a Javadoc comment. | 303 | |
| Missing a Javadoc comment. | 317 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 318 | |
| Missing a Javadoc comment. | 323 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 324 | |
| '+' should be on a new line. | 328 | |
| Missing a Javadoc comment. | 346 | |
| Missing a Javadoc comment. | 353 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 374 | |
| '+' should be on a new line. | 386 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 404 | |
| Missing a Javadoc comment. | 424 | |
| Missing a Javadoc comment. | 435 | |
| Missing a Javadoc comment. | 440 | |
| Missing a Javadoc comment. | 445 | |
| Missing a Javadoc comment. | 450 | |
| Missing a Javadoc comment. | 455 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.archiva.redback.common.ldap.connection.DefaultLdapConnection. | 23 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 154 | |
| Missing a Javadoc comment. | 159 | |
| Missing a Javadoc comment. | 165 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 166 | |
| Missing a Javadoc comment. | 193 | |
| Missing a Javadoc comment. | 198 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 199 | |
| Missing a Javadoc comment. | 254 | |
| Missing a Javadoc comment. | 264 | |
| Missing a Javadoc comment. | 274 | |
| Expected an @return tag. | 313 | |
| Expected @param tag for 'usernameKey'. | 313 | |
| Expected @param tag for 'orderAscending'. | 313 | |
| Expected @throws tag for 'UserManagerException'. | 314 | |
| Missing a Javadoc comment. | 323 | |
| Expected an @return tag. | 331 | |
| Missing a Javadoc comment. | 370 | |
| Missing a Javadoc comment. | 375 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 376 | |
| Missing a Javadoc comment. | 381 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 382 | |
| Missing a Javadoc comment. | 416 | |
| Missing a Javadoc comment. | 488 | |
| Missing a Javadoc comment. | 493 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 47 | |
| '(' is not followed by whitespace. | 50 | |
| Line is longer than 120 characters. | 58 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 71 | |
| ')' is not preceded with whitespace. | 71 | |
| Missing a Javadoc comment. | 88 | |
| Expected @param tag for 'principal'. | 101 | |
| Expected @param tag for 'context'. | 101 | |
| Expected @throws tag for 'LdapControllerException'. | 102 | |
| Expected @param tag for 'user'. | 110 | |
| Expected @param tag for 'context'. | 110 | |
| Expected @throws tag for 'LdapControllerException'. | 111 | |
| Expected @throws tag for 'MappingException'. | 111 | |
| Expected an @return tag. | 119 | |
| Expected @param tag for 'key'. | 119 | |
| Expected @param tag for 'context'. | 119 | |
| Expected @throws tag for 'LdapControllerException'. | 120 | |
| Missing a Javadoc comment. | 148 | |
| Missing a Javadoc comment. | 156 | |
| Missing a Javadoc comment. | 162 | |
| Missing a Javadoc comment. | 168 | |
| Expected an @return tag. | 195 | |
| Expected @param tag for 'context'. | 195 | |
| Expected @throws tag for 'LdapControllerException'. | 196 | |
| Expected @throws tag for 'MappingException'. | 196 | |
| Expected an @return tag. | 238 | |
| Expected @param tag for 'query'. | 238 | |
| Expected @param tag for 'context'. | 238 | |
| Expected @throws tag for 'LdapControllerException'. | 239 | |
| Expected @throws tag for 'MappingException'. | 239 | |
| Expected @param tag for 'user'. | 281 | |
| Expected @param tag for 'context'. | 281 | |
| Expected @param tag for 'encodePasswordIfChanged'. | 281 | |
| Expected @throws tag for 'LdapControllerException'. | 282 | |
| Expected @throws tag for 'MappingException'. | 282 | |
| Expected an @return tag. | 344 | |
| Expected @param tag for 'username'. | 344 | |
| Expected @param tag for 'context'. | 344 | |
| Expected @throws tag for 'LdapControllerException'. | 345 | |
| Expected @throws tag for 'MappingException'. | 345 | |
| Missing a Javadoc comment. | 393 | |
| Missing a Javadoc comment. | 474 | |
| Missing a Javadoc comment. | 479 | |
| Missing a Javadoc comment. | 484 | |
| Missing a Javadoc comment. | 489 | |
| Missing a Javadoc comment. | 494 | |
| Missing a Javadoc comment. | 499 | |
| Missing a Javadoc comment. | 504 | |
| Missing a Javadoc comment. | 509 | |
| Missing a Javadoc comment. | 514 | |
| Missing a Javadoc comment. | 519 | |
| Missing a Javadoc comment. | 524 | |
| Missing a Javadoc comment. | 529 | |
| Missing a Javadoc comment. | 534 | |
| Missing a Javadoc comment. | 539 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 59 | |
| Expected @param tag for 'dirContext'. | 66 | |
| Expected @throws tag for 'LdapControllerException'. | 67 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 31 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 40 | |
| ')' is not preceded with whitespace. | 40 | |
| '(' is not followed by whitespace. | 44 | |
| ')' is not preceded with whitespace. | 44 | |
| Expected an @return tag. | 54 | |
| Expected @param tag for 'username'. | 54 | |
| Expected an @return tag. | 62 | |
| Expected @param tag for 'username'. | 62 | |
| Expected @param tag for 'user'. | 78 | |
| 'if' is not followed by whitespace. | 81 | |
| Expected an @return tag. | 94 | |
| Expected @param tag for 'username'. | 94 | |
| Expected an @return tag. | 102 | |
| Expected @param tag for 'username'. | 102 | |
| Expected @param tag for 'username'. | 118 | |
| Expected @param tag for 'userDn'. | 118 | |
| 'if' is not followed by whitespace. | 121 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 41 | |
| Expected @param tag for 'username'. | 41 | |
| Expected an @return tag. | 50 | |
| Expected @param tag for 'username'. | 50 | |
| Expected @param tag for 'user'. | 63 | |
| Expected an @return tag. | 71 | |
| Expected @param tag for 'username'. | 71 | |
| Expected an @return tag. | 79 | |
| Expected @param tag for 'username'. | 79 | |
| Expected @param tag for 'username'. | 92 | |
| Expected @param tag for 'userDn'. | 92 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.io.IOException. | 34 | |
| Unused import - java.net.URL. | 35 | |
| Unused import - java.util.Properties. | 42 | |
| '(' is not followed by whitespace. | 49 | |
| ')' is not preceded with whitespace. | 49 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 128 | |
| Missing a Javadoc comment. | 142 | |
| Missing a Javadoc comment. | 156 | |
| Missing a Javadoc comment. | 166 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 167 | |
| Missing a Javadoc comment. | 181 | |
| Missing a Javadoc comment. | 186 | |
| Missing a Javadoc comment. | 191 | |
| Missing a Javadoc comment. | 215 | |
| Missing a Javadoc comment. | 236 | |
| Missing a Javadoc comment. | 257 | |
| Missing a Javadoc comment. | 278 | |
| Missing a Javadoc comment. | 284 | |
| Missing a Javadoc comment. | 291 | |
| Missing a Javadoc comment. | 300 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 70 | |
| 'encodedPassword' hides a field. | 70 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 129 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 139 | |
| Missing a Javadoc comment. | 144 | |
| Missing a Javadoc comment. | 149 | |
| Missing a Javadoc comment. | 154 | |
| Missing a Javadoc comment. | 159 | |
| Missing a Javadoc comment. | 164 | |
| Missing a Javadoc comment. | 169 | |
| Missing a Javadoc comment. | 174 | |
| Missing a Javadoc comment. | 179 | |
| Missing a Javadoc comment. | 184 | |
| Missing a Javadoc comment. | 189 | |
| Missing a Javadoc comment. | 194 | |
| Missing a Javadoc comment. | 199 | |
| Missing a Javadoc comment. | 204 | |
| Missing a Javadoc comment. | 209 | |
| Missing a Javadoc comment. | 214 | |
| Missing a Javadoc comment. | 219 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 27 | |
| Expected an @return tag. | 37 | |
| Expected @param tag for 'user'. | 37 | |
| '&&' should be on a new line. | 39 | |
| '&&' should be on a new line. | 44 | |
| Conditional logic can be removed. | 49 | |
| '&&' should be on a new line. | 49 | |
| Expected an @return tag. | 66 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 83 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 44 | |
| ')' is not preceded with whitespace. | 44 | |
| '(' is not followed by whitespace. | 45 | |
| ')' is not preceded with whitespace. | 45 | |
| '(' is not followed by whitespace. | 46 | |
| ')' is not preceded with whitespace. | 46 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 108 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 162 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 164 | |
| Missing a Javadoc comment. | 192 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 194 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 | |
| Missing a Javadoc comment. | 229 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 231 | |
| Missing a Javadoc comment. | 255 | |
| Missing a Javadoc comment. | 279 | |
| Missing a Javadoc comment. | 307 | |
| Missing a Javadoc comment. | 345 | |
| Missing a Javadoc comment. | 401 | |
| Empty catch block. | 461 | |
| Missing a Javadoc comment. | 509 | |
| Missing a Javadoc comment. | 536 | |
| Missing a Javadoc comment. | 578 | |
| Redundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'. | 580 | |
| Missing a Javadoc comment. | 621 | |
| Missing a Javadoc comment. | 626 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 37 | |
| Variable 'countInit' must be private and have accessor methods. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'lastDbFreshness' must be private and have accessor methods. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'addedUsernames' must be private and have accessor methods. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'removedUsernames' must be private and have accessor methods. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'updatedUsernames' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 71 |