Checkstyle Results
The following document contains the results of Checkstyle 10.17.0 with /config/dsol-checks.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
6 | 0 | 10 | 0 |
Files
File | I | W | E |
---|---|---|---|
nl/tudelft/simulation/dsol/animation/gis/osm/OsmLayerSink.java | 0 | 10 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
design | VisibilityModifier | 8 | Warning |
misc | TodoComment | 2 | Warning |
Details
nl/tudelft/simulation/dsol/animation/gis/osm/OsmLayerSink.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | TodoComment | Comment matches to-do format 'TODO:'. | 48 |
Warning | misc | TodoComment | Comment matches to-do format 'TODO:'. | 73 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 200 |
Warning | design | VisibilityModifier | Variable 'lat' must be private and have accessor methods. | 203 |
Warning | design | VisibilityModifier | Variable 'lon' must be private and have accessor methods. | 206 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 230 |
Warning | design | VisibilityModifier | Variable 'feature' must be private and have accessor methods. | 233 |
Warning | design | VisibilityModifier | Variable 'wayNodesLat' must be private and have accessor methods. | 236 |
Warning | design | VisibilityModifier | Variable 'wayNodesLon' must be private and have accessor methods. | 239 |
Warning | design | VisibilityModifier | Variable 'wayNodesId' must be private and have accessor methods. | 242 |