Checkstyle Results
The following document contains the results of Checkstyle 10.21.3 with config/dsol-checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 47 | 1 | 2 | 0 |
Files
| File | |||
|---|---|---|---|
| org/opentrafficsim/animation/DefaultAnimationFactory.java | 0 | 2 | 0 |
| org/opentrafficsim/animation/gtu/colorer/SocialPressureGtuColorer.java | 1 | 0 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| misc | TodoComment | 2 | |
| sizes | LineLength
|
1 |
Details
org/opentrafficsim/animation/DefaultAnimationFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 289 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 301 |
org/opentrafficsim/animation/gtu/colorer/SocialPressureGtuColorer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 129). | 46 |
