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
24 4 7 0

Files

File
 I
 W
 E
org/opentrafficsim/swing/graphs/SwingContourPlot.java 1 0 0
org/opentrafficsim/swing/graphs/SwingPlot.java 1 0 0
org/opentrafficsim/swing/gui/AnimationToggles.java 2 0 0
org/opentrafficsim/swing/gui/OTSAnimationPanel.java 0 1 0
org/opentrafficsim/swing/gui/OTSControlPanel.java 0 3 0
org/opentrafficsim/swing/gui/OTSSimulationPanel.java 0 1 0
org/opentrafficsim/swing/gui/OTSSwingApplication.java 0 1 0
org/opentrafficsim/swing/script/AbstractSimulationScript.java 0 1 0

Rules

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

Details

org/opentrafficsim/swing/graphs/SwingContourPlot.java

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

org/opentrafficsim/swing/graphs/SwingPlot.java

Severity Category Rule Message Line
 Info
sizes MethodLength Method length is 167 lines (max allowed is 150). 75

org/opentrafficsim/swing/gui/AnimationToggles.java

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

org/opentrafficsim/swing/gui/OTSAnimationPanel.java

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

org/opentrafficsim/swing/gui/OTSControlPanel.java

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

org/opentrafficsim/swing/gui/OTSSimulationPanel.java

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

org/opentrafficsim/swing/gui/OTSSwingApplication.java

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

org/opentrafficsim/swing/script/AbstractSimulationScript.java

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