The following document contains the results of Checkstyle 8.35 with development/dsol-checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 20 | 3 | 2 | 0 |
| File | |||
|---|---|---|---|
| org/opentrafficsim/sim0mq/publisher/EventSerializer.java | 0 | 2 | 0 |
| org/opentrafficsim/sim0mq/publisher/Publisher.java | 1 | 0 | 0 |
| org/opentrafficsim/sim0mq/publisher/ReturnWrapperImpl.java | 2 | 0 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 1 | |
| misc | TodoComment | 1 | |
| sizes | LineLength
|
2 | |
| MethodLength | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 48 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 170 lines (max allowed is 150). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 143). | 139 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 140 |