Checkstyle Results
The following document contains the results of Checkstyle 10.15.0 with /config/dsol-checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 48 | 1 | 2 | 0 |
Files
| File | |||
|---|---|---|---|
| org/opentrafficsim/kpi/interfaces/GtuData.java | 1 | 0 | 0 |
| org/opentrafficsim/kpi/sampling/SamplerData.java | 0 | 1 | 0 |
| org/opentrafficsim/kpi/sampling/indicator/TotalDelay.java | 0 | 1 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| javadoc | JavadocPackage | 1 | |
| misc | TodoComment | 1 | |
| naming | StaticVariableName | 1 |
Details
org/opentrafficsim/kpi/interfaces/GtuData.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 |
org/opentrafficsim/kpi/sampling/SamplerData.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | StaticVariableName | Name 'BASE_COLUMNS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
org/opentrafficsim/kpi/sampling/indicator/TotalDelay.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 48 |
