Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
40 1 4 0

Files

File
 I
 W
 E
org/opentrafficsim/core/animation/network/NetworkAnimation.java 0 1 0
org/opentrafficsim/core/gis/CoordinateTransformLonLatToXY.java 1 0 0
org/opentrafficsim/road/gtu/colorer/DesiredHeadwayColorer.java 0 2 0
org/opentrafficsim/road/gtu/colorer/TaskColorer.java 0 1 0

Rules

Category Rule Violations Severity
blocks EmptyBlock 1
 Warning
design VisibilityModifier 3
 Warning
sizes LineLength
  • max: "128"
1
 Info

Details

org/opentrafficsim/core/animation/network/NetworkAnimation.java

Severity Category Rule Message Line
 Warning
blocks EmptyBlock Must have at least one statement. 157

org/opentrafficsim/core/gis/CoordinateTransformLonLatToXY.java

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

org/opentrafficsim/road/gtu/colorer/DesiredHeadwayColorer.java

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

org/opentrafficsim/road/gtu/colorer/TaskColorer.java

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