Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
20 2 6 0

Rules

Category Rule Violations Severity
design DesignForExtension 1  Warning
VisibilityModifier 2  Warning
misc TodoComment 1  Warning
modifier RedundantModifier 2  Warning
sizes LineLength
  • max: "128"
1  Info
MethodLength 1  Info

Details

org/opentrafficsim/road/network/factory/osm/OSMNetwork.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 130). 239

org/opentrafficsim/road/network/factory/osm/OSMNode.java

Severity Category Rule Message Line
 Warning design VisibilityModifier Variable 'linksOriginating' must be private and have accessor methods. 49
 Warning design VisibilityModifier Variable 'linksTerminating' must be private and have accessor methods. 52

org/opentrafficsim/road/network/factory/osm/input/OSMParser.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 296

org/opentrafficsim/road/network/factory/osm/input/ReadOSMFile.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 137

org/opentrafficsim/road/network/factory/osm/output/Convert.java

Severity Category Rule Message Line
 Info sizes MethodLength Method length is 231 lines (max allowed is 150). 232
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 728
 Warning modifier RedundantModifier Redundant 'final' modifier. 803