The following document contains the results of Checkstyle 8.35 with /config/dsol-checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 40 | 1 | 5 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 1 | |
| design | VisibilityModifier | 3 | |
| imports | RedundantImport | 1 | |
| sizes | LineLength
|
1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Duplicate import to line 12 - org.opentrafficsim.core.network.Network. | 13 | |
| blocks | EmptyBlock | Must have at least one statement. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 132). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'tMin' must be private and have accessor methods. | 32 | |
| design | VisibilityModifier | Variable 'tMax' must be private and have accessor methods. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 57 |