Checkstyle Results

The following document contains the results of Checkstyle 6.18 with development/dsol-checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
1 1 3 0

Files

File  I  W  E
org/opentrafficsim/aimsun/AimsunControl.java 1 3 0

Rules

Category Rule Violations Severity
design DesignForExtension 1  Warning
javadoc JavadocStyle
  • checkHtml: "false"
1  Warning
misc TodoComment 1  Warning
sizes MethodLength 1  Info

Details

org/opentrafficsim/aimsun/AimsunControl.java

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