Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 3 | 0 | 4 | 0 |
Files
| File | |||
|---|---|---|---|
| org/apache/maven/plugins/jlink/AbstractJLinkExecutor.java | 0 | 1 | 0 |
| org/apache/maven/plugins/jlink/AbstractJLinkToolchainExecutor.java | 0 | 1 | 0 |
| org/apache/maven/plugins/jlink/JLinkMojo.java | 0 | 2 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
4 |
Details
org/apache/maven/plugins/jlink/AbstractJLinkExecutor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'modulesToAdd' hides a field. | 69 |
org/apache/maven/plugins/jlink/AbstractJLinkToolchainExecutor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'toolchain' hides a field. | 111 |
org/apache/maven/plugins/jlink/JLinkMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'outputDirectory' hides a field. | 521 | |
| coding | HiddenField | 'outputDirectoryImage' hides a field. | 521 |


