Checkstyle Results
The following document contains the results of Checkstyle 12.1.0 with config/dsol-checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 12 | 2 | 7 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 1 | |
| coding | HiddenField
|
1 | |
| javadoc | SummaryJavadoc | 2 | |
| misc | TodoComment | 2 | |
| naming | ConstantName | 1 | |
| sizes | MethodLength | 2 |
Details
org/opentrafficsim/trafficcontrol/AbstractTrafficController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
org/opentrafficsim/trafficcontrol/FixedTimeController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 436 |
org/opentrafficsim/trafficcontrol/trafcod/TrafCod.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'TrafCod_VERSION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| sizes | MethodLength | Method parseTrafCODRules length is 151 lines (max allowed is 150). | 247 | |
| coding | HiddenField | 'detectors' hides a field. | 468 | |
| blocks | EmptyBlock | Must have at least one statement. | 594 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 595 | |
| sizes | MethodLength | Method parse length is 269 lines (max allowed is 150). | 1377 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1987 |
