The following document contains the results of Checkstyle 6.2 with development/dsol-checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| design | DesignForExtension | 1 | |
| VisibilityModifier | 2 | ||
| misc | TodoComment | 1 | |
| modifier | RedundantModifier | 2 | |
| sizes | LineLength
|
1 | |
| MethodLength | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 130). | 239 |
| 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. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 231 lines (max allowed is 150). | 224 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 720 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 795 |