Checkstyle Results
The following document contains the results of Checkstyle 10.11.0 with checkstyle/checkstyle-basepom.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
1 | 0 | 2 | 0 |
Files
File | I | W | E |
---|---|---|---|
org/basepom/mojo/duplicatefinder/classpath/ClasspathDescriptor.java | 0 | 2 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
modifier | RedundantModifier | 2 | Warning |
Details
org/basepom/mojo/duplicatefinder/classpath/ClasspathDescriptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | modifier | RedundantModifier | Redundant 'final' modifier. | 312 |
Warning | modifier | RedundantModifier | Redundant 'final' modifier. | 313 |