This project has retired. For details please refer to its Attic page.
Archiva Core Plugins :: Generic Metadata Support – Checkstyle Results

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
2 1 2 3

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • scope: "protected"
2  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. 28
 Error whitespace ParenPad ')' is not preceded with whitespace. 28