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 |
2 |
3 |
1 |
Details
org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.java
Severity |
Category |
Rule |
Message |
Line |
Info |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
124 |
Info |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
127 |
Warning |
coding |
HiddenField |
'project' hides a field. |
239 |
Warning |
coding |
HiddenField |
'project' hides a field. |
268 |
Warning |
coding |
HiddenField |
'project' hides a field. |
276 |
org/apache/maven/plugins/artifact/buildinfo/ReferenceBuildinfoUtil.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
ParameterNumber |
More than 7 parameters (found 8). |
94 |