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
4 0 10 1

Files

File
 I
 W
 E
org/apache/maven/tools/plugin/generator/GeneratorException.java 0 1 0
org/apache/maven/tools/plugin/generator/GeneratorUtils.java 0 1 0
org/apache/maven/tools/plugin/generator/PluginDescriptorGenerator.java 0 3 1
org/apache/maven/tools/plugin/generator/PluginHelpGenerator.java 0 5 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2
 Warning
javadoc JavadocMethod
  • scope: "protected"
8
 Warning
sizes MethodLength 1
 Error

Details

org/apache/maven/tools/plugin/generator/GeneratorException.java

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

org/apache/maven/tools/plugin/generator/GeneratorUtils.java

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

org/apache/maven/tools/plugin/generator/PluginDescriptorGenerator.java

Severity Category Rule Message Line
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 59
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 102
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 172
 Error
sizes MethodLength Method length is 403 lines (max allowed is 150). 182

org/apache/maven/tools/plugin/generator/PluginHelpGenerator.java

Severity Category Rule Message Line
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 163
 Warning
coding HiddenField 'helpPackageName' hides a field. 163
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 169
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 174
 Warning
coding HiddenField 'velocityComponent' hides a field. 174