Checkstyle Results
The following document contains the results of Checkstyle 12.1.1 with /config/dsol-checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 12 | 0 | 5 | 0 |
Files
| File | |||
|---|---|---|---|
| nl/tudelft/simulation/dsol/animation/gis/map/Feature.java | 0 | 1 | 0 |
| nl/tudelft/simulation/dsol/animation/gis/map/GisMap.java | 0 | 3 | 0 |
| nl/tudelft/simulation/dsol/animation/gis/map/Layer.java | 0 | 1 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | NeedBraces | 3 | |
| coding | HiddenField
|
2 |
Details
nl/tudelft/simulation/dsol/animation/gis/map/Feature.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'zIndex' hides a field. | 298 |
nl/tudelft/simulation/dsol/animation/gis/map/GisMap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 266 |
nl/tudelft/simulation/dsol/animation/gis/map/Layer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'zIndex' hides a field. | 99 |
