This project has retired. For details please refer to its Attic page.
Archiva Base :: Consumers :: Metadata – Checkstyle Results

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
1 0 3 7

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2  Warning
javadoc JavadocMethod
  • scope: "protected"
1  Warning
naming ConstantName 1  Error
whitespace ParenPad
  • option: "space"
6  Error

Details

org/apache/archiva/consumers/metadata/ArchivaMetadataCreationConsumer.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is not followed by whitespace. 59
 Error whitespace ParenPad ')' is not preceded with whitespace. 59
 Error whitespace ParenPad '(' is not followed by whitespace. 60
 Error whitespace ParenPad ')' is not preceded with whitespace. 60
 Error whitespace ParenPad '(' is not followed by whitespace. 90
 Error whitespace ParenPad ')' is not preceded with whitespace. 90
 Error naming ConstantName Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 93
 Warning coding HiddenField 'whenGathered' hides a field. 122
 Warning coding HiddenField 'whenGathered' hides a field. 130
 Warning javadoc JavadocMethod Missing a Javadoc comment. 257