Checkstyle Results
The following document contains the results of Checkstyle 10.17.0 with /config/dsol-checks.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
49 | 2 | 1 | 0 |
Files
File | I | W | E |
---|---|---|---|
org/opentrafficsim/kpi/interfaces/GtuData.java | 1 | 0 | 0 |
org/opentrafficsim/kpi/sampling/Sampler.java | 1 | 0 | 0 |
org/opentrafficsim/kpi/sampling/indicator/TotalDelay.java | 0 | 1 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocPackage | 1 | Info |
misc | TodoComment | 1 | Warning |
sizes | LineLength
|
1 | Info |
Details
org/opentrafficsim/kpi/interfaces/GtuData.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
org/opentrafficsim/kpi/sampling/Sampler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | sizes | LineLength | Line is longer than 128 characters (found 142). | 57 |
org/opentrafficsim/kpi/sampling/indicator/TotalDelay.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | TodoComment | Comment matches to-do format 'TODO:'. | 48 |