Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 5 | 2 | 7 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
7 | |
| javadoc | JavadocVariable
|
2 |
Details
org/apache/maven/plugins/checkstyle/AbstractCheckstyleReport.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 461 | |
| coding | HiddenField | 'sourceDirectories' hides a field. | 711 |
org/apache/maven/plugins/checkstyle/CheckstyleReportRenderer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'results' hides a field. | 233 | |
| coding | HiddenField | 'results' hides a field. | 607 | |
| coding | HiddenField | 'results' hides a field. | 621 |
org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'sourceDirectories' hides a field. | 880 |
org/apache/maven/plugins/checkstyle/exec/CheckstyleCheckerListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'severityLevel' hides a field. | 90 |
org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'defaultLogger' hides a field. | 266 |


