Checkstyle Results
The following document contains the results of Checkstyle 12.1.0 with config/dsol-checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 24 | 3 | 14 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| javadoc | JavadocPackage | 1 | |
| SummaryJavadoc | 6 | ||
| misc | TodoComment | 6 | |
| sizes | MethodLength | 1 | |
| ParameterNumber | 1 | ||
| whitespace | WhitespaceAfter | 2 |
Details
org/opentrafficsim/demo/NetworksSwing.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 164 |
org/opentrafficsim/demo/RampMeteringDemo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 305 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 340 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 345 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 402 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 593 |
org/opentrafficsim/demo/ShortMerge.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 385 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 400 |
org/opentrafficsim/demo/SuperDemo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 85 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 163 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 178 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 186 |
org/opentrafficsim/demo/fd/FundamentalDiagramModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 |
org/opentrafficsim/demo/loadfromxml/LoadXml.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 65 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 131 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 139 |
org/opentrafficsim/demo/strategies/StrategiesDemo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method setupDemo length is 166 lines (max allowed is 150). | 196 |
