This project has retired. For details please refer to its Attic page.
Archiva Base :: Mocks – Checkstyle Results Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 5.7. rss feed

Summary

Files  Info  Warnings  Errors
3 0 2 2

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
2  Error
javadoc JavadocMethod
  • scope: "protected"
2  Warning

Details

org/apache/archiva/mock/MockRepositorySessionFactory.java

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