Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 3 | 0 | 7 | 0 |
Files
| File | |||
|---|---|---|---|
| org/apache/maven/plugins/invoker/AbstractInvokerMojo.java | 0 | 4 | 0 |
| org/apache/maven/plugins/invoker/InstallMojo.java | 0 | 1 | 0 |
| org/apache/maven/plugins/invoker/InvokerSession.java | 0 | 2 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
7 |
Details
org/apache/maven/plugins/invoker/AbstractInvokerMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'collectedProjects' hides a field. | 843 | |
| coding | HiddenField | 'settingsFile' hides a field. | 1403 | |
| coding | HiddenField | 'settingsFile' hides a field. | 1562 | |
| coding | HiddenField | 'settingsFile' hides a field. | 1854 |
org/apache/maven/plugins/invoker/InstallMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'project' hides a field. | 193 |
org/apache/maven/plugins/invoker/InvokerSession.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'buildJobs' hides a field. | 86 | |
| coding | HiddenField | 'buildJobs' hides a field. | 270 |


