Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
54 0 4 0

Files

File  I  W  E
org/opentrafficsim/base/geometry/FractionalProjectionHelper.java 0 1 0
org/opentrafficsim/base/geometry/OtsGeometryUtil.java 0 2 0
org/opentrafficsim/base/geometry/RadiusCalculator2d.java 0 1 0

Rules

Category Rule Violations Severity
javadoc SummaryJavadoc 1  Warning
misc TodoComment 3  Warning

Details

org/opentrafficsim/base/geometry/FractionalProjectionHelper.java

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

org/opentrafficsim/base/geometry/OtsGeometryUtil.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 27
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 89

org/opentrafficsim/base/geometry/RadiusCalculator2d.java

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