Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
110 1 5 0

Files

File  I  W  E
org/opentrafficsim/animation/RenderableTextSource.java 1 0 0
org/opentrafficsim/animation/graphs/ContourPlotExtendedData.java 0 2 0
org/opentrafficsim/animation/graphs/DistributionPlotExtendedData.java 0 1 0
org/opentrafficsim/animation/gtu/DefaultCarAnimation.java 0 1 0
org/opentrafficsim/animation/network/LinkAnimation.java 0 1 0

Rules

Category Rule Violations Severity
javadoc SummaryJavadoc 2  Warning
misc TodoComment 2  Warning
sizes ParameterNumber 1  Info
whitespace FileTabCharacter 1  Warning

Details

org/opentrafficsim/animation/RenderableTextSource.java

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

org/opentrafficsim/animation/graphs/ContourPlotExtendedData.java

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

org/opentrafficsim/animation/graphs/DistributionPlotExtendedData.java

Severity Category Rule Message Line
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 288

org/opentrafficsim/animation/gtu/DefaultCarAnimation.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 222

org/opentrafficsim/animation/network/LinkAnimation.java

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