Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
7 | 1 | 9 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
5 | Warning |
javadoc | JavadocMethod
|
4 | Warning |
JavadocVariable
|
1 | Info |
Details
org/apache/maven/plugins/pmd/PmdReport.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'language' hides a field. | 432 |
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'. | 192 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'outputEncoding'. | 192 |
org/apache/maven/plugins/pmd/exec/CpdRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'files' hides a field. | 79 |
org/apache/maven/plugins/pmd/exec/PmdExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'format'. | 378 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'outputEncoding'. | 378 |
org/apache/maven/plugins/pmd/exec/PmdRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'language' hides a field. | 67 |
Warning | coding | HiddenField | 'files' hides a field. | 108 |
org/apache/maven/plugins/pmd/exec/PmdResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |