Checkstyle Results
The following document contains the results of Checkstyle 10.21.3 with config/dsol-checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 25 | 3 | 8 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| javadoc | JavadocPackage | 1 | |
| misc | TodoComment | 6 | |
| sizes | MethodLength | 1 | |
| ParameterNumber | 1 | ||
| whitespace | WhitespaceAfter | 2 |
Details
org/opentrafficsim/demo/RampMeteringDemo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 303 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 343 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 399 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 595 |
org/opentrafficsim/demo/ShortMerge.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 11). | 397 |
org/opentrafficsim/demo/fd/FundamentalDiagramDemo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method setupDemo length is 251 lines (max allowed is 150). | 304 |
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:'. | 67 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 133 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 142 |
