Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
248 12 13 0

Files

File
 I
 W
 E
org/opentrafficsim/core/animation/Drawable.java 1 0 0
org/opentrafficsim/core/dsol/OTSDEVSRTParallelMove.java 1 1 0
org/opentrafficsim/core/dsol/OTSSimulator.java 1 0 0
org/opentrafficsim/core/geometry/OTSBufferingJTS.java 1 0 0
org/opentrafficsim/core/geometry/OTSOffsetLinePK.java 0 1 0
org/opentrafficsim/core/geometry/OTSPoint3D.java 2 0 0
org/opentrafficsim/core/gtu/AbstractGTU.java 0 8 0
org/opentrafficsim/core/gtu/TemplateGTUType.java 1 0 0
org/opentrafficsim/core/gtu/plan/operational/OperationalPlanBuilder.java 1 1 0
org/opentrafficsim/core/network/OTSNetwork.java 0 2 0
org/opentrafficsim/core/perception/collections/HistoricalHashMap.java 1 0 0
org/opentrafficsim/core/perception/collections/HistoricalHashSet.java 1 0 0
org/opentrafficsim/core/units/distributions/ContinuousDistFloatScalar.java 2 0 0

Rules

Category Rule Violations Severity
blocks EmptyBlock 1
 Warning
design VisibilityModifier 3
 Warning
javadoc JavadocPackage 1
 Info
misc TodoComment 7
 Warning
naming StaticVariableName 2
 Warning
sizes LineLength
  • max: "128"
9
 Info
MethodLength 2
 Info

Details

org/opentrafficsim/core/animation/Drawable.java

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

org/opentrafficsim/core/dsol/OTSDEVSRTParallelMove.java

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

org/opentrafficsim/core/dsol/OTSSimulator.java

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

org/opentrafficsim/core/geometry/OTSBufferingJTS.java

Severity Category Rule Message Line
 Info
sizes MethodLength Method length is 171 lines (max allowed is 150). 88

org/opentrafficsim/core/geometry/OTSOffsetLinePK.java

Severity Category Rule Message Line
 Warning
blocks EmptyBlock Must have at least one statement. 258

org/opentrafficsim/core/geometry/OTSPoint3D.java

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

org/opentrafficsim/core/gtu/AbstractGTU.java

Severity Category Rule Message Line
 Warning
design VisibilityModifier Variable 'operationalPlan' must be private and have accessor methods. 90
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 102
 Warning
naming StaticVariableName Name 'ALIGNED' must match pattern '^[a-z][a-zA-Z0-9]*$'. 103
 Warning
design VisibilityModifier Variable 'ALIGNED' must be private and have accessor methods. 103
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 106
 Warning
naming StaticVariableName Name 'ALIGN_COUNT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 107
 Warning
design VisibilityModifier Variable 'ALIGN_COUNT' must be private and have accessor methods. 107
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 693

org/opentrafficsim/core/gtu/TemplateGTUType.java

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

org/opentrafficsim/core/gtu/plan/operational/OperationalPlanBuilder.java

Severity Category Rule Message Line
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 75
 Info
sizes LineLength Line is longer than 128 characters (found 129). 215

org/opentrafficsim/core/network/OTSNetwork.java

Severity Category Rule Message Line
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 679
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 681

org/opentrafficsim/core/perception/collections/HistoricalHashMap.java

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

org/opentrafficsim/core/perception/collections/HistoricalHashSet.java

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

org/opentrafficsim/core/units/distributions/ContinuousDistFloatScalar.java

Severity Category Rule Message Line
 Info
sizes LineLength Line is longer than 128 characters (found 132). 207
 Info
sizes LineLength Line is longer than 128 characters (found 134). 210