Checkstyle Results
The following document contains the results of Checkstyle 12.1.0 with config/dsol-checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 110 | 1 | 5 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| javadoc | SummaryJavadoc | 2 | |
| misc | TodoComment | 2 | |
| sizes | ParameterNumber | 1 | |
| whitespace | FileTabCharacter | 1 |
Details
org/opentrafficsim/animation/RenderableTextSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 8). | 164 |
org/opentrafficsim/animation/graphs/ContourPlotExtendedData.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 250 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 286 |
org/opentrafficsim/animation/graphs/DistributionPlotExtendedData.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 288 |
org/opentrafficsim/animation/gtu/DefaultCarAnimation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 222 |
org/opentrafficsim/animation/network/LinkAnimation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 106 |
