The following document contains the results of Checkstyle 8.26 with development/dsol-checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 374 | 75 | 71 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | AvoidNestedBlocks
|
3 | |
| coding | InnerAssignment | 3 | |
| design | HideUtilityClassConstructor | 2 | |
| VisibilityModifier | 10 | ||
| javadoc | JavadocPackage | 1 | |
| misc | TodoComment | 41 | |
| modifier | ModifierOrder | 1 | |
| RedundantModifier | 3 | ||
| naming | StaticVariableName | 8 | |
| sizes | LineLength
|
32 | |
| MethodLength | 11 | ||
| ParameterNumber | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 340 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 367 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 400 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 427 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 1021 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 1095 | |
| sizes | LineLength | Line is longer than 128 characters (found 136). | 1122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 142). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 323 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 157 | |
| naming | StaticVariableName | Name 'CACHING' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
| design | VisibilityModifier | Variable 'CACHING' must be private and have accessor methods. | 158 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 161 | |
| naming | StaticVariableName | Name 'CACHED_POSITION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 | |
| design | VisibilityModifier | Variable 'CACHED_POSITION' must be private and have accessor methods. | 162 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 165 | |
| naming | StaticVariableName | Name 'NON_CACHED_POSITION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 | |
| design | VisibilityModifier | Variable 'NON_CACHED_POSITION' must be private and have accessor methods. | 166 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 981 | |
| sizes | MethodLength | Method length is 215 lines (max allowed is 150). | 1263 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1369 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'eventMargin' must be private and have accessor methods. | 150 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 156 | |
| naming | StaticVariableName | Name 'CACHING' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| design | VisibilityModifier | Variable 'CACHING' must be private and have accessor methods. | 157 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 160 | |
| naming | StaticVariableName | Name 'CACHED_POSITION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 | |
| design | VisibilityModifier | Variable 'CACHED_POSITION' must be private and have accessor methods. | 161 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 164 | |
| naming | StaticVariableName | Name 'NON_CACHED_POSITION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| design | VisibilityModifier | Variable 'NON_CACHED_POSITION' must be private and have accessor methods. | 165 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 549 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1012 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1255 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 132). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 131). | 37 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 8). | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 8). | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 132). | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'object' must be private and have accessor methods. | 249 | |
| design | VisibilityModifier | Variable 'distance' must be private and have accessor methods. | 252 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 182 lines (max allowed is 150). | 202 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 46 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 61 | |
| sizes | LineLength | Line is longer than 128 characters (found 137). | 65 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 116 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 445 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 456 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 132). | 228 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 8). | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 9). | 57 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 9). | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 131). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 8). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | StaticVariableName | Name 'MIN_LC_LENGTH_FACTOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| design | VisibilityModifier | Variable 'MIN_LC_LENGTH_FACTOR' must be private and have accessor methods. | 78 | |
| sizes | MethodLength | Method length is 208 lines (max allowed is 150). | 226 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 378 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 550 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 617 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 682 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 712 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 732 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 806 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 897 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 132). | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 201 lines (max allowed is 150). | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 131). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 236 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 384 | |
| sizes | MethodLength | Method length is 178 lines (max allowed is 150). | 448 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 677 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 9). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 130). | 90 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 92 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 9). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 9). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 9). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 9). | 33 | |
| sizes | LineLength | Line is longer than 128 characters (found 144). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 9). | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 9). | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 187 lines (max allowed is 150). | 97 | |
| sizes | MethodLength | Method length is 165 lines (max allowed is 150). | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | StaticVariableName | Name 'CROSSSTANDING' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| sizes | LineLength | Line is longer than 128 characters (found 136). | 119 | |
| sizes | MethodLength | Method length is 186 lines (max allowed is 150). | 138 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 540 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 132). | 45 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 109 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 136 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 140 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 8). | 38 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 95 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 10). | 454 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 522 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 9). | 66 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 127 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 204 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 270 | |
| sizes | MethodLength | Method length is 196 lines (max allowed is 150). | 289 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 290 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 499 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 528 | |
| sizes | ParameterNumber | More than 7 parameters (found 14). | 723 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 130). | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 133). | 583 | |
| sizes | LineLength | Line is longer than 128 characters (found 132). | 694 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 8). | 411 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 481 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 293 | |
| sizes | LineLength | Line is longer than 128 characters (found 129). | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 130). | 814 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1004 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1026 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1206 | |
| sizes | LineLength | Line is longer than 128 characters (found 160). | 1381 | |
| sizes | LineLength | Line is longer than 128 characters (found 153). | 1392 | |
| sizes | LineLength | Line is longer than 128 characters (found 162). | 1397 | |
| sizes | LineLength | Line is longer than 128 characters (found 153). | 1455 | |
| sizes | LineLength | Line is longer than 128 characters (found 162). | 1460 | |
| sizes | LineLength | Line is longer than 128 characters (found 172). | 1471 | |
| sizes | LineLength | Line is longer than 128 characters (found 160). | 1475 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 181 lines (max allowed is 150). | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 185 lines (max allowed is 150). | 257 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 329 |