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

Files

File  I  W  E
org/apache/maven/plugin/resources/remote/AbstractProcessRemoteResourcesMojo.java 1 3 0
org/apache/maven/plugin/resources/remote/BundleRemoteResourcesMojo.java 1 0 0
org/apache/maven/plugin/resources/remote/ModelUtils.java 0 3 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
5  Warning
JavadocVariable
  • scope: "protected"
2  Info

Details

org/apache/maven/plugin/resources/remote/AbstractProcessRemoteResourcesMojo.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 352
 Warning javadoc JavadocMethod @return tag should be present and have description. 572
 Warning javadoc JavadocMethod @return tag should be present and have description. 577
 Warning coding HiddenField 'properties' hides a field. 741

org/apache/maven/plugin/resources/remote/BundleRemoteResourcesMojo.java

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

org/apache/maven/plugin/resources/remote/ModelUtils.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'childContainer'. 52
 Warning javadoc JavadocMethod Expected @param tag for 'parentContainer'. 52
 Warning javadoc JavadocMethod Expected @param tag for 'handleAsInheritance'. 52