Checkstyle Results

The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.

Summary

Files
 Info
 Warnings
 Errors
2 0 4 1

Files

File
 I
 W
 E
org/apache/maven/tools/plugin/generator/PluginDescriptorFilesGenerator.java 0 0 1
org/apache/maven/tools/plugin/generator/PluginHelpGenerator.java 0 4 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
4
 Warning
sizes MethodLength 1
 Error

Details

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

Severity Category Rule Message Line
 Error
sizes MethodLength Method processMojoDescriptor length is 361 lines (max allowed is 150). 219

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

Severity Category Rule Message Line
 Warning
coding HiddenField 'helpPackageName' hides a field. 93
 Warning
coding HiddenField 'velocityComponent' hides a field. 98
 Warning
coding HiddenField 'goalPrefix' hides a field. 103
 Warning
coding HiddenField 'mavenProject' hides a field. 108