Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
1 0 4 1

Rules

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

Details

org/codehaus/mojo/appassembler/booter/AppassemblerBooter.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. 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 68
 Warning javadoc JavadocMethod Missing a Javadoc comment. 114
 Warning javadoc JavadocMethod Missing a Javadoc comment. 198