Checkstyle Results

The following document contains the results of Checkstyle 8.35 with /config/dsol-checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
31 1 1 0

Files

File
 I
 W
 E
org/djutils/serialization/DisplayType.java 0 1 0
org/djutils/serialization/SerialDataDecoder.java 1 0 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,168 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). 91