Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
2 |
0 |
5 |
0 |
Rules
Category |
Rule |
Violations |
Severity |
coding |
HiddenField
- ignoreConstructorParameter:
"true"
- ignoreSetter:
"true" |
5 |
Warning |
Details
org/eclipse/aether/transport/wagon/WagonTransporter.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
HiddenField |
'headers' hides a field. |
141 |
Warning |
coding |
HiddenField |
'repository' hides a field. |
209 |
org/eclipse/aether/transport/wagon/WagonTransporterFactory.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
HiddenField |
'wagonProvider' hides a field. |
75 |
Warning |
coding |
HiddenField |
'wagonConfigurator' hides a field. |
86 |
Warning |
coding |
HiddenField |
'priority' hides a field. |
102 |