Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
29 2 12 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/AppearanceApplication.java 0 5 0
org/opentrafficsim/swing/gui/OtsAnimationPanel.java 0 1 0
org/opentrafficsim/swing/gui/OtsControlPanel.java 0 4 0
org/opentrafficsim/swing/gui/OtsSimulationPanel.java 0 1 0
org/opentrafficsim/swing/script/AbstractSimulationScript.java 0 1 0

Rules

Category Rule Violations Severity
blocks EmptyBlock 1  Warning
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
3  Warning
design VisibilityModifier 1  Warning
misc TodoComment 6  Warning
naming StaticVariableName 1  Warning
sizes 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). 109

org/opentrafficsim/swing/graphs/SwingPlot.java

Severity Category Rule Message Line
 Info sizes MethodLength Method setChart length is 163 lines (max allowed is 150). 79

org/opentrafficsim/swing/gui/AppearanceApplication.java

Severity Category Rule Message Line
 Warning design VisibilityModifier Variable 'frameProperties' must be private and have accessor methods. 74
 Warning coding HiddenField 'fontScaleName' hides a field. 203
 Warning coding HiddenField 'fontScaleName' hides a field. 238
 Warning coding HiddenField 'fontScaleName' hides a field. 404
 Warning naming StaticVariableName Name 'PATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. 493

org/opentrafficsim/swing/gui/OtsAnimationPanel.java

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

org/opentrafficsim/swing/gui/OtsControlPanel.java

Severity Category Rule Message Line
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 462
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 490
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 504
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 512

org/opentrafficsim/swing/gui/OtsSimulationPanel.java

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

org/opentrafficsim/swing/script/AbstractSimulationScript.java

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