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
2 1 9 0

Files

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

Rules

Category Rule Violations Severity
imports UnusedImports 2  Warning
javadoc JavadocStyle
  • checkHtml: "false"
1  Warning
misc FinalParameters 4  Warning
modifier RedundantModifier 2  Warning
sizes MethodLength 1  Info

Details

org/opentrafficsim/aimsun/AimsunControl.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.opentrafficsim.draw.factory.DefaultAnimationFactory. 41
 Warning imports UnusedImports Unused import - org.opentrafficsim.swing.gui.AnimationToggles. 44
 Info sizes MethodLength Method length is 183 lines (max allowed is 150). 187
 Warning javadoc JavadocStyle First sentence should end with a period. 373
 Warning modifier RedundantModifier Redundant 'public' modifier. 446
 Warning modifier RedundantModifier Redundant 'public' modifier. 462
 Warning misc FinalParameters Parameter simulator should be final. 462
 Warning misc FinalParameters Parameter shortName should be final. 462
 Warning misc FinalParameters Parameter description should be final. 462
 Warning misc FinalParameters Parameter event should be final. 506