The following document contains the results of Checkstyle 8.26 with development/dsol-checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 376 | 71 | 85 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | AvoidNestedBlocks
|
3 | |
| coding | HiddenField
|
1 | |
| InnerAssignment | 3 | ||
| design | HideUtilityClassConstructor | 2 | |
| VisibilityModifier | 16 | ||
| imports | UnusedImports | 1 | |
| javadoc | JavadocPackage | 1 | |
| JavadocVariable | 3 | ||
| misc | TodoComment | 44 | |
| modifier | ModifierOrder | 1 | |
| RedundantModifier | 3 | ||
| naming | StaticVariableName | 8 | |
| sizes | LineLength
|
29 | |
| MethodLength | 10 | ||
| 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. | 1032 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 1106 | |
| sizes | LineLength | Line is longer than 128 characters (found 136). | 1133 |
| 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. | 1024 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1267 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1268 |
| 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 186 lines (max allowed is 150). | 202 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1249 |
| 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:'. | 446 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 457 |
| 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 207 lines (max allowed is 150). | 226 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 377 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 549 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 616 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 681 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 711 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 731 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 805 | |
| 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 | |
| coding | HiddenField | 'route' hides a field. | 362 |
| 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:'. | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1005 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1027 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1207 | |
| sizes | LineLength | Line is longer than 128 characters (found 160). | 1382 | |
| sizes | LineLength | Line is longer than 128 characters (found 153). | 1393 | |
| sizes | LineLength | Line is longer than 128 characters (found 162). | 1398 | |
| sizes | LineLength | Line is longer than 128 characters (found 153). | 1456 | |
| sizes | LineLength | Line is longer than 128 characters (found 162). | 1461 | |
| sizes | LineLength | Line is longer than 128 characters (found 172). | 1472 | |
| sizes | LineLength | Line is longer than 128 characters (found 160). | 1476 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 296 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1362 | |
| design | VisibilityModifier | Variable 'cbr' must be private and have accessor methods. | 1373 | |
| design | VisibilityModifier | Variable 'nrOfJobs' must be private and have accessor methods. | 1376 | |
| design | VisibilityModifier | Variable 'cbr' must be private and have accessor methods. | 1515 | |
| design | VisibilityModifier | Variable 'nrOfJobs' must be private and have accessor methods. | 1518 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opentrafficsim.core.network.Network. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'cbr' must be private and have accessor methods. | 423 | |
| design | VisibilityModifier | Variable 'nrOfJobs' must be private and have accessor methods. | 426 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 559 |
| 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 |