Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
49 0 1 0

Files

File  I  W  E
org/opentrafficsim/kpi/sampling/SamplerData.java 0 1 0

Rules

Category Rule Violations Severity
design FinalClass 1  Warning

Details

org/opentrafficsim/kpi/sampling/SamplerData.java

Severity Category Rule Message Line
 Warning design FinalClass Class SamplerDataIterator should be declared as final. 285