Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
9 1 12 0

Files

File  I  W  E
org/apache/maven/plugins/pmd/AbstractPmdReportTestCase.java 0 2 0
org/apache/maven/plugins/pmd/PmdReport.java 0 1 0
org/apache/maven/plugins/pmd/PmdReportRenderer.java 0 1 0
org/apache/maven/plugins/pmd/exec/CpdExecutor.java 0 2 0
org/apache/maven/plugins/pmd/exec/CpdRequest.java 0 1 0
org/apache/maven/plugins/pmd/exec/PmdExecutor.java 0 2 0
org/apache/maven/plugins/pmd/exec/PmdRequest.java 0 2 0
org/apache/maven/plugins/pmd/exec/PmdResult.java 1 0 0
org/apache/maven/plugins/pmd/stubs/PmdPluginArtifactStub.java 0 1 0

Rules

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

Details

org/apache/maven/plugins/pmd/AbstractPmdReportTestCase.java

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

org/apache/maven/plugins/pmd/PmdReport.java

Severity Category Rule Message Line
 Warning coding HiddenField 'language' hides a field. 429

org/apache/maven/plugins/pmd/PmdReportRenderer.java

Severity Category Rule Message Line
 Warning coding HiddenField 'currentFilename' hides a field. 139

org/apache/maven/plugins/pmd/exec/CpdExecutor.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'format'. 176
 Warning javadoc JavadocMethod Expected @param tag for 'outputEncoding'. 176

org/apache/maven/plugins/pmd/exec/CpdRequest.java

Severity Category Rule Message Line
 Warning coding HiddenField 'files' hides a field. 78

org/apache/maven/plugins/pmd/exec/PmdExecutor.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'format'. 368
 Warning javadoc JavadocMethod Expected @param tag for 'outputEncoding'. 368

org/apache/maven/plugins/pmd/exec/PmdRequest.java

Severity Category Rule Message Line
 Warning coding HiddenField 'language' hides a field. 68
 Warning coding HiddenField 'files' hides a field. 109

org/apache/maven/plugins/pmd/exec/PmdResult.java

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

org/apache/maven/plugins/pmd/stubs/PmdPluginArtifactStub.java

Severity Category Rule Message Line
 Warning coding HiddenField 'handler' hides a field. 114