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'. 254

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

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

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 33
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 40
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 40
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 47
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 54
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 61
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 61
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 68
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 75
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 82
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 82
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 89
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 96
 Warning javadoc JavadocMethod Expected @param tag for 'content'. 103
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 103
 Warning javadoc JavadocMethod Expected @param tag for 'error'. 115
 Warning javadoc JavadocMethod @return tag should be present and have description. 127
 Warning javadoc JavadocMethod @return tag should be present and have description. 135
 Warning javadoc JavadocMethod @return tag should be present and have description. 142
 Warning javadoc JavadocMethod @return tag should be present and have description. 149