Checkstyle Results
The following document contains the results of Checkstyle 10.21.3 with config/dsol-checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 102 | 2 | 8 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
2 | |
| design | VisibilityModifier | 2 | |
| misc | TodoComment | 3 | |
| modifier | RedundantModifier | 1 | |
| sizes | ParameterNumber | 2 |
Details
org/opentrafficsim/draw/RenderableTextSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 8). | 164 |
org/opentrafficsim/draw/graphs/ContourDataSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'spaceAxis' must be private and have accessor methods. | 125 | |
| design | VisibilityModifier | Variable 'timeAxis' must be private and have accessor methods. | 128 |
org/opentrafficsim/draw/graphs/FundamentalDiagram.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 585 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 921 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 922 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1146 |
org/opentrafficsim/draw/network/LinkAnimation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'designLine' hides a field. | 91 | |
| coding | HiddenField | 'endPoint' hides a field. | 122 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 172 |
