This project has retired. For details please refer to its Attic page.
Archiva Core Plugins :: File System Backed Metadata Repository – Checkstyle Results

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
3 0 8 11

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • scope: "protected"
8  Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
2  Error
sizes LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2  Error
MethodLength 1  Error
whitespace ParenPad
  • option: "space"
6  Error

Details

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

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 66
 Warning javadoc JavadocMethod Missing a Javadoc comment. 83
 Error sizes LineLength Line is longer than 120 characters (found 137). 655
 Error sizes LineLength Line is longer than 120 characters (found 124). 670
 Warning javadoc JavadocMethod Expected @param tag for 'repositoryId'. 795
 Warning javadoc JavadocMethod Expected @param tag for 'namespace'. 795
 Warning javadoc JavadocMethod Expected @param tag for 'project'. 795
 Warning javadoc JavadocMethod Expected @param tag for 'projectVersion'. 795
 Warning javadoc JavadocMethod Expected @throws tag for 'MetadataRepositoryException'. 797
 Error whitespace ParenPad '(' is not followed by whitespace. 969
 Error whitespace ParenPad ')' is not preceded with whitespace. 969
 Error sizes MethodLength Method length is 177 lines (max allowed is 150). 1005
 Error whitespace ParenPad '(' is not followed by whitespace. 1387
 Error whitespace ParenPad ')' is not preceded with whitespace. 1387

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

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 37
 Error whitespace ParenPad '(' is not followed by whitespace. 49
 Error whitespace ParenPad ')' is not preceded with whitespace. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 155

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 66