The following document contains the results of Checkstyle 8.26 with development/dsol-checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
23 | 4 | 15 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 1 | ![]() |
NeedBraces | 3 | ![]() | |
design | VisibilityModifier | 1 | ![]() |
imports | UnusedImports | 2 | ![]() |
misc | TodoComment | 4 | ![]() |
modifier | ModifierOrder | 2 | ![]() |
RedundantModifier | 2 | ![]() | |
sizes | LineLength
|
2 | ![]() |
MethodLength | 1 | ![]() | |
ParameterNumber | 1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | MethodLength | Method length is 167 lines (max allowed is 150). | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 117 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 157 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 186 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 186 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 197 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 197 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | EmptyBlock | Must have at least one statement. | 600 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - nl.tudelft.simulation.naming.context.ContextInterface. | 63 |
![]() |
imports | UnusedImports | Unused import - nl.tudelft.simulation.naming.context.util.ContextUtil. | 64 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 433 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 461 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 463 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 465 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 467 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 477 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'frameProperties' must be private and have accessor methods. | 70 |