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 |
6 |
1 |
Rules
Category |
Rule |
Violations |
Severity |
coding |
HiddenField
- ignoreConstructorParameter:
"true"
- ignoreSetter:
"true" |
6 |
Warning |
sizes |
FileLength |
1 |
Error |
Details
org/apache/maven/plugins/invoker/AbstractInvokerMojo.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
FileLength |
File length is 2,350 lines (max allowed is 2,000). |
1 |
Warning |
coding |
HiddenField |
'settingsFile' hides a field. |
1344 |
Warning |
coding |
HiddenField |
'settingsFile' hides a field. |
1503 |
Warning |
coding |
HiddenField |
'settingsFile' hides a field. |
1785 |
org/apache/maven/plugins/invoker/InstallMojo.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
HiddenField |
'project' hides a field. |
193 |
org/apache/maven/plugins/invoker/InvokerSession.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
HiddenField |
'buildJobs' hides a field. |
85 |
Warning |
coding |
HiddenField |
'buildJobs' hides a field. |
269 |