Checkstyle Results
The following document contains the results of Checkstyle 10.17.0 with /config/dsol-checks.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
31 | 0 | 1 | 0 |
Files
File | I | W | E |
---|---|---|---|
nl/tudelft/simulation/language/filters/AbstractFilter.java | 0 | 1 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
design | VisibilityModifier | 1 | Warning |
Details
nl/tudelft/simulation/language/filters/AbstractFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | design | VisibilityModifier | Variable 'inverted' must be private and have accessor methods. | 22 |