Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
198 0 12 0

Files

File  I  W  E
org/opentrafficsim/core/gtu/Gtu.java 0 3 0
org/opentrafficsim/core/math/Solver.java 0 1 0
org/opentrafficsim/core/network/Network.java 0 2 0
org/opentrafficsim/core/network/NetworkUtils.java 0 1 0
org/opentrafficsim/core/network/route/Route.java 0 1 0
org/opentrafficsim/core/parameters/ParameterFactoryByType.java 0 4 0

Rules

Category Rule Violations Severity
javadoc SummaryJavadoc 10  Warning
misc TodoComment 2  Warning

Details

org/opentrafficsim/core/gtu/Gtu.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 116
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 937
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1078

org/opentrafficsim/core/math/Solver.java

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

org/opentrafficsim/core/network/Network.java

Severity Category Rule Message Line
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 763
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 925

org/opentrafficsim/core/network/NetworkUtils.java

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

org/opentrafficsim/core/network/route/Route.java

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

org/opentrafficsim/core/parameters/ParameterFactoryByType.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 466
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 517
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 565
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 613