The following document contains the results of Checkstyle 8.26 with development/dsol-checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 21 | 2 | 6 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| design | VisibilityModifier | 2 | |
| javadoc | JavadocPackage | 1 | |
| misc | FinalParameters | 1 | |
| TodoComment | 2 | ||
| modifier | RedundantModifier | 1 | |
| sizes | MethodLength | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| misc | FinalParameters | Parameter progressEvent should be final. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'linksOriginating' must be private and have accessor methods. | 49 | |
| design | VisibilityModifier | Variable 'linksTerminating' must be private and have accessor methods. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 249 lines (max allowed is 150). | 238 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 695 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 749 |