The following document contains the results of Checkstyle 6.18 with development/dsol-checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| design | DesignForExtension | 2 | |
| VisibilityModifier | 2 | ||
| javadoc | JavadocPackage | 1 | |
| misc | FinalParameters | 1 | |
| TodoComment | 1 | ||
| modifier | RedundantModifier | 4 | |
| sizes | LineLength
|
4 | |
| MethodLength | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| design | DesignForExtension | Method 'progress' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| 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 |
|---|---|---|---|---|
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 138). | 122 | |
| sizes | LineLength | Line is longer than 128 characters (found 137). | 129 | |
| sizes | MethodLength | Method length is 236 lines (max allowed is 150). | 249 | |
| sizes | LineLength | Line is longer than 128 characters (found 138). | 637 | |
| sizes | LineLength | Line is longer than 128 characters (found 132). | 645 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 754 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 830 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 867 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 887 |