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
36 1 9 0

Rules

Category Rule Violations Severity
imports UnusedImports 9  Warning
sizes LineLength
  • max: "128"
1  Info

Details

org/opentrafficsim/base/immutablecollections/ImmutableMap.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Set. 7

org/opentrafficsim/base/immutablecollections/ImmutableNavigableMap.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Collections. 3
 Warning imports UnusedImports Unused import - java.util.Comparator. 4

org/opentrafficsim/base/immutablecollections/ImmutableNavigableSet.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Collections. 3
 Warning imports UnusedImports Unused import - java.util.Comparator. 4

org/opentrafficsim/base/immutablecollections/ImmutableSortedMap.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.NoSuchElementException. 4

org/opentrafficsim/base/immutablecollections/ImmutableSortedSet.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.NoSuchElementException. 4

org/opentrafficsim/base/immutablecollections/ImmutableVector.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Iterator. 4
 Warning imports UnusedImports Unused import - java.util.NoSuchElementException. 6

org/opentrafficsim/base/modelproperties/AbstractProperty.java

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