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
65 3 12 0

Files

File
 I
 W
 E
org/opentrafficsim/draw/core/TextAnimation.java 1 0 0
org/opentrafficsim/draw/factory/DefaultAnimationFactory.java 0 5 0
org/opentrafficsim/draw/graphs/AbstractContourPlot.java 1 0 0
org/opentrafficsim/draw/graphs/AbstractPlot.java 0 1 0
org/opentrafficsim/draw/graphs/ContourDataSource.java 0 3 0
org/opentrafficsim/draw/graphs/FundamentalDiagram.java 0 3 0
org/opentrafficsim/draw/network/LinkAnimation.java 1 0 0

Rules

Category Rule Violations Severity
blocks EmptyBlock 2
 Warning
design VisibilityModifier 3
 Warning
misc TodoComment 7
 Warning
sizes LineLength
  • max: "128"
1
 Info
ParameterNumber 2
 Info

Details

org/opentrafficsim/draw/core/TextAnimation.java

Severity Category Rule Message Line
 Info
sizes ParameterNumber More than 7 parameters (found 8). 169

org/opentrafficsim/draw/factory/DefaultAnimationFactory.java

Severity Category Rule Message Line
 Warning
design VisibilityModifier Variable 'animatedObjects' must be private and have accessor methods. 76
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 230
 Warning
blocks EmptyBlock Must have at least one statement. 241
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 242
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 330

org/opentrafficsim/draw/graphs/AbstractContourPlot.java

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

org/opentrafficsim/draw/graphs/AbstractPlot.java

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

org/opentrafficsim/draw/graphs/ContourDataSource.java

Severity Category Rule Message Line
 Warning
design VisibilityModifier Variable 'spaceAxis' must be private and have accessor methods. 114
 Warning
design VisibilityModifier Variable 'timeAxis' must be private and have accessor methods. 117
 Warning
blocks EmptyBlock Must have at least one statement. 896

org/opentrafficsim/draw/graphs/FundamentalDiagram.java

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

org/opentrafficsim/draw/network/LinkAnimation.java

Severity Category Rule Message Line
 Info
sizes ParameterNumber More than 7 parameters (found 8). 180