This project has retired. For details please refer to its Attic page.
Archiva Base :: Test Utility – 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
3 0 2 25

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
3  Error
RightCurly
  • option: "alone"
1  Error
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
3  Error
javadoc JavadocMethod
  • scope: "protected"
2  Warning
naming StaticVariableName 1  Error
sizes LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
1  Error
whitespace ParenPad
  • option: "space"
14  Error
WhitespaceAround 2  Error

Details

org/apache/archiva/test/utils/ArchivaBlockJUnit4ClassRunner.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32

org/apache/archiva/test/utils/ArchivaSpringJUnit4ClassRunner.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Error sizes LineLength Line is longer than 120 characters (found 142). 37
 Error whitespace ParenPad '(' is not followed by whitespace. 37
 Error whitespace ParenPad '(' is not followed by whitespace. 37
 Error whitespace ParenPad ')' is not preceded with whitespace. 37
 Error whitespace WhitespaceAround '!=' is not preceded with whitespace. 37
 Error whitespace WhitespaceAround '!=' is not followed by whitespace. 37
 Error whitespace ParenPad '(' is not followed by whitespace. 37
 Error whitespace ParenPad '(' is not followed by whitespace. 37
 Error whitespace ParenPad ')' is not preceded with whitespace. 37
 Error whitespace ParenPad ')' is not preceded with whitespace. 37
 Error whitespace ParenPad ')' is not preceded with whitespace. 37
 Error blocks LeftCurly '{' should be on a new line. 37
 Error blocks LeftCurly '{' should be on a new line. 38
 Error whitespace ParenPad '(' is not followed by whitespace. 39
 Error whitespace ParenPad ')' is not preceded with whitespace. 39
 Error whitespace ParenPad '(' is not followed by whitespace. 40
 Error whitespace ParenPad ')' is not preceded with whitespace. 40
 Error blocks RightCurly '}' should be alone on a line. 41
 Error whitespace ParenPad '(' is not followed by whitespace. 41
 Error whitespace ParenPad ')' is not preceded with whitespace. 41
 Error blocks LeftCurly '{' should be on a new line. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47

org/apache/archiva/test/utils/ListGenerator.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Error naming StaticVariableName Name 'MAXROUND' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35