The following document contains the results of Checkstyle 8.35 with /config/dsol-checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
381 | 74 | 90 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | AvoidNestedBlocks
|
3 | ![]() |
coding | InnerAssignment | 2 | ![]() |
design | DesignForExtension | 1 | ![]() |
HideUtilityClassConstructor | 2 | ![]() | |
VisibilityModifier | 16 | ![]() | |
javadoc | JavadocPackage | 1 | ![]() |
JavadocVariable | 3 | ![]() | |
misc | TodoComment | 53 | ![]() |
modifier | RedundantModifier | 2 | ![]() |
naming | StaticVariableName | 8 | ![]() |
sizes | LineLength
|
30 | ![]() |
MethodLength | 12 | ![]() | |
ParameterNumber | 31 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 329 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 356 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 389 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 416 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 1064 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 1165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 322 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Class 'ArrivalsHeadwayGenerator' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ArrivalsHeadwayGenerator' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 164 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 130). | 167 |
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:'. | 155 |
![]() |
naming | StaticVariableName | Name 'CACHING' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
design | VisibilityModifier | Variable 'CACHING' must be private and have accessor methods. | 156 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 159 |
![]() |
naming | StaticVariableName | Name 'CACHED_POSITION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 |
![]() |
design | VisibilityModifier | Variable 'CACHED_POSITION' must be private and have accessor methods. | 160 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 163 |
![]() |
naming | StaticVariableName | Name 'NON_CACHED_POSITION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 |
![]() |
design | VisibilityModifier | Variable 'NON_CACHED_POSITION' must be private and have accessor methods. | 164 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 980 |
![]() |
sizes | MethodLength | Method length is 215 lines (max allowed is 150). | 1262 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1368 |
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 |
![]() |
sizes | MethodLength | Method length is 168 lines (max allowed is 150). | 199 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 260 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1428 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1429 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 376 |
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). | 201 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1248 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 46 |
![]() |
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 | LineLength | Line is longer than 128 characters (found 129). | 91 |
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 |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 22 |
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 |
![]() |
sizes | MethodLength | Method length is 154 lines (max allowed is 150). | 292 |
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:'. | 234 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 382 |
![]() |
sizes | MethodLength | Method length is 178 lines (max allowed is 150). | 447 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 674 |
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:'. | 13 |
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:'. | 63 |
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:'. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | ParameterNumber | More than 7 parameters (found 9). | 96 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | MethodLength | Method length is 187 lines (max allowed is 150). | 96 |
![]() |
sizes | MethodLength | Method length is 165 lines (max allowed is 150). | 297 |
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). | 44 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 108 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 135 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 139 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 156 |
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:'. | 244 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 50 |
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:'. | 216 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 408 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 133). | 478 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 293 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 697 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1009 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 1031 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1215 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 160). | 1390 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 153). | 1401 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 162). | 1406 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 153). | 1464 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 162). | 1469 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 172). | 1480 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 160). | 1484 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 301 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 297 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1366 |
![]() |
design | VisibilityModifier | Variable 'cbr' must be private and have accessor methods. | 1378 |
![]() |
design | VisibilityModifier | Variable 'nrOfJobs' must be private and have accessor methods. | 1381 |
![]() |
design | VisibilityModifier | Variable 'cbr' must be private and have accessor methods. | 1520 |
![]() |
design | VisibilityModifier | Variable 'nrOfJobs' must be private and have accessor methods. | 1523 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | VisibilityModifier | Variable 'cbr' must be private and have accessor methods. | 421 |
![]() |
design | VisibilityModifier | Variable 'nrOfJobs' must be private and have accessor methods. | 424 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 557 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 136). | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 129). | 345 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 559 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 638 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | MethodLength | Method length is 186 lines (max allowed is 150). | 262 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 335 |