Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
47 1 2 0

Files

File  I  W  E
org/opentrafficsim/animation/DefaultAnimationFactory.java 0 2 0
org/opentrafficsim/animation/gtu/colorer/SocialPressureGtuColorer.java 1 0 0

Rules

Category Rule Violations Severity
misc TodoComment 2  Warning
sizes LineLength
  • max: "128"
1  Info

Details

org/opentrafficsim/animation/DefaultAnimationFactory.java

Severity Category Rule Message Line
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 289
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 301

org/opentrafficsim/animation/gtu/colorer/SocialPressureGtuColorer.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 129). 46