Checkstyle Results
The following document contains the results of Checkstyle 10.17.0 with /config/dsol-checks.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
28 | 2 | 1 | 0 |
Files
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 |