The following document contains the results of Checkstyle 6.18 with development/dsol-checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/opentrafficsim/aimsun/AimsunControl.java | 1 | 3 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| design | DesignForExtension | 1 | |
| javadoc | JavadocStyle
|
1 | |
| misc | TodoComment | 1 | |
| sizes | MethodLength | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 162 lines (max allowed is 150). | 187 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 352 | |
| design | DesignForExtension | Method 'makeModel' is not designed for extension - needs to be abstract, final or empty. | 427 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 482 |