Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
3 0 4 0

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • scope: "protected"
4  Warning

Details

org/apache/maven/plugins/scripting/FileScriptEvaluator.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected an @return tag. 87

org/apache/maven/plugins/scripting/StringScriptEvaluator.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected an @return tag. 69
 Warning javadoc JavadocMethod Expected an @return tag. 86

org/apache/maven/plugins/scripting/UnsupportedScriptEngineException.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30