Checkstyle Results
The following document contains the results of Checkstyle 10.21.3 with config/dsol-checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 22 | 1 | 2 | 0 |
Files
| File | |||
|---|---|---|---|
| org/opentrafficsim/sim0mq/publisher/EventSerializer.java | 0 | 2 | 0 |
| org/opentrafficsim/sim0mq/publisher/Publisher.java | 1 | 0 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 1 | |
| misc | TodoComment | 1 | |
| sizes | MethodLength | 1 |
Details
org/opentrafficsim/sim0mq/publisher/EventSerializer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 46 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 47 |
org/opentrafficsim/sim0mq/publisher/Publisher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method Publisher length is 186 lines (max allowed is 150). | 76 |
