The following document contains the results of Checkstyle 8.26 with development/dsol-checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
23 | 6 | 9 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 1 | ![]() |
design | VisibilityModifier | 1 | ![]() |
misc | TodoComment | 3 | ![]() |
modifier | ModifierOrder | 2 | ![]() |
RedundantModifier | 2 | ![]() | |
sizes | LineLength
|
4 | ![]() |
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. | 597 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 129). | 402 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 436 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 472 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 130). | 633 |
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 |