Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
3 1 6 0

Files

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

Rules

Category Rule Violations Severity
misc TodoComment 6
 Warning
sizes MethodLength 1
 Info

Details

org/opentrafficsim/aimsun/AimsunControl.java

Severity Category Rule Message Line
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 102
 Info
sizes MethodLength Method length is 197 lines (max allowed is 150). 257
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 371
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 591

org/opentrafficsim/aimsun/LoadXML.java

Severity Category Rule Message Line
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 90
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 141
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 190