Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files |  Info |  Warnings |  Errors | 
| 3 | 0 | 3 | 0 | 
Rules
| Category | Rule | Violations | Severity | 
| coding | HiddenField 
ignoreConstructorParameter: "true"ignoreSetter: "true" | 3 |  Warning | 
Details
org/apache/maven/repository/internal/DefaultVersionResolver.java
| Severity | Category | Rule | Message | Line | 
|  Warning | coding | HiddenField | 'timestamp' hides a field. | 406 | 
| Severity | Category | Rule | Message | Line | 
|  Warning | coding | HiddenField | 'metadata' hides a field. | 98 | 
org/apache/maven/repository/internal/RelocatedArtifact.java
| Severity | Category | Rule | Message | Line | 
|  Warning | coding | HiddenField | 'version' hides a field. | 78 |