Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
102 2 8 0

Files

File  I  W  E
org/opentrafficsim/draw/RenderableTextSource.java 1 0 0
org/opentrafficsim/draw/graphs/ContourDataSource.java 0 2 0
org/opentrafficsim/draw/graphs/FundamentalDiagram.java 0 4 0
org/opentrafficsim/draw/network/LinkAnimation.java 1 2 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2  Warning
design VisibilityModifier 2  Warning
misc TodoComment 3  Warning
modifier RedundantModifier 1  Warning
sizes ParameterNumber 2  Info

Details

org/opentrafficsim/draw/RenderableTextSource.java

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

org/opentrafficsim/draw/graphs/ContourDataSource.java

Severity Category Rule Message Line
 Warning design VisibilityModifier Variable 'spaceAxis' must be private and have accessor methods. 125
 Warning design VisibilityModifier Variable 'timeAxis' must be private and have accessor methods. 128

org/opentrafficsim/draw/graphs/FundamentalDiagram.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 585
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 921
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 922
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 1146

org/opentrafficsim/draw/network/LinkAnimation.java

Severity Category Rule Message Line
 Warning coding HiddenField 'designLine' hides a field. 91
 Warning coding HiddenField 'endPoint' hides a field. 122
 Info sizes ParameterNumber More than 7 parameters (found 8). 172