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

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
3 0 2 4

Rules

Category Rule Violations Severity
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
3  Error
javadoc JavadocMethod
  • scope: "protected"
2  Warning
naming StaticVariableName 1  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
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32

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