Checkstyle Results

The following document contains the results of Checkstyle 8.19 with /src/main/resources/development/dsol-checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
31 1 1 0

Rules

Category Rule Violations Severity
sizes FileLength 1  Warning
MethodLength 1  Info

Details

org/djutils/serialization/DisplayType.java

Severity Category Rule Message Line
 Warning sizes FileLength File length is 2,088 lines (max allowed is 2,000). 1

org/djutils/serialization/SerialDataDecoder.java

Severity Category Rule Message Line
 Info sizes MethodLength Method length is 381 lines (max allowed is 150). 89