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