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