Checkstyle Results
The following document contains the results of Checkstyle 10.9.3 with src/main/checkstyle/checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
1 | 0 | 1 | 0 |
Files
File | I | W | E |
---|---|---|---|
org/joda/beans/ser/SerDeserializer.java | 0 | 1 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
annotation | MissingDeprecated | 1 | Warning |
Details
org/joda/beans/ser/SerDeserializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | annotation | MissingDeprecated | Javadoc comment at column 25 has parse error. Missed HTML close tag 'String'. Sometimes it means that close tag missed for one of previous tags. | 48 |