Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
49 1 7 0

Files

File  I  W  E
org/opentrafficsim/animation/DefaultAnimationFactory.java 0 2 0
org/opentrafficsim/animation/GraphLaneUtil.java 0 1 0
org/opentrafficsim/animation/colorer/DesiredHeadwayColorer.java 0 2 0
org/opentrafficsim/animation/colorer/TaskColorer.java 0 1 0
org/opentrafficsim/animation/gis/CoordinateTransformLonLatToXy.java 1 0 0
org/opentrafficsim/animation/gtu/colorer/GtuColorerManager.java 0 1 0

Rules

Category Rule Violations Severity
design VisibilityModifier 3  Warning
misc NewlineAtEndOfFile
  • fileExtensions: "java"
  • lineSeparator: "crlf"
2  Warning
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:'. 275
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 287

org/opentrafficsim/animation/GraphLaneUtil.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1

org/opentrafficsim/animation/colorer/DesiredHeadwayColorer.java

Severity Category Rule Message Line
 Warning design VisibilityModifier Variable 'tMin' must be private and have accessor methods. 32
 Warning design VisibilityModifier Variable 'tMax' must be private and have accessor methods. 35

org/opentrafficsim/animation/colorer/TaskColorer.java

Severity Category Rule Message Line
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 57

org/opentrafficsim/animation/gis/CoordinateTransformLonLatToXy.java

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

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

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1