The following document contains the results of Checkstyle 8.35 with development/dsol-checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 12 | 3 | 3 | 0 |
| File | |||
|---|---|---|---|
| org/opentrafficsim/trafficcontrol/FixedTimeController.java | 1 | 1 | 0 |
| org/opentrafficsim/trafficcontrol/trafcod/Diagram.java | 0 | 1 | 0 |
| org/opentrafficsim/trafficcontrol/trafcod/TrafCOD.java | 2 | 1 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | InnerAssignment | 1 | |
| misc | TodoComment | 1 | |
| sizes | FileLength | 1 | |
| MethodLength | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 194 lines (max allowed is 150). | 69 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 477 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 642 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 2,876 lines (max allowed is 2,000). | 1 | |
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 253 | |
| sizes | MethodLength | Method length is 269 lines (max allowed is 150). | 1389 |