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
12 3 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 2 1 0

Rules

Category Rule Violations Severity
coding InnerAssignment 1
 Warning
misc TodoComment 1
 Warning
sizes FileLength 1
 Warning
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,876 lines (max allowed is 2,000). 1
 Info
sizes MethodLength Method length is 151 lines (max allowed is 150). 253
 Info
sizes MethodLength Method length is 269 lines (max allowed is 150). 1389