Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
25 3 9 0

Files

File  I  W  E
org/opentrafficsim/demo/RampMeteringDemo.java 0 5 0
org/opentrafficsim/demo/ShortMerge.java 1 0 0
org/opentrafficsim/demo/fd/FundamentalDiagramDemo.java 1 1 0
org/opentrafficsim/demo/fd/FundamentalDiagramModel.java 1 0 0
org/opentrafficsim/demo/loadfromxml/LoadXml.java 0 3 0

Rules

Category Rule Violations Severity
design FinalClass 1  Warning
javadoc JavadocPackage 1  Info
misc TodoComment 6  Warning
sizes MethodLength 1  Info
ParameterNumber 1  Info
whitespace WhitespaceAfter 2  Warning

Details

org/opentrafficsim/demo/RampMeteringDemo.java

Severity Category Rule Message Line
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 300
 Warning whitespace WhitespaceAfter ';' is not followed by whitespace. 335
 Warning whitespace WhitespaceAfter ';' is not followed by whitespace. 340
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 396
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 592

org/opentrafficsim/demo/ShortMerge.java

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

org/opentrafficsim/demo/fd/FundamentalDiagramDemo.java

Severity Category Rule Message Line
 Info sizes MethodLength Method setupDemo length is 258 lines (max allowed is 150). 312
 Warning design FinalClass Class DynamicFdLine should be declared as final. 810

org/opentrafficsim/demo/fd/FundamentalDiagramModel.java

Severity Category Rule Message Line
 Info javadoc JavadocPackage Missing package-info.java file. 1

org/opentrafficsim/demo/loadfromxml/LoadXml.java

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