This project has retired. For details please refer to its Attic page.
Archiva Core Plugins :: Generic Metadata Support – 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
2 1 3 4

Rules

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

Details

org/apache/archiva/metadata/generic/GenericMetadataFacet.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 27
 Info javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning javadoc JavadocMethod Missing a Javadoc comment. 78

org/apache/archiva/metadata/generic/GenericMetadataFacetFactory.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is not followed by whitespace. 27
 Error whitespace ParenPad ')' is not preceded with whitespace. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32
 Error blocks LeftCurly '{' should be on a new line. 32