The following document contains the results of Checkstyle 8.26 with development/dsol-checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 40 | 1 | 5 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 1 | |
| design | VisibilityModifier | 3 | |
| misc | FinalParameters | 1 | |
| sizes | LineLength
|
1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | FinalParameters | Parameter network should be final. | 45 | |
| blocks | EmptyBlock | Must have at least one statement. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 132). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'tMin' must be private and have accessor methods. | 33 | |
| design | VisibilityModifier | Variable 'tMax' must be private and have accessor methods. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 58 |