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