Checkstyle Results
The following document contains the results of Checkstyle 8.14 with src/main/checkstyle/checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
131 | 0 | 0 | 1 |
Files
File | I | W | E |
---|---|---|---|
org/joda/beans/MetaProvider.java | 0 | 0 | 1 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
imports | AvoidStarImport | 1 | Error |
Details
org/joda/beans/MetaProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 18 |