Checkstyle Results
The following document contains the results of Checkstyle 10.17.0 with /config/dsol-checks.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
51 | 1 | 10 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
design | VisibilityModifier | 3 | Warning |
javadoc | JavadocStyle | 1 | Warning |
misc | NewlineAtEndOfFile
|
3 | Warning |
TodoComment | 2 | Warning | |
modifier | ModifierOrder | 1 | Warning |
sizes | LineLength
|
1 | Info |
Details
org/opentrafficsim/animation/DefaultAnimationFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | TodoComment | Comment matches to-do format 'TODO:'. | 262 |
Warning | misc | TodoComment | Comment matches to-do format 'TODO:'. | 274 |
org/opentrafficsim/animation/GraphLaneUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
org/opentrafficsim/animation/colorer/DesiredHeadwayColorer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | design | VisibilityModifier | Variable 'tMin' must be private and have accessor methods. | 32 |
Warning | design | VisibilityModifier | Variable 'tMax' must be private and have accessor methods. | 35 |
org/opentrafficsim/animation/colorer/TaskColorer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 57 |
org/opentrafficsim/animation/data/AnimationLaneDetectorData.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
org/opentrafficsim/animation/data/AnimationNodeData.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
org/opentrafficsim/animation/data/AnimationPriorityData.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 19 |
org/opentrafficsim/animation/data/AnimationTrafficLightData.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
org/opentrafficsim/animation/gis/CoordinateTransformLonLatToXy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | sizes | LineLength | Line is longer than 128 characters (found 132). | 55 |