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

Files

File
 I
 W
 E
org/apache/maven/plugins/site/deploy/AbstractDeployMojo.java 0 1 0
org/apache/maven/plugins/site/render/AbstractSiteRenderingMojo.java 1 3 0
org/apache/maven/plugins/site/render/ReportDocumentRenderer.java 0 3 0
org/apache/maven/plugins/site/run/DoxiaFilter.java 4 4 0

Rules

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

Details

org/apache/maven/plugins/site/deploy/AbstractDeployMojo.java

Severity Category Rule Message Line
 Warning
coding HiddenField 'inputDirectory' hides a field. 327

org/apache/maven/plugins/site/render/AbstractSiteRenderingMojo.java

Severity Category Rule Message Line
 Info
javadoc JavadocVariable Missing a Javadoc comment. 169
 Warning
coding HiddenField 'reports' hides a field. 340
 Warning
coding HiddenField 'reports' hides a field. 384
 Warning
coding HiddenField 'reports' hides a field. 413

org/apache/maven/plugins/site/render/ReportDocumentRenderer.java

Severity Category Rule Message Line
 Warning
coding HiddenField 'report' hides a field. 206
 Warning
coding HiddenField 'report' hides a field. 210
 Warning
coding HiddenField 'report' hides a field. 213

org/apache/maven/plugins/site/run/DoxiaFilter.java

Severity Category Rule Message Line
 Info
javadoc JavadocVariable Missing a Javadoc comment. 54
 Info
javadoc JavadocVariable Missing a Javadoc comment. 56
 Info
javadoc JavadocVariable Missing a Javadoc comment. 58
 Info
javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning
javadoc JavadocMethod Expected @param tag for 'filterConfig'. 75
 Warning
javadoc JavadocMethod Expected @param tag for 'servletRequest'. 90
 Warning
javadoc JavadocMethod Expected @param tag for 'servletResponse'. 90
 Warning
javadoc JavadocMethod Expected @param tag for 'filterChain'. 90