This project has retired. For details please refer to its Attic page.
Archiva Core Plugins :: File System Backed Metadata Repository – 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 10

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
1  Error
imports UnusedImports 3  Error
javadoc JavadocMethod
  • scope: "protected"
2  Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
1  Error
whitespace ParenPad
  • option: "space"
4  Error

Details

org/apache/archiva/metadata/repository/file/FileMetadataRepository.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found '}' 313

org/apache/archiva/metadata/repository/file/FileMetadataRepositoryTest.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - java.util.Map. 37
 Error javadoc JavadocType Missing a Javadoc comment. 42
 Error whitespace ParenPad '(' is not followed by whitespace. 71
 Error whitespace ParenPad '(' is not followed by whitespace. 71
 Error whitespace ParenPad ')' is not preceded with whitespace. 71
 Error whitespace ParenPad ')' is not preceded with whitespace. 71
 Warning javadoc JavadocMethod Missing a Javadoc comment. 179

org/apache/archiva/metadata/repository/file/FileRepositorySessionFactory.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - org.apache.commons.lang3.StringUtils. 31
 Error imports UnusedImports Unused import - java.util.HashMap. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Error blocks LeftCurly '{' should be on a new line. 67