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 | JavadocMethod | 18 | |
| 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. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 |
| 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. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 29 |
| 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. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'interLine' must be private and have accessor methods. | 74 |
| 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. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| misc | FinalParameters | Parameter juncTag should be final. | 97 | |
| misc | FinalParameters | Parameter simulator should be final. | 97 | |
| misc | FinalParameters | Parameter openDriveNetworkLaneParser should be final. | 98 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| misc | FinalParameters | Parameter orientation should be final. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| misc | FinalParameters | Parameter s should be final. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 153 lines (max allowed is 150). | 76 |
| 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. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| design | DesignForExtension | Method 'getHeaderTag' is not designed for extension - needs to be abstract, final or empty. | 242 |
| 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. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'geometryTag'. | 117 | |
| misc | FinalParameters | Parameter elevationTags should be final. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'elevationTags'. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| misc | FinalParameters | Parameter parser should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'parser'. | 146 | |
| misc | FinalParameters | Parameter planViewTag should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'planViewTag'. | 146 | |
| misc | FinalParameters | Parameter geometryTag should be final. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'geometryTag'. | 147 | |
| misc | FinalParameters | Parameter geometryCount should be final. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'geometryCount'. | 147 | |
| javadoc | JavadocMethod | Expected @throws tag for 'OTSGeometryException'. | 147 | |
| misc | FinalParameters | Parameter planViewTag should be final. | 187 | |
| javadoc | JavadocMethod | Expected @param tag for 'planViewTag'. | 187 | |
| misc | FinalParameters | Parameter geometryTag should be final. | 187 | |
| javadoc | JavadocMethod | Expected @param tag for 'geometryTag'. | 187 | |
| misc | FinalParameters | Parameter geometryCount should be final. | 187 | |
| javadoc | JavadocMethod | Expected @param tag for 'geometryCount'. | 187 | |
| misc | FinalParameters | Parameter roadTag should be final. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'roadTag'. | 188 | |
| javadoc | JavadocMethod | Expected @throws tag for 'OTSGeometryException'. | 188 | |
| misc | FinalParameters | Parameter pFrom should be final. | 227 | |
| javadoc | JavadocMethod | Expected @param tag for 'pFrom'. | 227 | |
| misc | FinalParameters | Parameter pTo should be final. | 227 | |
| javadoc | JavadocMethod | Expected @param tag for 'pTo'. | 227 | |
| misc | FinalParameters | Parameter pRadius should be final. | 227 | |
| javadoc | JavadocMethod | Expected @param tag for 'pRadius'. | 227 | |
| misc | FinalParameters | Parameter pMinDistance should be final. | 228 | |
| javadoc | JavadocMethod | Expected @param tag for 'pMinDistance'. | 228 | |
| misc | FinalParameters | Parameter shortest should be final. | 228 | |
| javadoc | JavadocMethod | Expected @param tag for 'shortest'. | 228 | |
| misc | FinalParameters | Parameter side should be final. | 228 | |
| javadoc | JavadocMethod | Expected @param tag for 'side'. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 200 lines (max allowed is 150). | 197 | |
| misc | FinalParameters | Parameter roadTag should be final. | 197 | |
| misc | FinalParameters | Parameter simulator should be final. | 197 | |
| misc | FinalParameters | Parameter openDriveNetworkLaneParser should be final. | 198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 282 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 286 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 323 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 350 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 354 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 390 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 392 | |
| sizes | MethodLength | Method length is 453 lines (max allowed is 150). | 410 | |
| misc | FinalParameters | Parameter roadTag should be final. | 410 | |
| misc | FinalParameters | Parameter simulator should be final. | 410 | |
| misc | FinalParameters | Parameter openDriveNetworkLaneParser should be final. | 411 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 437 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 443 | |
| naming | LocalVariableName | Name 'laneWidth_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 476 | |
| naming | LocalVariableName | Name 'laneWidth_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 477 | |
| naming | LocalVariableName | Name 'leftOffset_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 479 | |
| naming | LocalVariableName | Name 'leftOffset_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 482 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 538 | |
| naming | LocalVariableName | Name 'laneWidth_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 685 | |
| naming | LocalVariableName | Name 'laneWidth_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 686 | |
| naming | LocalVariableName | Name 'leftOffset_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 688 | |
| naming | LocalVariableName | Name 'leftOffset_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 691 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 748 | |
| misc | FinalParameters | Parameter roadTag should be final. | 871 | |
| misc | FinalParameters | Parameter openDriveNetworkLaneParser should be final. | 871 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 873 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 883 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 885 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 887 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 892 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 894 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 896 | |
| misc | FinalParameters | Parameter roadTag should be final. | 928 | |
| misc | FinalParameters | Parameter simulator should be final. | 928 | |
| misc | FinalParameters | Parameter openDriveNetworkLaneParser should be final. | 929 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 947 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 949 | |
| blocks | EmptyBlock | Must have at least one statement. | 986 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 989 | |
| misc | FinalParameters | Parameter roadTag should be final. | 1000 | |
| misc | FinalParameters | Parameter simulator should be final. | 1000 | |
| misc | FinalParameters | Parameter openDriveNetworkLaneParser should be final. | 1001 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1016 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1018 | |
| blocks | EmptyBlock | Must have at least one statement. | 1050 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1053 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 |
| 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 |