The following document contains the results of Checkstyle 5.7.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
1 | Error |
RightCurly
|
1 | Error | |
coding | RedundantThrows | 24 | Error |
header | RegexpHeader
|
1 | Error |
imports | UnusedImports | 2 | Error |
javadoc | JavadocMethod
|
71 | Warning |
JavadocVariable
|
8 | Info | |
sizes | LineLength
|
1 | Error |
whitespace | ParenPad
|
25 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 52 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 52 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 53 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 53 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 67 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 67 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 71 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 71 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 78 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 78 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | RightCurly | '}' should be alone on a line. | 122 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 213 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 213 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 228 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 228 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 232 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 244 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 244 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 247 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 38 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 38 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 48 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | RedundantThrows | Redundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'. | 65 |
Error | coding | RedundantThrows | Redundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'. | 65 |
Error | coding | RedundantThrows | Redundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'. | 74 |
Error | coding | RedundantThrows | Redundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'. | 74 |
Error | coding | RedundantThrows | Redundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'. | 82 |
Error | coding | RedundantThrows | Redundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'. | 82 |
Error | coding | RedundantThrows | Redundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'. | 97 |
Error | coding | RedundantThrows | Redundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'. | 97 |
Error | sizes | LineLength | Line is longer than 120 characters (found 162). | 103 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 103 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 103 |
Error | coding | RedundantThrows | Redundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'. | 103 |
Error | coding | RedundantThrows | Redundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'. | 103 |
Error | blocks | LeftCurly | '{' should be on a new line. | 103 |
Error | coding | RedundantThrows | Redundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'. | 108 |
Error | coding | RedundantThrows | Redundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'. | 108 |
Error | coding | RedundantThrows | Redundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'. | 147 |
Error | coding | RedundantThrows | Redundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'. | 203 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 215 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 233 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 247 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected an @return tag. | 47 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 47 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'result'. | 47 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'AuthenticationException'. | 48 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'AccountLockedException'. | 48 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'MustChangePasswordException'. | 48 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 61 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 61 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'securitySession'. | 61 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'repositoryId'. | 61 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'permission'. | 62 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'AuthorizationException'. | 62 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'UnauthorizedException'. | 62 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 77 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'principal'. | 77 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'repoId'. | 77 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'permission'. | 77 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'UnauthorizedException'. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @throws tag for 'PrincipalNotFoundException'. | 43 |
Error | coding | RedundantThrows | Redundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'. | 43 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 43 |
Error | coding | RedundantThrows | Redundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'. | 43 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'ArchivaSecurityException'. | 43 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'PrincipalNotFoundException'. | 55 |
Error | coding | RedundantThrows | Redundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'. | 55 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 55 |
Error | coding | RedundantThrows | Redundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'. | 55 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'ArchivaSecurityException'. | 55 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 75 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'principal'. | 75 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'repoId'. | 75 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 75 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'PrincipalNotFoundException'. | 76 |
Error | coding | RedundantThrows | Redundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'. | 76 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'ArchivaSecurityException'. | 76 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 87 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'principal'. | 87 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'repoId'. | 87 |
Error | coding | RedundantThrows | Redundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'. | 88 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 99 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'principal'. | 99 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'ArchivaSecurityException'. | 100 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 100 |
Error | coding | RedundantThrows | Redundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'. | 100 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'PrincipalNotFoundException'. | 100 |
Error | coding | RedundantThrows | Redundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'. | 100 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 113 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'principal'. | 113 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'ArchivaSecurityException'. | 114 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 114 |
Error | coding | RedundantThrows | Redundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'. | 114 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'PrincipalNotFoundException'. | 114 |
Error | coding | RedundantThrows | Redundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^\s*$'. | 2 |
Error | imports | UnusedImports | Unused import - org.apache.archiva.repository.layout.LayoutException. | 39 |
Error | imports | UnusedImports | Unused import - org.apache.archiva.xml.XMLException. | 42 |