The following document contains the results of Checkstyle 8.26 with development/dsol-checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
64 | 5 | 7 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 2 | ![]() |
design | DesignForExtension | 1 | ![]() |
VisibilityModifier | 2 | ![]() | |
misc | TodoComment | 2 | ![]() |
sizes | LineLength
|
3 | ![]() |
ParameterNumber | 2 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 166 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | EmptyBlock | Must have at least one statement. | 236 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 237 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 309 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Class 'AbstractContourPlot' looks like designed for extension (can be subclassed), but the method 'getBlockRenderer' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractContourPlot' final or making the method 'getBlockRenderer' static/final/abstract/empty, or adding allowed annotation for the method. | 338 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'spaceAxis' must be private and have accessor methods. | 115 |
![]() |
design | VisibilityModifier | Variable 'timeAxis' must be private and have accessor methods. | 118 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 891 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 137). | 303 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 897 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 133). | 1113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 174 |