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 7 0

Files

File  I  W  E
org/apache/maven/script/ant/AntMojoWrapper.java 0 2 0
org/apache/maven/script/ant/AntPropertyHelper.java 0 5 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
3  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
4  Warning

Details

org/apache/maven/script/ant/AntMojoWrapper.java

Severity Category Rule Message Line
 Warning coding HiddenField 'antProject' hides a field. 256
 Warning coding HiddenField 'logger' hides a field. 321

org/apache/maven/script/ant/AntPropertyHelper.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 93
 Warning javadoc JavadocMethod Expected @param tag for 'ns'. 93
 Warning javadoc JavadocMethod Expected @param tag for 'name'. 93
 Warning javadoc JavadocMethod Expected @param tag for 'user'. 93
 Warning coding HiddenField 'mavenProject' hides a field. 138