The following document contains the results of Checkstyle 5.7.
File | I | W | E |
---|---|---|---|
org/apache/archiva/mock/MockRepositorySessionFactory.java | 0 | 2 | 2 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
2 | Error |
javadoc | JavadocMethod
|
2 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | blocks | LeftCurly | '{' should be on a new line. | 81 |
Error | blocks | LeftCurly | '{' should be on a new line. | 86 |