Checkstyle Results

The following document contains the results of Checkstyle 8.35 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
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 102
 Info
sizes MethodLength Method length is 196 lines (max allowed is 150). 257
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 371
 Info
sizes LineLength Line is longer than 128 characters (found 130). 377
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 590

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