The following document contains the results of Checkstyle 8.35 with /config/dsol-checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 22 | 1 | 4 | 0 |
| File | |||
|---|---|---|---|
| org/opentrafficsim/sim0mq/publisher/EventSerializer.java | 0 | 2 | 0 |
| org/opentrafficsim/sim0mq/publisher/LinkTransceiver.java | 0 | 1 | 0 |
| org/opentrafficsim/sim0mq/publisher/Publisher.java | 1 | 1 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 1 | |
| imports | RedundantImport | 2 | |
| misc | TodoComment | 1 | |
| sizes | MethodLength | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 47 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Duplicate import to line 8 - org.opentrafficsim.core.network.Link. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Duplicate import to line 14 - org.opentrafficsim.core.network.Link. | 15 | |
| sizes | MethodLength | Method length is 186 lines (max allowed is 150). | 79 |