The following document contains the results of Checkstyle 5.7. 
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| blocks | LeftCurly
  | 
1 | |
RightCurly
  | 
1 | ||
| header | RegexpHeader
  | 
1 | |
| imports | UnusedImports | 1 | |
| javadoc | JavadocMethod
  | 
9 | |
JavadocType
  | 
1 | ||
| sizes | MethodLength | 1 | |
| whitespace | GenericWhitespace | 1 | |
| OperatorWrap | 2 | ||
ParenPad
  | 
4 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^\s*$'. | 2 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 849 | |
| sizes | MethodLength | Method length is 174 lines (max allowed is 150). | 880 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1098 | |
| blocks | RightCurly | '}' should be alone on a line. | 1350 | |
| blocks | LeftCurly | '{' should be on a new line. | 1350 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 1380 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1413 | |
| javadoc | JavadocMethod | Expected @param tag for 'text'. | 1414 | |
| javadoc | JavadocMethod | Expected @param tag for 'repositoryId'. | 1414 | |
| javadoc | JavadocMethod | Expected @param tag for 'exact'. | 1414 | |
| javadoc | JavadocMethod | Expected @throws tag for 'MetadataRepositoryException'. | 1415 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1446 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1446 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1688 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Test. | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| whitespace | ParenPad | '(' is not followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |