Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.2 with config/maven_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
2 0 6 2

Rules

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

Details

org/codehaus/mojo/natives/javah/JavahExecutable.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. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning javadoc JavadocMethod Expected an @return tag. 140
 Warning javadoc JavadocMethod Expected @param tag for 'config'. 140

org/codehaus/mojo/natives/javah/JavahMacOSExecutable.java

Severity Category Rule Message Line
 Error header RegexpHeader Missing a header - not enough lines in file. 1
 Warning javadoc JavadocMethod Missing a Javadoc comment. 11