The following document contains the results of Checkstyle 6.2 with development/dsol-checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 16 | |
| design | DesignForExtension | 25 | |
| VisibilityModifier | 9 | ||
| misc | TodoComment | 2 | |
| naming | StaticVariableName | 2 | |
| sizes | LineLength
|
3 | |
| MethodLength | 4 | ||
| whitespace | WhitespaceAfter | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 300 lines (max allowed is 150). | 115 | |
| blocks | EmptyBlock | Must have at least one statement. | 335 | |
| blocks | EmptyBlock | Must have at least one statement. | 371 | |
| blocks | EmptyBlock | Must have at least one statement. | 407 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | DesignForExtension | Method 'comparator' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| design | DesignForExtension | Method 'subSet' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| design | DesignForExtension | Method 'headSet' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| design | DesignForExtension | Method 'tailSet' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| design | DesignForExtension | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| design | DesignForExtension | Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| design | DesignForExtension | Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| design | DesignForExtension | Method 'containsAll' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| design | DesignForExtension | Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| design | DesignForExtension | Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| design | DesignForExtension | Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 165 lines (max allowed is 150). | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 929 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'debugOffsetLine' must be private and have accessor methods. | 25 | |
| design | VisibilityModifier | Variable 'circlePrecision' must be private and have accessor methods. | 28 | |
| design | VisibilityModifier | Variable 'offsetMinimumFilterValue' must be private and have accessor methods. | 31 | |
| design | VisibilityModifier | Variable 'offsetMaximumFilterValue' must be private and have accessor methods. | 34 | |
| design | VisibilityModifier | Variable 'offsetFilterRatio' must be private and have accessor methods. | 40 | |
| sizes | MethodLength | Method length is 304 lines (max allowed is 150). | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 499 lines (max allowed is 150). | 117 | |
| design | VisibilityModifier | Variable 'printDetails' must be private and have accessor methods. | 619 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 132). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 271 | |
| blocks | EmptyBlock | Must have at least one statement. | 281 | |
| blocks | EmptyBlock | Must have at least one statement. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 103 | |
| naming | StaticVariableName | Name 'ALIGNED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| design | VisibilityModifier | Variable 'ALIGNED' must be private and have accessor methods. | 104 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 107 | |
| naming | StaticVariableName | Name 'ALIGN_COUNT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| design | VisibilityModifier | Variable 'ALIGN_COUNT' must be private and have accessor methods. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 361 | |
| blocks | EmptyBlock | Must have at least one statement. | 365 | |
| blocks | EmptyBlock | Must have at least one statement. | 399 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | DesignForExtension | Method 'setValues' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| design | DesignForExtension | Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| design | DesignForExtension | Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| design | DesignForExtension | Method 'addGaussianParameter' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| design | DesignForExtension | Method 'addGaussianParameter' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 129). | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 129). | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 508 | |
| blocks | EmptyBlock | Must have at least one statement. | 840 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 508 | |
| blocks | EmptyBlock | Must have at least one statement. | 601 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'closeHandlerRegistered' must be private and have accessor methods. | 110 | |
| blocks | EmptyBlock | Must have at least one statement. | 258 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 825 |