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
21 2 5 0

Files

File
 I
 W
 E
DumpOSM.java 1 0 0
org/opentrafficsim/road/network/factory/osm/OSMNode.java 0 2 0
org/opentrafficsim/road/network/factory/osm/input/ReadOSMFile.java 0 1 0
org/opentrafficsim/road/network/factory/osm/output/Convert.java 1 2 0

Rules

Category Rule Violations Severity
design VisibilityModifier 2
 Warning
javadoc JavadocPackage 1
 Info
misc TodoComment 2
 Warning
modifier RedundantModifier 1
 Warning
sizes MethodLength 1
 Info

Details

DumpOSM.java

Severity Category Rule Message Line
 Info
javadoc JavadocPackage Missing package-info.java file. 1

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/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 MethodLength Method length is 249 lines (max allowed is 150). 238
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 695
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 749