Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
12 4 3 0

Files

File
 I
 W
 E
org/opentrafficsim/trafficcontrol/FixedTimeController.java 1 1 0
org/opentrafficsim/trafficcontrol/trafcod/Diagram.java 0 1 0
org/opentrafficsim/trafficcontrol/trafcod/TrafCOD.java 3 1 0

Rules

Category Rule Violations Severity
coding InnerAssignment 1
 Warning
misc TodoComment 1
 Warning
sizes FileLength 1
 Warning
LineLength
  • max: "128"
1
 Info
MethodLength 3
 Info

Details

org/opentrafficsim/trafficcontrol/FixedTimeController.java

Severity Category Rule Message Line
 Info
sizes MethodLength Method length is 194 lines (max allowed is 150). 69
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 477

org/opentrafficsim/trafficcontrol/trafcod/Diagram.java

Severity Category Rule Message Line
 Warning
coding InnerAssignment Inner assignments should be avoided. 642

org/opentrafficsim/trafficcontrol/trafcod/TrafCOD.java

Severity Category Rule Message Line
 Warning
sizes FileLength File length is 2,873 lines (max allowed is 2,000). 1
 Info
sizes MethodLength Method length is 151 lines (max allowed is 150). 250
 Info
sizes MethodLength Method length is 269 lines (max allowed is 150). 1386
 Info
sizes LineLength Line is longer than 128 characters (found 129). 2201