The following document contains the results of Checkstyle 8.35 with /config/dsol-checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 12 | 2 | 6 | 0 |
| File | |||
|---|---|---|---|
| org/opentrafficsim/trafficcontrol/FixedTimeController.java | 0 | 1 | 0 |
| org/opentrafficsim/trafficcontrol/trafcod/Diagram.java | 0 | 1 | 0 |
| org/opentrafficsim/trafficcontrol/trafcod/TrafCod.java | 2 | 4 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 1 | |
| coding | HiddenField
|
1 | |
| InnerAssignment | 1 | ||
| misc | TodoComment | 2 | |
| sizes | FileLength | 1 | |
| MethodLength | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 439 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 641 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 2,771 lines (max allowed is 2,000). | 1 | |
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 245 | |
| coding | HiddenField | 'detectors' hides a field. | 466 | |
| blocks | EmptyBlock | Must have at least one statement. | 595 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 596 | |
| sizes | MethodLength | Method length is 269 lines (max allowed is 150). | 1379 |