Checkstyle Results
The following document contains the results of Checkstyle 10.17.0 with /config/dsol-checks.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
14 | 0 | 4 | 2 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
design | VisibilityModifier | 1 | Warning |
javadoc | JavadocStyle
|
2 | Error |
misc | TodoComment | 1 | Warning |
modifier | RedundantModifier | 2 | Warning |
Details
nl/tudelft/simulation/introspection/AbstractProperty.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | modifier | RedundantModifier | Redundant 'final' modifier. | 79 |
Warning | misc | TodoComment | Comment matches to-do format 'TODO:'. | 138 |
nl/tudelft/simulation/introspection/AbstractSuppressIntrospector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 23 |
Warning | modifier | RedundantModifier | Redundant 'final' modifier. | 98 |
nl/tudelft/simulation/introspection/beans/BeanUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
nl/tudelft/simulation/introspection/fields/FieldProperty.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |