Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 7 | 1 | 9 | 1 | 
Files
Rules
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| coding | HiddenField
  | 
5 | |
| javadoc | JavadocMethod
  | 
4 | |
JavadocVariable
  | 
1 | ||
| sizes | ParameterNumber | 1 | 
Details
org/apache/maven/plugins/pmd/PmdReport.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| coding | HiddenField | 'language' hides a field. | 443 | 
org/apache/maven/plugins/pmd/PmdReportRenderer.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 9). | 73 | |
| coding | HiddenField | 'currentFilename' hides a field. | 139 | 
org/apache/maven/plugins/pmd/exec/CpdExecutor.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'format'. | 238 | |
| javadoc | JavadocMethod | Expected @param tag for 'outputEncoding'. | 238 | 
org/apache/maven/plugins/pmd/exec/CpdRequest.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| coding | HiddenField | 'files' hides a field. | 77 | 
org/apache/maven/plugins/pmd/exec/PmdExecutor.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'format'. | 375 | |
| javadoc | JavadocMethod | Expected @param tag for 'outputEncoding'. | 375 | 
org/apache/maven/plugins/pmd/exec/PmdRequest.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| coding | HiddenField | 'language' hides a field. | 68 | |
| coding | HiddenField | 'files' hides a field. | 109 | 
org/apache/maven/plugins/pmd/exec/PmdResult.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | 


