This project has retired. For details please refer to its Attic page.
Archiva Base :: Consumers :: Metadata – 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
1 0 3 36

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
5  Error
RightCurly
  • option: "alone"
4  Error
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2  Warning
imports AvoidStarImport 1  Error
javadoc JavadocMethod
  • scope: "protected"
1  Warning
naming ConstantName 1  Error
whitespace ParenPad
  • option: "space"
25  Error

Details

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

Severity Category Rule Message Line
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - org.apache.archiva.metadata.repository.*. 32
 Error whitespace ParenPad '(' is not followed by whitespace. 58
 Error whitespace ParenPad ')' is not preceded with whitespace. 58
 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. 89
 Error whitespace ParenPad ')' is not preceded with whitespace. 89
 Error naming ConstantName Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 92
 Warning coding HiddenField 'whenGathered' hides a field. 121
 Error whitespace ParenPad '(' is not followed by whitespace. 125
 Error whitespace ParenPad '(' is not followed by whitespace. 125
 Error whitespace ParenPad ')' is not preceded with whitespace. 125
 Error whitespace ParenPad ')' is not preceded with whitespace. 125
 Warning coding HiddenField 'whenGathered' hides a field. 129
 Error whitespace ParenPad '(' is not followed by whitespace. 195
 Error whitespace ParenPad '(' is not followed by whitespace. 199
 Error whitespace ParenPad '(' is not followed by whitespace. 202
 Error blocks LeftCurly '{' should be on a new line. 210
 Error blocks RightCurly '}' should be alone on a line. 212
 Error whitespace ParenPad '(' is not followed by whitespace. 212
 Error whitespace ParenPad ')' is not preceded with whitespace. 212
 Error blocks LeftCurly '{' should be on a new line. 212
 Error whitespace ParenPad '(' is not followed by whitespace. 213
 Error whitespace ParenPad ')' is not preceded with whitespace. 213
 Error blocks LeftCurly '{' should be on a new line. 221
 Error blocks RightCurly '}' should be alone on a line. 223
 Error whitespace ParenPad '(' is not followed by whitespace. 223
 Error whitespace ParenPad ')' is not preceded with whitespace. 223
 Error blocks LeftCurly '{' should be on a new line. 223
 Error whitespace ParenPad '(' is not followed by whitespace. 224
 Error whitespace ParenPad ')' is not preceded with whitespace. 224
 Error blocks RightCurly '}' should be alone on a line. 226
 Error whitespace ParenPad '(' is not followed by whitespace. 226
 Error whitespace ParenPad ')' is not preceded with whitespace. 226
 Error blocks LeftCurly '{' should be on a new line. 226
 Error whitespace ParenPad '(' is not followed by whitespace. 227
 Error whitespace ParenPad ')' is not preceded with whitespace. 227
 Error blocks RightCurly '}' should be alone on a line. 228
 Warning javadoc JavadocMethod Missing a Javadoc comment. 273