Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
5 3 31 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/descriptor/PluginDescriptorBuilder.java 1 8 0
org/apache/maven/plugin/logging/SystemStreamLog.java 0 20 0

Rules

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

Details

org/apache/maven/plugin/AbstractMojoExecutionException.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 26
 Info javadoc JavadocVariable Missing a Javadoc comment. 28

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

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

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

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

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

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 50
 Warning javadoc JavadocMethod @return tag should be present and have description. 64
 Warning javadoc JavadocMethod Expected @param tag for 'reader'. 65
 Warning javadoc JavadocMethod @return tag should be present and have description. 72
 Warning javadoc JavadocMethod Expected @param tag for 'reader'. 73
 Warning javadoc JavadocMethod Expected @param tag for 'source'. 73
 Warning javadoc JavadocMethod @return tag should be present and have description. 99
 Warning javadoc JavadocMethod Expected @param tag for 'input'. 100
 Warning javadoc JavadocMethod Expected @param tag for 'source'. 100

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 35
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 42
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 42
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 49
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 56
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 63
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 63
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 70
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 77
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 84
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 84
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 91
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 98
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 105
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 105
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 118
 Warning javadoc JavadocMethod @return tag should be present and have description. 130
 Warning javadoc JavadocMethod @return tag should be present and have description. 138
 Warning javadoc JavadocMethod @return tag should be present and have description. 145
 Warning javadoc JavadocMethod @return tag should be present and have description. 152