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 2 6 0

Files

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

Rules

Category Rule Violations Severity
misc TodoComment 6
 Warning
sizes LineLength
  • max: "128"
1
 Info
MethodLength 1
 Info

Details

org/opentrafficsim/aimsun/AimsunControl.java

Severity Category Rule Message Line
 Info
sizes LineLength Line is longer than 128 characters (found 135). 97
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 100
 Info
sizes MethodLength Method length is 197 lines (max allowed is 150). 256
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 370
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 587

org/opentrafficsim/aimsun/LoadXML.java

Severity Category Rule Message Line
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 88
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 139
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 188