Checkstyle Results
The following document contains the results of Checkstyle 10.21.3 with /config/dsol-checks.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
28 | 2 | 7 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocPackage | 2 | ![]() |
misc | TodoComment | 1 | ![]() |
modifier | RedundantModifier | 6 | ![]() |
Details
nl/tudelft/simulation/dsol/animation/d2/Renderable2dInterface.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 76 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 76 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 76 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 77 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 77 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 77 |
nl/tudelft/simulation/dsol/animation/d2/SingleImageRenderable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
nl/tudelft/simulation/dsol/animation/gis/FeatureInterface.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 9 |
nl/tudelft/simulation/dsol/animation/interpolation/InterpolationInterface.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |