Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
25 3 8 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 0 0
org/opentrafficsim/demo/fd/FundamentalDiagramModel.java 1 0 0
org/opentrafficsim/demo/loadfromxml/LoadXml.java 0 3 0

Rules

Category Rule Violations Severity
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:'. 303
 Warning whitespace WhitespaceAfter ';' is not followed by whitespace. 338
 Warning whitespace WhitespaceAfter ';' is not followed by whitespace. 343
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 399
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 595

org/opentrafficsim/demo/ShortMerge.java

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

org/opentrafficsim/demo/fd/FundamentalDiagramDemo.java

Severity Category Rule Message Line
 Info sizes MethodLength Method setupDemo length is 251 lines (max allowed is 150). 304

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:'. 67
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 133
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 142