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

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
1 0 1 1

Rules

Category Rule Violations Severity
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
1  Error
javadoc JavadocMethod
  • scope: "protected"
1  Warning

Details

org/apache/archiva/maven2/metadata/MavenMetadataReader.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^\s*$'. 2
 Warning javadoc JavadocMethod Expected @throws tag for 'XMLException'. 69