Checkstyle Results
The following document contains the results of Checkstyle 10.17.0 with /config/dsol-checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 49 | 1 | 7 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| design | VisibilityModifier | 3 | |
| misc | NewlineAtEndOfFile
|
2 | |
| TodoComment | 2 | ||
| sizes | LineLength
|
1 |
Details
org/opentrafficsim/animation/DefaultAnimationFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 275 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 287 |
org/opentrafficsim/animation/GraphLaneUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
org/opentrafficsim/animation/colorer/DesiredHeadwayColorer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'tMin' must be private and have accessor methods. | 32 | |
| design | VisibilityModifier | Variable 'tMax' must be private and have accessor methods. | 35 |
org/opentrafficsim/animation/colorer/TaskColorer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 57 |
org/opentrafficsim/animation/gis/CoordinateTransformLonLatToXy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 132). | 55 |
org/opentrafficsim/animation/gtu/colorer/GtuColorerManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
