The following document contains the results of Checkstyle 8.26 with development/dsol-checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
35 | 3 | 135 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | AvoidNestedBlocks
|
1 | ![]() |
EmptyBlock | 3 | ![]() | |
NeedBraces | 41 | ![]() | |
design | VisibilityModifier | 1 | ![]() |
javadoc | JavadocStyle
|
44 | ![]() |
JavadocVariable | 1 | ![]() | |
misc | FinalParameters | 35 | ![]() |
modifier | RedundantModifier | 1 | ![]() |
naming | LocalVariableName | 8 | ![]() |
sizes | MethodLength | 3 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | EmptyBlock | Must have at least one statement. | 66 |
![]() |
sizes | MethodLength | Method length is 171 lines (max allowed is 150). | 80 |
![]() |
misc | FinalParameters | Parameter sequence2 should be final. | 257 |
![]() |
misc | FinalParameters | Parameter trafficLight should be final. | 257 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | VisibilityModifier | Variable 'interLine' must be private and have accessor methods. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 68 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
misc | FinalParameters | Parameter juncTag should be final. | 96 |
![]() |
misc | FinalParameters | Parameter simulator should be final. | 96 |
![]() |
misc | FinalParameters | Parameter openDriveNetworkLaneParser should be final. | 97 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
misc | FinalParameters | Parameter orientation should be final. | 104 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
misc | FinalParameters | Parameter s should be final. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
misc | FinalParameters | Parameter network should be final. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
misc | FinalParameters | Parameter geometryTag should be final. | 118 |
![]() |
misc | FinalParameters | Parameter elevationTags should be final. | 118 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
![]() |
misc | FinalParameters | Parameter parser should be final. | 147 |
![]() |
misc | FinalParameters | Parameter planViewTag should be final. | 147 |
![]() |
misc | FinalParameters | Parameter geometryTag should be final. | 147 |
![]() |
misc | FinalParameters | Parameter geometryCount should be final. | 148 |
![]() |
misc | FinalParameters | Parameter planViewTag should be final. | 188 |
![]() |
misc | FinalParameters | Parameter geometryTag should be final. | 188 |
![]() |
misc | FinalParameters | Parameter geometryCount should be final. | 188 |
![]() |
misc | FinalParameters | Parameter roadTag should be final. | 188 |
![]() |
misc | FinalParameters | Parameter pFrom should be final. | 228 |
![]() |
misc | FinalParameters | Parameter pTo should be final. | 228 |
![]() |
misc | FinalParameters | Parameter pRadius should be final. | 228 |
![]() |
misc | FinalParameters | Parameter pMinDistance should be final. | 228 |
![]() |
misc | FinalParameters | Parameter shortest should be final. | 229 |
![]() |
misc | FinalParameters | Parameter side should be final. | 229 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 362 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | MethodLength | Method length is 200 lines (max allowed is 150). | 195 |
![]() |
misc | FinalParameters | Parameter roadTag should be final. | 195 |
![]() |
misc | FinalParameters | Parameter simulator should be final. | 195 |
![]() |
misc | FinalParameters | Parameter openDriveNetworkLaneParser should be final. | 196 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 203 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 205 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 209 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 242 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 246 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 277 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 281 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 317 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 319 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 322 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 324 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 346 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 350 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 386 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 388 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 393 |
![]() |
sizes | MethodLength | Method length is 438 lines (max allowed is 150). | 408 |
![]() |
misc | FinalParameters | Parameter roadTag should be final. | 408 |
![]() |
misc | FinalParameters | Parameter simulator should be final. | 408 |
![]() |
misc | FinalParameters | Parameter openDriveNetworkLaneParser should be final. | 409 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 435 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 441 |
![]() |
naming | LocalVariableName | Name 'laneWidth_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 474 |
![]() |
naming | LocalVariableName | Name 'laneWidth_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 475 |
![]() |
naming | LocalVariableName | Name 'leftOffset_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 477 |
![]() |
naming | LocalVariableName | Name 'leftOffset_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 479 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 530 |
![]() |
naming | LocalVariableName | Name 'laneWidth_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 675 |
![]() |
naming | LocalVariableName | Name 'laneWidth_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 676 |
![]() |
naming | LocalVariableName | Name 'leftOffset_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 678 |
![]() |
naming | LocalVariableName | Name 'leftOffset_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 680 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 732 |
![]() |
misc | FinalParameters | Parameter roadTag should be final. | 856 |
![]() |
misc | FinalParameters | Parameter openDriveNetworkLaneParser should be final. | 856 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 858 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 868 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 870 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 872 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 877 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 879 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 881 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 933 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 935 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 971 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 974 |
![]() |
misc | FinalParameters | Parameter roadTag should be final. | 985 |
![]() |
misc | FinalParameters | Parameter simulator should be final. | 985 |
![]() |
misc | FinalParameters | Parameter openDriveNetworkLaneParser should be final. | 986 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1001 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1003 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 1034 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1037 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 27 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 15 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 18 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |