Checkstyle Results

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

Summary

Files
 Info
 Warnings
 Errors
3 0 6 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
org/apache/maven/tools/plugin/generator/PluginXdocGenerator.java 0 2 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
4
 Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
2
 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

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

Severity Category Rule Message Line
 Warning
javadoc JavadocMethod Expected @param tag for 'reportOutputDirectory'. 107
 Warning
javadoc JavadocMethod Expected @param tag for 'disableInternalJavadocLinkValidation'. 108