The following document contains the results of Checkstyle 8.35 with development/dsol-checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
58 | 2 | 31 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 1 | ![]() |
NeedBraces | 8 | ![]() | |
design | FinalClass | 1 | ![]() |
VisibilityModifier | 2 | ![]() | |
imports | UnusedImports | 2 | ![]() |
javadoc | JavadocMethod | 2 | ![]() |
JavadocPackage | 1 | ![]() | |
misc | FinalParameters | 1 | ![]() |
TodoComment | 9 | ![]() | |
modifier | RedundantModifier | 5 | ![]() |
sizes | MethodLength | 1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 97 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 113 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter position should be final. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 62 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 306 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.djunits.value.vdouble.scalar.Time. | 17 |
![]() |
imports | UnusedImports | Unused import - org.opentrafficsim.kpi.sampling.ListTable.ListRecord. | 25 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 42 |
![]() |
sizes | MethodLength | Method length is 168 lines (max allowed is 150). | 112 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 117 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 203 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 371 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 420 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 435 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 437 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 458 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for '<T>'. | 175 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<S>'. | 175 |
![]() |
design | FinalClass | Class SpaceTimeView should be declared as final. | 1089 |
![]() |
design | VisibilityModifier | Variable 'distance' must be private and have accessor methods. | 1093 |
![]() |
design | VisibilityModifier | Variable 'time' must be private and have accessor methods. | 1096 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 90 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 90 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 90 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 49 |