Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
112 7 11 0

Rules

Category Rule Violations Severity
blocks EmptyBlock 1  Warning
design DesignForExtension 7  Warning
VisibilityModifier 1  Warning
imports UnusedImports 1  Warning
javadoc JavadocPackage 1  Info
modifier ModifierOrder 1  Warning
sizes LineLength
  • max: "128"
6  Info

Details

org/opentrafficsim/core/OTS_DIST.java

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

org/opentrafficsim/core/network/animation/package-info.java

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

org/opentrafficsim/core/network/route/package-info.java

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

org/opentrafficsim/gui/OTSControlPanel.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.rmi.RemoteException. 14
 Warning design VisibilityModifier Variable 'closeHandlerRegistered' must be private and have accessor methods. 104
 Warning blocks EmptyBlock Must have at least one statement. 229

org/opentrafficsim/gui/package-info.java

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

org/opentrafficsim/simulationengine/package-info.java

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

org/opentrafficsim/simulationengine/properties/AbstractProperty.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 83
 Info sizes LineLength Line is longer than 128 characters (found 131). 101

org/opentrafficsim/simulationengine/properties/BooleanProperty.java

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

org/opentrafficsim/simulationengine/properties/CompoundProperty.java

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

org/opentrafficsim/simulationengine/properties/ContinuousProperty.java

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

org/opentrafficsim/simulationengine/properties/IntegerProperty.java

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

org/opentrafficsim/simulationengine/properties/ProbabilityDistributionProperty.java

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

org/opentrafficsim/simulationengine/properties/SelectionProperty.java

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

org/opentrafficsim/simulationengine/properties/StringProperty.java

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

org/opentrafficsim/simulationengine/properties/package-info.java

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