Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
21 6 10 0

Rules

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

Details

DumpOSM.java

Severity Category Rule Message Line
 Info javadoc JavadocPackage Missing package-info.java file.
 Warning design DesignForExtension Method 'progress' is not designed for extension - needs to be abstract, final or empty. 80
 Warning misc FinalParameters Parameter progressEvent should be final. 81

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. 293

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

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

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

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 138). 122
 Info sizes LineLength Line is longer than 128 characters (found 137). 129
 Info sizes MethodLength Method length is 231 lines (max allowed is 150). 234
 Info sizes LineLength Line is longer than 128 characters (found 138). 615
 Info sizes LineLength Line is longer than 128 characters (found 132). 623
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 729
 Warning modifier RedundantModifier Redundant 'final' modifier. 804
 Warning modifier RedundantModifier Redundant 'public' modifier. 841
 Warning modifier RedundantModifier Redundant 'public' modifier. 861