Checkstyle Results

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

Summary

Files
 Info
 Warnings
 Errors
4 2 23 0

Files

File
 I
 W
 E
org/apache/maven/plugin/AbstractMojoExecutionException.java 2 0 0
org/apache/maven/plugin/descriptor/MojoDescriptor.java 0 1 0
org/apache/maven/plugin/descriptor/PluginDescriptor.java 0 2 0
org/apache/maven/plugin/logging/SystemStreamLog.java 0 20 0

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • accessModifiers: "public, protected"
23
 Warning
JavadocVariable
  • scope: "protected"
2
 Info

Details

org/apache/maven/plugin/AbstractMojoExecutionException.java

Severity Category Rule Message Line
 Info
javadoc JavadocVariable Missing a Javadoc comment. 27
 Info
javadoc JavadocVariable Missing a Javadoc comment. 29

org/apache/maven/plugin/descriptor/MojoDescriptor.java

Severity Category Rule Message Line
 Warning
javadoc JavadocMethod Expected @param tag for 'requiresDependencyCollection'. 256

org/apache/maven/plugin/descriptor/PluginDescriptor.java

Severity Category Rule Message Line
 Warning
javadoc JavadocMethod @return tag should be present and have description. 165
 Warning
javadoc JavadocMethod Expected @param tag for 'artifactId'. 165

org/apache/maven/plugin/logging/SystemStreamLog.java

Severity Category Rule Message Line
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 36
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 43
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 43
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 50
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 57
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 64
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 64
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 71
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 78
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 85
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 85
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 92
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 99
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 106
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 106
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 119
 Warning
javadoc JavadocMethod @return tag should be present and have description. 131
 Warning
javadoc JavadocMethod @return tag should be present and have description. 139
 Warning
javadoc JavadocMethod @return tag should be present and have description. 146
 Warning
javadoc JavadocMethod @return tag should be present and have description. 153