Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
28 2 1 0

Files

File  I  W  E
nl/tudelft/simulation/dsol/animation/d2/SingleImageRenderable.java 1 0 0
nl/tudelft/simulation/dsol/animation/gis/FeatureInterface.java 0 1 0
nl/tudelft/simulation/dsol/animation/interpolation/InterpolationInterface.java 1 0 0

Rules

Category Rule Violations Severity
javadoc JavadocPackage 2  Info
misc TodoComment 1  Warning

Details

nl/tudelft/simulation/dsol/animation/d2/SingleImageRenderable.java

Severity Category Rule Message Line
 Info javadoc JavadocPackage Missing package-info.java file. 1

nl/tudelft/simulation/dsol/animation/gis/FeatureInterface.java

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

nl/tudelft/simulation/dsol/animation/interpolation/InterpolationInterface.java

Severity Category Rule Message Line
 Info javadoc JavadocPackage Missing package-info.java file. 1