Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
24 3 14 0

Files

File  I  W  E
org/opentrafficsim/demo/NetworksSwing.java 0 1 0
org/opentrafficsim/demo/RampMeteringDemo.java 0 5 0
org/opentrafficsim/demo/ShortMerge.java 1 1 0
org/opentrafficsim/demo/SuperDemo.java 0 4 0
org/opentrafficsim/demo/fd/FundamentalDiagramModel.java 1 0 0
org/opentrafficsim/demo/loadfromxml/LoadXml.java 0 3 0
org/opentrafficsim/demo/strategies/StrategiesDemo.java 1 0 0

Rules

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

Details

org/opentrafficsim/demo/NetworksSwing.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 164

org/opentrafficsim/demo/RampMeteringDemo.java

Severity Category Rule Message Line
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 305
 Warning whitespace WhitespaceAfter ';' is not followed by whitespace. 340
 Warning whitespace WhitespaceAfter ';' is not followed by whitespace. 345
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 402
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 593

org/opentrafficsim/demo/ShortMerge.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 385
 Info sizes ParameterNumber More than 7 parameters (found 11). 400

org/opentrafficsim/demo/SuperDemo.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 85
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 163
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 178
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 186

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:'. 65
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 131
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 139

org/opentrafficsim/demo/strategies/StrategiesDemo.java

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