Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
11 3 3 0

Files

File  I  W  E
nl/tudelft/simulation/dsol/animation/gis/map/Feature.java 0 1 0
nl/tudelft/simulation/dsol/animation/gis/map/GisMap.java 0 2 0
nl/tudelft/simulation/dsol/animation/gis/map/package-info.java 1 0 0
nl/tudelft/simulation/dsol/animation/gis/package-info.java 1 0 0
nl/tudelft/simulation/dsol/animation/gis/transform/package-info.java 1 0 0

Rules

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

Details

nl/tudelft/simulation/dsol/animation/gis/map/Feature.java

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

nl/tudelft/simulation/dsol/animation/gis/map/GisMap.java

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

nl/tudelft/simulation/dsol/animation/gis/map/package-info.java

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

nl/tudelft/simulation/dsol/animation/gis/package-info.java

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

nl/tudelft/simulation/dsol/animation/gis/transform/package-info.java

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