The following document contains the results of Checkstyle 6.2 with development/dsol-checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | AvoidNestedBlocks
|
1 | |
| EmptyBlock | 3 | ||
| NeedBraces | 37 | ||
| design | DesignForExtension | 5 | |
| VisibilityModifier | 1 | ||
| javadoc | JavadocStyle
|
44 | |
| JavadocVariable | 1 | ||
| misc | FinalParameters | 38 | |
| naming | LocalVariableName | 8 | |
| sizes | MethodLength | 4 |
| 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 | |
| design | DesignForExtension | Method 'unBlock' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| sizes | MethodLength | Method length is 171 lines (max allowed is 150). | 80 | |
| design | DesignForExtension | Method 'addTrafficLight' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| 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 |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'interLine' must be private and have accessor methods. | 76 |
| 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 | |
| design | DesignForExtension | Method 'getOriginLat' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| design | DesignForExtension | Method 'getOriginLong' is not designed for extension - needs to be abstract, final or empty. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| 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 |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 153 lines (max allowed is 150). | 75 |
| 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. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| design | DesignForExtension | Method 'getHeaderTag' is not designed for extension - needs to be abstract, final or empty. | 226 |
| 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 194 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. | 343 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 382 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 384 | |
| sizes | MethodLength | Method length is 443 lines (max allowed is 150). | 402 | |
| misc | FinalParameters | Parameter roadTag should be final. | 402 | |
| misc | FinalParameters | Parameter simulator should be final. | 402 | |
| misc | FinalParameters | Parameter openDriveNetworkLaneParser should be final. | 403 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 429 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 435 | |
| naming | LocalVariableName | Name 'laneWidth_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 468 | |
| naming | LocalVariableName | Name 'laneWidth_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 469 | |
| naming | LocalVariableName | Name 'leftOffset_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 471 | |
| naming | LocalVariableName | Name 'leftOffset_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 473 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 526 | |
| naming | LocalVariableName | Name 'laneWidth_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 672 | |
| naming | LocalVariableName | Name 'laneWidth_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 673 | |
| naming | LocalVariableName | Name 'leftOffset_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 675 | |
| naming | LocalVariableName | Name 'leftOffset_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 677 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 731 | |
| misc | FinalParameters | Parameter roadTag should be final. | 855 | |
| misc | FinalParameters | Parameter openDriveNetworkLaneParser should be final. | 855 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 857 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 867 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 869 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 871 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 876 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 878 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 880 | |
| misc | FinalParameters | Parameter roadTag should be final. | 910 | |
| misc | FinalParameters | Parameter simulator should be final. | 910 | |
| misc | FinalParameters | Parameter openDriveNetworkLaneParser should be final. | 911 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 929 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 931 | |
| blocks | EmptyBlock | Must have at least one statement. | 967 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 970 | |
| misc | FinalParameters | Parameter roadTag should be final. | 981 | |
| misc | FinalParameters | Parameter simulator should be final. | 981 | |
| misc | FinalParameters | Parameter openDriveNetworkLaneParser should be final. | 982 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 997 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 999 | |
| blocks | EmptyBlock | Must have at least one statement. | 1030 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1033 |
| 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 |