The following document contains the results of Checkstyle 6.18 with development/dsol-checks.xml ruleset. 
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| blocks | EmptyBlock | 1 | |
| coding | HiddenField
  | 
1 | |
| design | DesignForExtension | 449 | |
| HideUtilityClassConstructor | 2 | ||
| VisibilityModifier | 201 | ||
| javadoc | JavadocMethod | 106 | |
JavadocStyle
  | 
51 | ||
| JavadocVariable | 207 | ||
| misc | FinalParameters | 269 | |
| TodoComment | 3 | ||
| modifier | ModifierOrder | 2 | |
| RedundantModifier | 11 | ||
| naming | ConstantName | 2 | |
| MemberName | 2 | ||
| sizes | FileLength | 1 | |
LineLength
  | 
13 | ||
| MethodLength | 1 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 16 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'toNodeName' must be private and have accessor methods. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'fromNodeName' must be private and have accessor methods. | 45 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 301 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'age' must be private and have accessor methods. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 21 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter name should be final. | 29 | |
| design | DesignForExtension | Method 'getAge' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'setAge' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter age should be final. | 40 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter id should be final. | 51 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 45 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| misc | FinalParameters | Parameter value should be final. | 60 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| misc | FinalParameters | Parameter value should be final. | 78 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'gtuDirection' must be private and have accessor methods. | 73 | |
| sizes | MethodLength | Method length is 184 lines (max allowed is 150). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| design | VisibilityModifier | Variable 'connectorTag' must be private and have accessor methods. | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| design | VisibilityModifier | Variable 'signalHeads' must be private and have accessor methods. | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| design | VisibilityModifier | Variable 'sensors' must be private and have accessor methods. | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| design | VisibilityModifier | Variable 'signalHeadsToRemove' must be private and have accessor methods. | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | VisibilityModifier | Variable 'sensorTagsToRemove' must be private and have accessor methods. | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| design | VisibilityModifier | Variable 'connector' must be private and have accessor methods. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| design | VisibilityModifier | Variable 'arcTag' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| design | VisibilityModifier | Variable 'bezierTag' must be private and have accessor methods. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| design | VisibilityModifier | Variable 'roadLayoutTag' must be private and have accessor methods. | 144 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 149 | |
| misc | FinalParameters | Parameter linkTag should be final. | 149 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 172 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| misc | FinalParameters | Parameter linkTag should be final. | 253 | |
| misc | FinalParameters | Parameter connectorToNode should be final. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| misc | FinalParameters | Parameter linkTag should be final. | 276 | |
| misc | FinalParameters | Parameter connectorFromNode should be final. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| misc | FinalParameters | Parameter linkTag should be final. | 300 | |
| misc | FinalParameters | Parameter laneNodes should be final. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| misc | FinalParameters | Parameter linkTag should be final. | 326 | |
| misc | FinalParameters | Parameter nodeCoords should be final. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| misc | FinalParameters | Parameter node should be final. | 342 | |
| misc | FinalParameters | Parameter linkTag should be final. | 342 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 469 | |
| misc | FinalParameters | Parameter linkTag should be final. | 475 | |
| misc | FinalParameters | Parameter designLine should be final. | 475 | |
| misc | FinalParameters | Parameter nodeTag should be final. | 475 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 514 | |
| misc | FinalParameters | Parameter linkTag should be final. | 520 | |
| misc | FinalParameters | Parameter designLine should be final. | 520 | |
| misc | FinalParameters | Parameter nodeTag should be final. | 520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 556 | |
| misc | FinalParameters | Parameter linkTag should be final. | 556 | |
| misc | FinalParameters | Parameter designLine should be final. | 556 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 591 | |
| misc | FinalParameters | Parameter linkTag should be final. | 591 | |
| misc | FinalParameters | Parameter parser should be final. | 688 | |
| misc | FinalParameters | Parameter parser should be final. | 699 | |
| misc | FinalParameters | Parameter parser should be final. | 713 | |
| javadoc | JavadocMethod | Expected @throws tag for 'OTSGeometryException'. | 714 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NetworkException'. | 714 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NamingException'. | 714 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 295 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 397 | |
| misc | FinalParameters | Parameter realLinkTag should be final. | 410 | |
| misc | FinalParameters | Parameter vissimNetworkLaneParser should be final. | 410 | |
| misc | FinalParameters | Parameter simulator should be final. | 411 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NetworkException'. | 411 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| misc | FinalParameters | Parameter p0 should be final. | 15 | |
| misc | FinalParameters | Parameter p1 should be final. | 15 | |
| misc | FinalParameters | Parameter distance should be final. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter line should be final. | 33 | |
| misc | FinalParameters | Parameter distance should be final. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter line should be final. | 43 | |
| misc | FinalParameters | Parameter distance should be final. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter line should be final. | 48 | |
| misc | FinalParameters | Parameter distance should be final. | 48 | |
| design | DesignForExtension | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| design | DesignForExtension | Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. | 80 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| misc | FinalParameters | Parameter fromNode should be final. | 56 | |
| misc | FinalParameters | Parameter toNode should be final. | 56 | |
| misc | FinalParameters | Parameter points should be final. | 56 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 57 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NetworkException'. | 57 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NetworkException'. | 79 | |
| javadoc | JavadocMethod | Expected @throws tag for 'OTSGeometryException'. | 256 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NetworkException'. | 256 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'vertices' must be private and have accessor methods. | 30 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| misc | FinalParameters | Parameter polyLineTag should be final. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| misc | FinalParameters | Parameter length should be final. | 48 | |
| misc | FinalParameters | Parameter vertices should be final. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'activeOnThisLink' must be private and have accessor methods. | 71 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 76 | |
| misc | FinalParameters | Parameter sensorTag should be final. | 76 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 94 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'activeOnThisLink' must be private and have accessor methods. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | VisibilityModifier | Variable 'linkName' must be private and have accessor methods. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'laneName' must be private and have accessor methods. | 56 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 61 | |
| misc | FinalParameters | Parameter signalHeadTag should be final. | 61 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 76 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 54 | |
| misc | FinalParameters | Parameter straightTag should be final. | 54 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| design | DesignForExtension | Method 'getSubstring' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter startDistance should be final. | 57 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| coding | HiddenField | 'network' hides a field. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| misc | FinalParameters | Parameter removeConnectorTags should be final. | 266 | |
| javadoc | JavadocMethod | Expected @throws tag for 'OTSGeometryException'. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 366 | |
| misc | FinalParameters | Parameter inputLinkTags should be final. | 366 | |
| misc | FinalParameters | Parameter margin should be final. | 366 | |
| misc | FinalParameters | Parameter splitMetersAfterSignalHead should be final. | 367 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 376 | |
| misc | FinalParameters | Parameter margin should be final. | 376 | |
| misc | FinalParameters | Parameter splitMetersAfterSignalHead should be final. | 376 | |
| misc | FinalParameters | Parameter inputLinkTags should be final. | 376 | |
| misc | FinalParameters | Parameter newLinkTags should be final. | 377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 411 | |
| misc | FinalParameters | Parameter margin should be final. | 411 | |
| design | DesignForExtension | Method 'getGlobalTag' is not designed for extension - needs to be abstract, final or empty. | 577 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 577 | |
| design | DesignForExtension | Method 'setGlobalTag' is not designed for extension - needs to be abstract, final or empty. | 582 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 582 | |
| misc | FinalParameters | Parameter globalTag should be final. | 582 | |
| design | DesignForExtension | Method 'getNodeTags' is not designed for extension - needs to be abstract, final or empty. | 587 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 587 | |
| design | DesignForExtension | Method 'setNodeTags' is not designed for extension - needs to be abstract, final or empty. | 592 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 592 | |
| misc | FinalParameters | Parameter nodeTags should be final. | 592 | |
| design | DesignForExtension | Method 'getLinkTags' is not designed for extension - needs to be abstract, final or empty. | 597 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 597 | |
| design | DesignForExtension | Method 'setLinkTags' is not designed for extension - needs to be abstract, final or empty. | 602 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 602 | |
| misc | FinalParameters | Parameter linkTags should be final. | 602 | |
| design | DesignForExtension | Method 'getConnectorTags' is not designed for extension - needs to be abstract, final or empty. | 607 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 607 | |
| design | DesignForExtension | Method 'setConnectorTags' is not designed for extension - needs to be abstract, final or empty. | 612 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 612 | |
| misc | FinalParameters | Parameter connectorTags should be final. | 612 | |
| design | DesignForExtension | Method 'getRealLinkTags' is not designed for extension - needs to be abstract, final or empty. | 617 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 617 | |
| design | DesignForExtension | Method 'setRealLinkTags' is not designed for extension - needs to be abstract, final or empty. | 622 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 622 | |
| misc | FinalParameters | Parameter realLinkTags should be final. | 622 | |
| design | DesignForExtension | Method 'getSignalHeadTags' is not designed for extension - needs to be abstract, final or empty. | 627 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 627 | |
| design | DesignForExtension | Method 'setSignalHeadTags' is not designed for extension - needs to be abstract, final or empty. | 632 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 632 | |
| misc | FinalParameters | Parameter signalHeadTags should be final. | 632 | |
| design | DesignForExtension | Method 'getSensorTags' is not designed for extension - needs to be abstract, final or empty. | 637 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 637 | |
| design | DesignForExtension | Method 'setSensorTags' is not designed for extension - needs to be abstract, final or empty. | 642 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 642 | |
| misc | FinalParameters | Parameter sensorTags should be final. | 642 | |
| design | DesignForExtension | Method 'getGtuTags' is not designed for extension - needs to be abstract, final or empty. | 647 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 647 | |
| design | DesignForExtension | Method 'setGtuTags' is not designed for extension - needs to be abstract, final or empty. | 652 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 652 | |
| misc | FinalParameters | Parameter gtuTags should be final. | 652 | |
| design | DesignForExtension | Method 'getGtuMixTags' is not designed for extension - needs to be abstract, final or empty. | 657 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 657 | |
| design | DesignForExtension | Method 'setGtuMixTags' is not designed for extension - needs to be abstract, final or empty. | 662 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 662 | |
| misc | FinalParameters | Parameter gtuMixTags should be final. | 662 | |
| design | DesignForExtension | Method 'getRoadTypeTags' is not designed for extension - needs to be abstract, final or empty. | 667 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 667 | |
| design | DesignForExtension | Method 'setRoadTypeTags' is not designed for extension - needs to be abstract, final or empty. | 672 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 672 | |
| misc | FinalParameters | Parameter roadTypeTags should be final. | 672 | |
| design | DesignForExtension | Method 'getGtuTypes' is not designed for extension - needs to be abstract, final or empty. | 677 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 677 | |
| design | DesignForExtension | Method 'setGtuTypes' is not designed for extension - needs to be abstract, final or empty. | 682 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 682 | |
| misc | FinalParameters | Parameter gtuTypes should be final. | 682 | |
| design | DesignForExtension | Method 'getLaneTypeTags' is not designed for extension - needs to be abstract, final or empty. | 687 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 687 | |
| design | DesignForExtension | Method 'setLaneTypeTags' is not designed for extension - needs to be abstract, final or empty. | 692 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 692 | |
| misc | FinalParameters | Parameter laneTypeTags should be final. | 692 | |
| design | DesignForExtension | Method 'getRoadLayoutTags' is not designed for extension - needs to be abstract, final or empty. | 697 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 697 | |
| design | DesignForExtension | Method 'setRoadLayoutTags' is not designed for extension - needs to be abstract, final or empty. | 702 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 702 | |
| misc | FinalParameters | Parameter roadLayoutTags should be final. | 702 | |
| design | DesignForExtension | Method 'getRouteMixTags' is not designed for extension - needs to be abstract, final or empty. | 707 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 707 | |
| design | DesignForExtension | Method 'setRouteMixTags' is not designed for extension - needs to be abstract, final or empty. | 712 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 712 | |
| misc | FinalParameters | Parameter routeMixTags should be final. | 712 | |
| design | DesignForExtension | Method 'getShortestRouteMixTags' is not designed for extension - needs to be abstract, final or empty. | 717 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 717 | |
| design | DesignForExtension | Method 'setShortestRouteMixTags' is not designed for extension - needs to be abstract, final or empty. | 722 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 722 | |
| misc | FinalParameters | Parameter shortestRouteMixTags should be final. | 722 | |
| design | DesignForExtension | Method 'getShortestRouteTags' is not designed for extension - needs to be abstract, final or empty. | 727 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 727 | |
| design | DesignForExtension | Method 'setShortestRouteTags' is not designed for extension - needs to be abstract, final or empty. | 732 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 732 | |
| misc | FinalParameters | Parameter shortestRouteTags should be final. | 732 | |
| design | DesignForExtension | Method 'getRouteTags' is not designed for extension - needs to be abstract, final or empty. | 737 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 737 | |
| design | DesignForExtension | Method 'setRouteTags' is not designed for extension - needs to be abstract, final or empty. | 742 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 742 | |
| misc | FinalParameters | Parameter routeTags should be final. | 742 | |
| design | DesignForExtension | Method 'getLaneTypes' is not designed for extension - needs to be abstract, final or empty. | 747 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 747 | |
| design | DesignForExtension | Method 'setLaneTypes' is not designed for extension - needs to be abstract, final or empty. | 752 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 752 | |
| misc | FinalParameters | Parameter laneTypes should be final. | 752 | |
| design | DesignForExtension | Method 'getSimulator' is not designed for extension - needs to be abstract, final or empty. | 757 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 757 | |
| design | DesignForExtension | Method 'setSimulator' is not designed for extension - needs to be abstract, final or empty. | 762 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 762 | |
| misc | FinalParameters | Parameter simulator should be final. | 762 | |
| design | DesignForExtension | Method 'getNetwork' is not designed for extension - needs to be abstract, final or empty. | 767 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 767 | |
| design | DesignForExtension | Method 'setNetwork' is not designed for extension - needs to be abstract, final or empty. | 772 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 772 | |
| misc | FinalParameters | Parameter network should be final. | 772 | |
| design | DesignForExtension | Method 'getUpperNodeNr' is not designed for extension - needs to be abstract, final or empty. | 777 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 777 | |
| design | DesignForExtension | Method 'setUpperNodeNr' is not designed for extension - needs to be abstract, final or empty. | 782 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 782 | |
| misc | FinalParameters | Parameter upperNodeNr should be final. | 782 | |
| design | DesignForExtension | Method 'getUpperLinkNr' is not designed for extension - needs to be abstract, final or empty. | 787 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 787 | |
| design | DesignForExtension | Method 'setUpperLinkNr' is not designed for extension - needs to be abstract, final or empty. | 792 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 792 | |
| misc | FinalParameters | Parameter upperLinkNr should be final. | 792 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter file should be final. | 44 | |
| misc | FinalParameters | Parameter linkTags should be final. | 44 | |
| misc | FinalParameters | Parameter nodeTags should be final. | 44 | |
| misc | FinalParameters | Parameter sinkKillClassName should be final. | 44 | |
| misc | FinalParameters | Parameter sensorClassName should be final. | 45 | |
| misc | FinalParameters | Parameter trafficLightName should be final. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter definitions should be final. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter definitions should be final. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter file should be final. | 118 | |
| misc | FinalParameters | Parameter definitions should be final. | 118 | |
| misc | FinalParameters | Parameter nodes should be final. | 118 | |
| misc | FinalParameters | Parameter links should be final. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| misc | FinalParameters | Parameter links should be final. | 132 | |
| misc | FinalParameters | Parameter roadLayouts should be final. | 132 | |
| misc | FinalParameters | Parameter linkTags should be final. | 132 | |
| misc | FinalParameters | Parameter sinkKillClassName should be final. | 133 | |
| misc | FinalParameters | Parameter sensorClassName should be final. | 133 | |
| misc | FinalParameters | Parameter trafficLightName should be final. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| misc | FinalParameters | Parameter nodes should be final. | 272 | |
| misc | FinalParameters | Parameter nodeTags should be final. | 272 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 81 | |
| javadoc | JavadocMethod | Expected an @return tag. | 100 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| misc | FinalParameters | Parameter value should be final. | 122 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| design | DesignForExtension | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 95 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 132). | 42 | |
| sizes | LineLength | Line is longer than 128 characters (found 132). | 43 | |
| sizes | LineLength | Line is longer than 128 characters (found 132). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'speedgtucolorer' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'accelerationgtucolorer' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'lanechangeurgegtucolorer' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 82 | |
| design | DesignForExtension | Method 'getSPEEDGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| design | DesignForExtension | Method 'setSPEEDGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| misc | FinalParameters | Parameter value should be final. | 97 | |
| design | DesignForExtension | Method 'getACCELERATIONGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| design | DesignForExtension | Method 'setACCELERATIONGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| design | DesignForExtension | Method 'getLANECHANGEURGEGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| design | DesignForExtension | Method 'setLANECHANGEURGEGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| misc | FinalParameters | Parameter value should be final. | 133 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| misc | FinalParameters | Parameter value should be final. | 151 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 178 | |
| design | VisibilityModifier | Variable 'maxdeceleration' must be private and have accessor methods. | 179 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| design | VisibilityModifier | Variable 'maxacceleration' must be private and have accessor methods. | 182 | |
| design | DesignForExtension | Method 'getMAXDECELERATION' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| design | DesignForExtension | Method 'setMAXDECELERATION' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| misc | FinalParameters | Parameter value should be final. | 197 | |
| design | DesignForExtension | Method 'getMAXACCELERATION' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| design | DesignForExtension | Method 'setMAXACCELERATION' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| misc | FinalParameters | Parameter value should be final. | 215 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 244 | |
| design | VisibilityModifier | Variable 'minlanechangedistance' must be private and have accessor methods. | 245 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 247 | |
| design | VisibilityModifier | Variable 'horizon' must be private and have accessor methods. | 248 | |
| design | DesignForExtension | Method 'getMINLANECHANGEDISTANCE' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| design | DesignForExtension | Method 'setMINLANECHANGEDISTANCE' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| misc | FinalParameters | Parameter value should be final. | 263 | |
| design | DesignForExtension | Method 'getHORIZON' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| design | DesignForExtension | Method 'setHORIZON' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| misc | FinalParameters | Parameter value should be final. | 281 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 309 | |
| design | VisibilityModifier | Variable 'maxspeed' must be private and have accessor methods. | 310 | |
| design | DesignForExtension | Method 'getMAXSPEED' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| design | DesignForExtension | Method 'setMAXSPEED' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| misc | FinalParameters | Parameter value should be final. | 325 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'maxspeed' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 61 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| misc | FinalParameters | Parameter value should be final. | 76 | |
| design | DesignForExtension | Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| design | DesignForExtension | Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| misc | FinalParameters | Parameter value should be final. | 94 | |
| design | DesignForExtension | Method 'getLENGTH' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| design | DesignForExtension | Method 'setLENGTH' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'getWIDTH' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| design | DesignForExtension | Method 'setWIDTH' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| misc | FinalParameters | Parameter value should be final. | 130 | |
| design | DesignForExtension | Method 'getMAXSPEED' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| design | DesignForExtension | Method 'setMAXSPEED' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| misc | FinalParameters | Parameter value should be final. | 148 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| misc | FinalParameters | Parameter value should be final. | 166 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'gtu' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 64 | |
| javadoc | JavadocMethod | Expected an @return tag. | 81 | |
| design | DesignForExtension | Method 'getGTU' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| misc | FinalParameters | Parameter value should be final. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 149 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 152 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| misc | FinalParameters | Parameter value should be final. | 167 | |
| javadoc | JavadocMethod | Expected an @return tag. | 175 | |
| design | DesignForExtension | Method 'getWEIGHT' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| design | DesignForExtension | Method 'setWEIGHT' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| misc | FinalParameters | Parameter value should be final. | 183 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 183 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 49 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| misc | FinalParameters | Parameter value should be final. | 64 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| misc | FinalParameters | Parameter value should be final. | 82 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'href' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'parse' must be private and have accessor methods. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'xpointer' must be private and have accessor methods. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'encoding' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'accept' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'acceptLanguage' must be private and have accessor methods. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Expected an @return tag. | 104 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| design | DesignForExtension | Method 'getHref' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| design | DesignForExtension | Method 'setHref' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| design | DesignForExtension | Method 'getParse' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| design | DesignForExtension | Method 'setParse' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| misc | FinalParameters | Parameter value should be final. | 151 | |
| design | DesignForExtension | Method 'getXpointer' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| design | DesignForExtension | Method 'setXpointer' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| misc | FinalParameters | Parameter value should be final. | 169 | |
| design | DesignForExtension | Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| design | DesignForExtension | Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| misc | FinalParameters | Parameter value should be final. | 187 | |
| design | DesignForExtension | Method 'getAccept' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| design | DesignForExtension | Method 'setAccept' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| misc | FinalParameters | Parameter value should be final. | 205 | |
| design | DesignForExtension | Method 'getAcceptLanguage' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| design | DesignForExtension | Method 'setAcceptLanguage' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| misc | FinalParameters | Parameter value should be final. | 223 | |
| design | DesignForExtension | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 236 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'speedlimit' must be private and have accessor methods. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'defaultlanewidth' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'defaultlanekeeping' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 72 | |
| design | DesignForExtension | Method 'getSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| design | DesignForExtension | Method 'getDEFAULTLANEWIDTH' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| design | DesignForExtension | Method 'setDEFAULTLANEWIDTH' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| misc | FinalParameters | Parameter value should be final. | 132 | |
| design | DesignForExtension | Method 'getDEFAULTLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| design | DesignForExtension | Method 'setDEFAULTLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| misc | FinalParameters | Parameter value should be final. | 150 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| misc | FinalParameters | Parameter value should be final. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 195 | |
| design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 196 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 198 | |
| design | VisibilityModifier | Variable 'legalspeedlimit' must be private and have accessor methods. | 199 | |
| design | DesignForExtension | Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| design | DesignForExtension | Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| misc | FinalParameters | Parameter value should be final. | 214 | |
| design | DesignForExtension | Method 'getLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| design | DesignForExtension | Method 'setLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| misc | FinalParameters | Parameter value should be final. | 232 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | FileLength | File length is 2,111 lines (max allowed is 2,000). | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 41 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 106 | |
| sizes | LineLength | Line is longer than 128 characters (found 129). | 111 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 125 | |
| sizes | LineLength | Line is longer than 128 characters (found 129). | 127 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 140 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 152 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 163 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 176 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 187 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 217 | |
| design | VisibilityModifier | Variable 'bezier' must be private and have accessor methods. | 218 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 220 | |
| design | VisibilityModifier | Variable 'clothoid' must be private and have accessor methods. | 221 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 223 | |
| design | VisibilityModifier | Variable 'straight' must be private and have accessor methods. | 224 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 226 | |
| design | VisibilityModifier | Variable 'arc' must be private and have accessor methods. | 227 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 229 | |
| design | VisibilityModifier | Variable 'polyline' must be private and have accessor methods. | 230 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 232 | |
| design | VisibilityModifier | Variable 'roadlayout' must be private and have accessor methods. | 233 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 235 | |
| design | VisibilityModifier | Variable 'laneoverrideOrGENERATOROrLISTGENERATOR' must be private and have accessor methods. | 242 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 244 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 245 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 247 | |
| design | VisibilityModifier | Variable 'nodestart' must be private and have accessor methods. | 248 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 250 | |
| design | VisibilityModifier | Variable 'nodeEnd' must be private and have accessor methods. | 254 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 256 | |
| design | VisibilityModifier | Variable 'roadlayoutAttribute' must be private and have accessor methods. | 257 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 259 | |
| design | VisibilityModifier | Variable 'offsetstart' must be private and have accessor methods. | 260 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 262 | |
| design | VisibilityModifier | Variable 'offsetend' must be private and have accessor methods. | 263 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 265 | |
| design | VisibilityModifier | Variable 'rotationstart' must be private and have accessor methods. | 266 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 268 | |
| design | VisibilityModifier | Variable 'rotationend' must be private and have accessor methods. | 269 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 271 | |
| design | VisibilityModifier | Variable 'lanekeeping' must be private and have accessor methods. | 272 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 274 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 276 | |
| design | DesignForExtension | Method 'getBEZIER' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| design | DesignForExtension | Method 'setBEZIER' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| misc | FinalParameters | Parameter value should be final. | 291 | |
| design | DesignForExtension | Method 'getCLOTHOID' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| design | DesignForExtension | Method 'setCLOTHOID' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| misc | FinalParameters | Parameter value should be final. | 309 | |
| design | DesignForExtension | Method 'getSTRAIGHT' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| design | DesignForExtension | Method 'setSTRAIGHT' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| misc | FinalParameters | Parameter value should be final. | 327 | |
| design | DesignForExtension | Method 'getARC' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| design | DesignForExtension | Method 'setARC' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| misc | FinalParameters | Parameter value should be final. | 345 | |
| design | DesignForExtension | Method 'getPOLYLINE' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| design | DesignForExtension | Method 'setPOLYLINE' is not designed for extension - needs to be abstract, final or empty. | 363 | |
| misc | FinalParameters | Parameter value should be final. | 363 | |
| design | DesignForExtension | Method 'getROADLAYOUT' is not designed for extension - needs to be abstract, final or empty. | 372 | |
| design | DesignForExtension | Method 'setROADLAYOUT' is not designed for extension - needs to be abstract, final or empty. | 381 | |
| misc | FinalParameters | Parameter value should be final. | 381 | |
| design | DesignForExtension | Method 'getLANEOVERRIDEOrGENERATOROrLISTGENERATOR' is not designed for extension - needs to be abstract, final or empty. | 406 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 428 | |
| misc | FinalParameters | Parameter value should be final. | 428 | |
| design | DesignForExtension | Method 'getNODESTART' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| design | DesignForExtension | Method 'setNODESTART' is not designed for extension - needs to be abstract, final or empty. | 446 | |
| misc | FinalParameters | Parameter value should be final. | 446 | |
| design | DesignForExtension | Method 'getNODEEND' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| design | DesignForExtension | Method 'setNODEEND' is not designed for extension - needs to be abstract, final or empty. | 464 | |
| misc | FinalParameters | Parameter value should be final. | 464 | |
| design | DesignForExtension | Method 'getROADLAYOUTAttribute' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| design | DesignForExtension | Method 'setROADLAYOUTAttribute' is not designed for extension - needs to be abstract, final or empty. | 482 | |
| misc | FinalParameters | Parameter value should be final. | 482 | |
| design | DesignForExtension | Method 'getOFFSETSTART' is not designed for extension - needs to be abstract, final or empty. | 491 | |
| design | DesignForExtension | Method 'setOFFSETSTART' is not designed for extension - needs to be abstract, final or empty. | 500 | |
| misc | FinalParameters | Parameter value should be final. | 500 | |
| design | DesignForExtension | Method 'getOFFSETEND' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| design | DesignForExtension | Method 'setOFFSETEND' is not designed for extension - needs to be abstract, final or empty. | 518 | |
| misc | FinalParameters | Parameter value should be final. | 518 | |
| design | DesignForExtension | Method 'getROTATIONSTART' is not designed for extension - needs to be abstract, final or empty. | 527 | |
| design | DesignForExtension | Method 'setROTATIONSTART' is not designed for extension - needs to be abstract, final or empty. | 536 | |
| misc | FinalParameters | Parameter value should be final. | 536 | |
| design | DesignForExtension | Method 'getROTATIONEND' is not designed for extension - needs to be abstract, final or empty. | 545 | |
| design | DesignForExtension | Method 'setROTATIONEND' is not designed for extension - needs to be abstract, final or empty. | 554 | |
| misc | FinalParameters | Parameter value should be final. | 554 | |
| design | DesignForExtension | Method 'getLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. | 563 | |
| design | DesignForExtension | Method 'setLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. | 572 | |
| misc | FinalParameters | Parameter value should be final. | 572 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 581 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 590 | |
| misc | FinalParameters | Parameter value should be final. | 590 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 618 | |
| design | VisibilityModifier | Variable 'radius' must be private and have accessor methods. | 619 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 621 | |
| design | VisibilityModifier | Variable 'angle' must be private and have accessor methods. | 622 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 624 | |
| design | VisibilityModifier | Variable 'direction' must be private and have accessor methods. | 625 | |
| design | DesignForExtension | Method 'getRADIUS' is not designed for extension - needs to be abstract, final or empty. | 631 | |
| design | DesignForExtension | Method 'setRADIUS' is not designed for extension - needs to be abstract, final or empty. | 640 | |
| misc | FinalParameters | Parameter value should be final. | 640 | |
| design | DesignForExtension | Method 'getANGLE' is not designed for extension - needs to be abstract, final or empty. | 649 | |
| design | DesignForExtension | Method 'setANGLE' is not designed for extension - needs to be abstract, final or empty. | 658 | |
| misc | FinalParameters | Parameter value should be final. | 658 | |
| design | DesignForExtension | Method 'getDIRECTION' is not designed for extension - needs to be abstract, final or empty. | 667 | |
| design | DesignForExtension | Method 'setDIRECTION' is not designed for extension - needs to be abstract, final or empty. | 676 | |
| misc | FinalParameters | Parameter value should be final. | 676 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 705 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 706 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 708 | |
| design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 709 | |
| design | DesignForExtension | Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. | 715 | |
| design | DesignForExtension | Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. | 724 | |
| misc | FinalParameters | Parameter value should be final. | 724 | |
| design | DesignForExtension | Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. | 733 | |
| design | DesignForExtension | Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. | 742 | |
| misc | FinalParameters | Parameter value should be final. | 742 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 775 | |
| design | VisibilityModifier | Variable 'startangle' must be private and have accessor methods. | 776 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 778 | |
| design | VisibilityModifier | Variable 'startcurvature' must be private and have accessor methods. | 779 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 781 | |
| design | VisibilityModifier | Variable 'endcurvature' must be private and have accessor methods. | 782 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 784 | |
| design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 785 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 787 | |
| design | VisibilityModifier | Variable 'endelevation' must be private and have accessor methods. | 788 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 790 | |
| design | VisibilityModifier | Variable 'numsegments' must be private and have accessor methods. | 791 | |
| design | DesignForExtension | Method 'getSTARTANGLE' is not designed for extension - needs to be abstract, final or empty. | 797 | |
| design | DesignForExtension | Method 'setSTARTANGLE' is not designed for extension - needs to be abstract, final or empty. | 806 | |
| misc | FinalParameters | Parameter value should be final. | 806 | |
| design | DesignForExtension | Method 'getSTARTCURVATURE' is not designed for extension - needs to be abstract, final or empty. | 815 | |
| design | DesignForExtension | Method 'setSTARTCURVATURE' is not designed for extension - needs to be abstract, final or empty. | 824 | |
| misc | FinalParameters | Parameter value should be final. | 824 | |
| design | DesignForExtension | Method 'getENDCURVATURE' is not designed for extension - needs to be abstract, final or empty. | 833 | |
| design | DesignForExtension | Method 'setENDCURVATURE' is not designed for extension - needs to be abstract, final or empty. | 842 | |
| misc | FinalParameters | Parameter value should be final. | 842 | |
| design | DesignForExtension | Method 'getLENGTH' is not designed for extension - needs to be abstract, final or empty. | 851 | |
| design | DesignForExtension | Method 'setLENGTH' is not designed for extension - needs to be abstract, final or empty. | 860 | |
| misc | FinalParameters | Parameter value should be final. | 860 | |
| design | DesignForExtension | Method 'getENDELEVATION' is not designed for extension - needs to be abstract, final or empty. | 869 | |
| design | DesignForExtension | Method 'setENDELEVATION' is not designed for extension - needs to be abstract, final or empty. | 878 | |
| misc | FinalParameters | Parameter value should be final. | 878 | |
| design | DesignForExtension | Method 'getNUMSEGMENTS' is not designed for extension - needs to be abstract, final or empty. | 887 | |
| design | DesignForExtension | Method 'setNUMSEGMENTS' is not designed for extension - needs to be abstract, final or empty. | 896 | |
| misc | FinalParameters | Parameter value should be final. | 896 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 940 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 941 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 943 | |
| design | VisibilityModifier | Variable 'gtu' must be private and have accessor methods. | 944 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 946 | |
| design | VisibilityModifier | Variable 'gtumix' must be private and have accessor methods. | 947 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 949 | |
| design | VisibilityModifier | Variable 'distance' must be private and have accessor methods. | 950 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 952 | |
| design | VisibilityModifier | Variable 'initialspeed' must be private and have accessor methods. | 953 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 955 | |
| design | VisibilityModifier | Variable 'maxgtu' must be private and have accessor methods. | 956 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 958 | |
| design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 959 | |
| design | DesignForExtension | Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. | 965 | |
| design | DesignForExtension | Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. | 974 | |
| misc | FinalParameters | Parameter value should be final. | 974 | |
| design | DesignForExtension | Method 'getGTU' is not designed for extension - needs to be abstract, final or empty. | 983 | |
| design | DesignForExtension | Method 'setGTU' is not designed for extension - needs to be abstract, final or empty. | 992 | |
| misc | FinalParameters | Parameter value should be final. | 992 | |
| design | DesignForExtension | Method 'getGTUMIX' is not designed for extension - needs to be abstract, final or empty. | 1001 | |
| design | DesignForExtension | Method 'setGTUMIX' is not designed for extension - needs to be abstract, final or empty. | 1010 | |
| misc | FinalParameters | Parameter value should be final. | 1010 | |
| design | DesignForExtension | Method 'getDISTANCE' is not designed for extension - needs to be abstract, final or empty. | 1019 | |
| design | DesignForExtension | Method 'setDISTANCE' is not designed for extension - needs to be abstract, final or empty. | 1028 | |
| misc | FinalParameters | Parameter value should be final. | 1028 | |
| design | DesignForExtension | Method 'getINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. | 1037 | |
| design | DesignForExtension | Method 'setINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. | 1046 | |
| misc | FinalParameters | Parameter value should be final. | 1046 | |
| design | DesignForExtension | Method 'getMAXGTU' is not designed for extension - needs to be abstract, final or empty. | 1055 | |
| design | DesignForExtension | Method 'setMAXGTU' is not designed for extension - needs to be abstract, final or empty. | 1064 | |
| misc | FinalParameters | Parameter value should be final. | 1064 | |
| design | DesignForExtension | Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. | 1073 | |
| design | DesignForExtension | Method 'setROUTE' is not designed for extension - needs to be abstract, final or empty. | 1082 | |
| misc | FinalParameters | Parameter value should be final. | 1082 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1120 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 1121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1123 | |
| design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 1124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1126 | |
| design | VisibilityModifier | Variable 'gtu' must be private and have accessor methods. | 1127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1129 | |
| design | VisibilityModifier | Variable 'gtumix' must be private and have accessor methods. | 1130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1132 | |
| design | VisibilityModifier | Variable 'iat' must be private and have accessor methods. | 1133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1135 | |
| design | VisibilityModifier | Variable 'initialspeed' must be private and have accessor methods. | 1136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1138 | |
| design | VisibilityModifier | Variable 'maxgtu' must be private and have accessor methods. | 1139 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1141 | |
| design | VisibilityModifier | Variable 'starttime' must be private and have accessor methods. | 1142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1144 | |
| design | VisibilityModifier | Variable 'endtime' must be private and have accessor methods. | 1145 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1147 | |
| design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 1148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1150 | |
| design | VisibilityModifier | Variable 'gtucolorer' must be private and have accessor methods. | 1151 | |
| design | DesignForExtension | Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. | 1157 | |
| design | DesignForExtension | Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. | 1166 | |
| misc | FinalParameters | Parameter value should be final. | 1166 | |
| design | DesignForExtension | Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. | 1175 | |
| design | DesignForExtension | Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. | 1184 | |
| misc | FinalParameters | Parameter value should be final. | 1184 | |
| design | DesignForExtension | Method 'getGTU' is not designed for extension - needs to be abstract, final or empty. | 1193 | |
| design | DesignForExtension | Method 'setGTU' is not designed for extension - needs to be abstract, final or empty. | 1202 | |
| misc | FinalParameters | Parameter value should be final. | 1202 | |
| design | DesignForExtension | Method 'getGTUMIX' is not designed for extension - needs to be abstract, final or empty. | 1211 | |
| design | DesignForExtension | Method 'setGTUMIX' is not designed for extension - needs to be abstract, final or empty. | 1220 | |
| misc | FinalParameters | Parameter value should be final. | 1220 | |
| design | DesignForExtension | Method 'getIAT' is not designed for extension - needs to be abstract, final or empty. | 1229 | |
| design | DesignForExtension | Method 'setIAT' is not designed for extension - needs to be abstract, final or empty. | 1238 | |
| misc | FinalParameters | Parameter value should be final. | 1238 | |
| design | DesignForExtension | Method 'getINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. | 1247 | |
| design | DesignForExtension | Method 'setINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. | 1256 | |
| misc | FinalParameters | Parameter value should be final. | 1256 | |
| design | DesignForExtension | Method 'getMAXGTU' is not designed for extension - needs to be abstract, final or empty. | 1265 | |
| design | DesignForExtension | Method 'setMAXGTU' is not designed for extension - needs to be abstract, final or empty. | 1274 | |
| misc | FinalParameters | Parameter value should be final. | 1274 | |
| design | DesignForExtension | Method 'getSTARTTIME' is not designed for extension - needs to be abstract, final or empty. | 1283 | |
| design | DesignForExtension | Method 'setSTARTTIME' is not designed for extension - needs to be abstract, final or empty. | 1292 | |
| misc | FinalParameters | Parameter value should be final. | 1292 | |
| design | DesignForExtension | Method 'getENDTIME' is not designed for extension - needs to be abstract, final or empty. | 1301 | |
| design | DesignForExtension | Method 'setENDTIME' is not designed for extension - needs to be abstract, final or empty. | 1310 | |
| misc | FinalParameters | Parameter value should be final. | 1310 | |
| design | DesignForExtension | Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. | 1319 | |
| design | DesignForExtension | Method 'setROUTE' is not designed for extension - needs to be abstract, final or empty. | 1328 | |
| misc | FinalParameters | Parameter value should be final. | 1328 | |
| design | DesignForExtension | Method 'getGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. | 1337 | |
| design | DesignForExtension | Method 'setGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. | 1346 | |
| misc | FinalParameters | Parameter value should be final. | 1346 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1378 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 1379 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1381 | |
| design | VisibilityModifier | Variable 'legalspeedlimit' must be private and have accessor methods. | 1382 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1384 | |
| design | VisibilityModifier | Variable 'direction' must be private and have accessor methods. | 1385 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1387 | |
| design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 1388 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1390 | |
| design | VisibilityModifier | Variable 'overtaking' must be private and have accessor methods. | 1391 | |
| design | DesignForExtension | Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. | 1397 | |
| design | DesignForExtension | Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. | 1406 | |
| misc | FinalParameters | Parameter value should be final. | 1406 | |
| design | DesignForExtension | Method 'getLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 1415 | |
| design | DesignForExtension | Method 'setLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 1424 | |
| misc | FinalParameters | Parameter value should be final. | 1424 | |
| design | DesignForExtension | Method 'getDIRECTION' is not designed for extension - needs to be abstract, final or empty. | 1433 | |
| design | DesignForExtension | Method 'setDIRECTION' is not designed for extension - needs to be abstract, final or empty. | 1442 | |
| misc | FinalParameters | Parameter value should be final. | 1442 | |
| design | DesignForExtension | Method 'getCOLOR' is not designed for extension - needs to be abstract, final or empty. | 1451 | |
| design | DesignForExtension | Method 'setCOLOR' is not designed for extension - needs to be abstract, final or empty. | 1460 | |
| misc | FinalParameters | Parameter value should be final. | 1460 | |
| design | DesignForExtension | Method 'getOVERTAKING' is not designed for extension - needs to be abstract, final or empty. | 1469 | |
| design | DesignForExtension | Method 'setOVERTAKING' is not designed for extension - needs to be abstract, final or empty. | 1478 | |
| misc | FinalParameters | Parameter value should be final. | 1478 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1513 | |
| design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 1515 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1517 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 1518 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1520 | |
| design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 1521 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1523 | |
| design | VisibilityModifier | Variable 'gtu' must be private and have accessor methods. | 1524 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1526 | |
| design | VisibilityModifier | Variable 'gtumix' must be private and have accessor methods. | 1527 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1529 | |
| design | VisibilityModifier | Variable 'initialspeed' must be private and have accessor methods. | 1530 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1532 | |
| design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 1533 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1535 | |
| design | VisibilityModifier | Variable 'gtucolorer' must be private and have accessor methods. | 1536 | |
| design | DesignForExtension | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 1542 | |
| design | DesignForExtension | Method 'setURI' is not designed for extension - needs to be abstract, final or empty. | 1551 | |
| misc | FinalParameters | Parameter value should be final. | 1551 | |
| design | DesignForExtension | Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. | 1560 | |
| design | DesignForExtension | Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. | 1569 | |
| misc | FinalParameters | Parameter value should be final. | 1569 | |
| design | DesignForExtension | Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. | 1578 | |
| design | DesignForExtension | Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. | 1587 | |
| misc | FinalParameters | Parameter value should be final. | 1587 | |
| design | DesignForExtension | Method 'getGTU' is not designed for extension - needs to be abstract, final or empty. | 1596 | |
| design | DesignForExtension | Method 'setGTU' is not designed for extension - needs to be abstract, final or empty. | 1605 | |
| misc | FinalParameters | Parameter value should be final. | 1605 | |
| design | DesignForExtension | Method 'getGTUMIX' is not designed for extension - needs to be abstract, final or empty. | 1614 | |
| design | DesignForExtension | Method 'setGTUMIX' is not designed for extension - needs to be abstract, final or empty. | 1623 | |
| misc | FinalParameters | Parameter value should be final. | 1623 | |
| design | DesignForExtension | Method 'getINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. | 1632 | |
| design | DesignForExtension | Method 'setINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. | 1641 | |
| misc | FinalParameters | Parameter value should be final. | 1641 | |
| design | DesignForExtension | Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. | 1650 | |
| design | DesignForExtension | Method 'setROUTE' is not designed for extension - needs to be abstract, final or empty. | 1659 | |
| misc | FinalParameters | Parameter value should be final. | 1659 | |
| design | DesignForExtension | Method 'getGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. | 1668 | |
| design | DesignForExtension | Method 'setGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. | 1677 | |
| misc | FinalParameters | Parameter value should be final. | 1677 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1706 | |
| design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 1707 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1709 | |
| design | VisibilityModifier | Variable 'intermediatepoints' must be private and have accessor methods. | 1710 | |
| design | DesignForExtension | Method 'getLENGTH' is not designed for extension - needs to be abstract, final or empty. | 1716 | |
| design | DesignForExtension | Method 'setLENGTH' is not designed for extension - needs to be abstract, final or empty. | 1725 | |
| misc | FinalParameters | Parameter value should be final. | 1725 | |
| design | DesignForExtension | Method 'getINTERMEDIATEPOINTS' is not designed for extension - needs to be abstract, final or empty. | 1748 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1784 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 1785 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1787 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 1788 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1790 | |
| design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 1791 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1793 | |
| naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1794 | |
| design | VisibilityModifier | Variable '_class' must be private and have accessor methods. | 1794 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1796 | |
| design | VisibilityModifier | Variable 'trigger' must be private and have accessor methods. | 1797 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 1803 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 1812 | |
| misc | FinalParameters | Parameter value should be final. | 1812 | |
| design | DesignForExtension | Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. | 1821 | |
| design | DesignForExtension | Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. | 1830 | |
| misc | FinalParameters | Parameter value should be final. | 1830 | |
| design | DesignForExtension | Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. | 1839 | |
| design | DesignForExtension | Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. | 1848 | |
| misc | FinalParameters | Parameter value should be final. | 1848 | |
| design | DesignForExtension | Method 'getCLASS' is not designed for extension - needs to be abstract, final or empty. | 1857 | |
| design | DesignForExtension | Method 'setCLASS' is not designed for extension - needs to be abstract, final or empty. | 1866 | |
| misc | FinalParameters | Parameter value should be final. | 1866 | |
| design | DesignForExtension | Method 'getTRIGGER' is not designed for extension - needs to be abstract, final or empty. | 1875 | |
| design | DesignForExtension | Method 'setTRIGGER' is not designed for extension - needs to be abstract, final or empty. | 1884 | |
| misc | FinalParameters | Parameter value should be final. | 1884 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1913 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 1914 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1916 | |
| design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 1917 | |
| design | DesignForExtension | Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. | 1923 | |
| design | DesignForExtension | Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. | 1932 | |
| misc | FinalParameters | Parameter value should be final. | 1932 | |
| design | DesignForExtension | Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. | 1941 | |
| design | DesignForExtension | Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. | 1950 | |
| misc | FinalParameters | Parameter value should be final. | 1950 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1978 | |
| design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 1979 | |
| design | DesignForExtension | Method 'getLENGTH' is not designed for extension - needs to be abstract, final or empty. | 1985 | |
| design | DesignForExtension | Method 'setLENGTH' is not designed for extension - needs to be abstract, final or empty. | 1994 | |
| misc | FinalParameters | Parameter value should be final. | 1994 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2025 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 2026 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2028 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 2029 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2031 | |
| design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 2032 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2034 | |
| naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2035 | |
| design | VisibilityModifier | Variable '_class' must be private and have accessor methods. | 2035 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 2041 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 2050 | |
| misc | FinalParameters | Parameter value should be final. | 2050 | |
| design | DesignForExtension | Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. | 2059 | |
| design | DesignForExtension | Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. | 2068 | |
| misc | FinalParameters | Parameter value should be final. | 2068 | |
| design | DesignForExtension | Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. | 2077 | |
| design | DesignForExtension | Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. | 2086 | |
| misc | FinalParameters | Parameter value should be final. | 2086 | |
| design | DesignForExtension | Method 'getCLASS' is not designed for extension - needs to be abstract, final or empty. | 2095 | |
| design | DesignForExtension | Method 'setCLASS' is not designed for extension - needs to be abstract, final or empty. | 2104 | |
| misc | FinalParameters | Parameter value should be final. | 2104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'definitionsOrIncludeOrNODE' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 66 | |
| design | DesignForExtension | Method 'getDEFINITIONSOrIncludeOrNODE' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| misc | FinalParameters | Parameter value should be final. | 109 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'coordinate' must be private and have accessor methods. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'angle' must be private and have accessor methods. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 63 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| misc | FinalParameters | Parameter value should be final. | 78 | |
| design | DesignForExtension | Method 'getCOORDINATE' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| design | DesignForExtension | Method 'setCOORDINATE' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| misc | FinalParameters | Parameter value should be final. | 96 | |
| design | DesignForExtension | Method 'getANGLE' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| design | DesignForExtension | Method 'setANGLE' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| misc | FinalParameters | Parameter value should be final. | 132 | |
| design | DesignForExtension | Method 'getRefId' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| design | DesignForExtension | Method 'setRefId' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| misc | FinalParameters | Parameter refId should be final. | 142 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 | |
| naming | ConstantName | Name '_Fallback_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 31 | |
| naming | ConstantName | Name '_Include_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| design | DesignForExtension | Method 'createGLOBAL' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| design | DesignForExtension | Method 'createGTUMIX' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| design | DesignForExtension | Method 'createROADTYPE' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| design | DesignForExtension | Method 'createLANETYPE' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| design | DesignForExtension | Method 'createROADLAYOUT' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| design | DesignForExtension | Method 'createLINK' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| design | DesignForExtension | Method 'createROUTEMIX' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| design | DesignForExtension | Method 'createSHORTESTROUTEMIX' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| design | DesignForExtension | Method 'createROADLAYOUTLANE' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| design | DesignForExtension | Method 'createROUTE' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| design | DesignForExtension | Method 'createNETWORK' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| design | DesignForExtension | Method 'createDEFINITIONS' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| design | DesignForExtension | Method 'createGLOBALSPEEDGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| design | DesignForExtension | Method 'createGLOBALACCELERATIONGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 167 | |
| design | DesignForExtension | Method 'createGLOBALLANECHANGEURGEGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| design | DesignForExtension | Method 'createIncludeType' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 185 | |
| design | DesignForExtension | Method 'createGTUTYPE' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 194 | |
| design | DesignForExtension | Method 'createGTU' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 203 | |
| design | DesignForExtension | Method 'createGTUMIXGTU' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 212 | |
| design | DesignForExtension | Method 'createROADTYPESPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 221 | |
| design | DesignForExtension | Method 'createLANETYPESPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 230 | |
| design | DesignForExtension | Method 'createROADLAYOUTSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 239 | |
| design | DesignForExtension | Method 'createROADLAYOUTNOTRAFFICLANE' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 248 | |
| design | DesignForExtension | Method 'createROADLAYOUTSHOULDER' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 257 | |
| design | DesignForExtension | Method 'createROADLAYOUTSTRIPE' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 266 | |
| design | DesignForExtension | Method 'createNODE' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 275 | |
| design | DesignForExtension | Method 'createLINKCLOTHOID' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 284 | |
| design | DesignForExtension | Method 'createLINKSTRAIGHT' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 293 | |
| design | DesignForExtension | Method 'createLINKARC' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 302 | |
| design | DesignForExtension | Method 'createLINKPOLYLINE' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 311 | |
| design | DesignForExtension | Method 'createLINKLANEOVERRIDE' is not designed for extension - needs to be abstract, final or empty. | 315 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 320 | |
| design | DesignForExtension | Method 'createLINKGENERATOR' is not designed for extension - needs to be abstract, final or empty. | 324 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 329 | |
| design | DesignForExtension | Method 'createLINKLISTGENERATOR' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 338 | |
| design | DesignForExtension | Method 'createLINKFILL' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 347 | |
| design | DesignForExtension | Method 'createLINKBLOCK' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 356 | |
| design | DesignForExtension | Method 'createLINKSENSOR' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 365 | |
| design | DesignForExtension | Method 'createLINKTRAFFICLIGHT' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 374 | |
| design | DesignForExtension | Method 'createLINKSINK' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 383 | |
| design | DesignForExtension | Method 'createROUTEMIXROUTE' is not designed for extension - needs to be abstract, final or empty. | 387 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 392 | |
| design | DesignForExtension | Method 'createSHORTESTROUTE' is not designed for extension - needs to be abstract, final or empty. | 396 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 401 | |
| design | DesignForExtension | Method 'createSHORTESTROUTEMIXSHORTESTROUTE' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 410 | |
| design | DesignForExtension | Method 'createFallbackType' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 419 | |
| design | DesignForExtension | Method 'createROADLAYOUTLANESPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 428 | |
| design | DesignForExtension | Method 'createFallback' is not designed for extension - needs to be abstract, final or empty. | 432 | |
| misc | FinalParameters | Parameter value should be final. | 433 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 433 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 438 | |
| design | DesignForExtension | Method 'createInclude' is not designed for extension - needs to be abstract, final or empty. | 442 | |
| misc | FinalParameters | Parameter value should be final. | 443 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 443 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter v should be final. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter v should be final. | 54 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| design | VisibilityModifier | Variable 'speedlimit' must be private and have accessor methods. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| design | VisibilityModifier | Variable 'laneOrNOTRAFFICLANEOrSHOULDER' must be private and have accessor methods. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| design | VisibilityModifier | Variable 'roadtype' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 143 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'lanekeeping' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| design | VisibilityModifier | Variable 'overtaking' must be private and have accessor methods. | 149 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 153 | |
| javadoc | JavadocMethod | Expected an @return tag. | 170 | |
| design | DesignForExtension | Method 'getSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| javadoc | JavadocMethod | Expected an @return tag. | 195 | |
| design | DesignForExtension | Method 'getLANEOrNOTRAFFICLANEOrSHOULDER' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| misc | FinalParameters | Parameter value should be final. | 217 | |
| design | DesignForExtension | Method 'getROADTYPE' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| design | DesignForExtension | Method 'setROADTYPE' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| misc | FinalParameters | Parameter value should be final. | 235 | |
| design | DesignForExtension | Method 'getWIDTH' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| design | DesignForExtension | Method 'setWIDTH' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| misc | FinalParameters | Parameter value should be final. | 253 | |
| design | DesignForExtension | Method 'getLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| design | DesignForExtension | Method 'setLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| misc | FinalParameters | Parameter value should be final. | 271 | |
| design | DesignForExtension | Method 'getOVERTAKING' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| design | DesignForExtension | Method 'setOVERTAKING' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| misc | FinalParameters | Parameter value should be final. | 289 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| misc | FinalParameters | Parameter value should be final. | 307 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 351 | |
| design | VisibilityModifier | Variable 'speedlimit' must be private and have accessor methods. | 352 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 354 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 355 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 357 | |
| design | VisibilityModifier | Variable 'lanetype' must be private and have accessor methods. | 358 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 360 | |
| design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 361 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 363 | |
| design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 364 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 366 | |
| design | VisibilityModifier | Variable 'direction' must be private and have accessor methods. | 367 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 369 | |
| design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 370 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 372 | |
| design | VisibilityModifier | Variable 'overtaking' must be private and have accessor methods. | 373 | |
| javadoc | JavadocMethod | Expected an @return tag. | 390 | |
| design | DesignForExtension | Method 'getSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 412 | |
| misc | FinalParameters | Parameter value should be final. | 412 | |
| design | DesignForExtension | Method 'getLANETYPE' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| design | DesignForExtension | Method 'setLANETYPE' is not designed for extension - needs to be abstract, final or empty. | 430 | |
| misc | FinalParameters | Parameter value should be final. | 430 | |
| design | DesignForExtension | Method 'getOFFSET' is not designed for extension - needs to be abstract, final or empty. | 439 | |
| design | DesignForExtension | Method 'setOFFSET' is not designed for extension - needs to be abstract, final or empty. | 448 | |
| misc | FinalParameters | Parameter value should be final. | 448 | |
| design | DesignForExtension | Method 'getWIDTH' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| design | DesignForExtension | Method 'setWIDTH' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| misc | FinalParameters | Parameter value should be final. | 466 | |
| design | DesignForExtension | Method 'getDIRECTION' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| design | DesignForExtension | Method 'setDIRECTION' is not designed for extension - needs to be abstract, final or empty. | 484 | |
| misc | FinalParameters | Parameter value should be final. | 484 | |
| design | DesignForExtension | Method 'getCOLOR' is not designed for extension - needs to be abstract, final or empty. | 493 | |
| design | DesignForExtension | Method 'setCOLOR' is not designed for extension - needs to be abstract, final or empty. | 502 | |
| misc | FinalParameters | Parameter value should be final. | 502 | |
| design | DesignForExtension | Method 'getOVERTAKING' is not designed for extension - needs to be abstract, final or empty. | 511 | |
| design | DesignForExtension | Method 'setOVERTAKING' is not designed for extension - needs to be abstract, final or empty. | 520 | |
| misc | FinalParameters | Parameter value should be final. | 520 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 547 | |
| design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 548 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 550 | |
| design | VisibilityModifier | Variable 'legalspeedlimit' must be private and have accessor methods. | 551 | |
| design | DesignForExtension | Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. | 557 | |
| design | DesignForExtension | Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. | 566 | |
| misc | FinalParameters | Parameter value should be final. | 566 | |
| design | DesignForExtension | Method 'getLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 575 | |
| design | DesignForExtension | Method 'setLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 584 | |
| misc | FinalParameters | Parameter value should be final. | 584 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 617 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 618 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 620 | |
| design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 621 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 623 | |
| design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 624 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 626 | |
| design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 627 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 633 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 642 | |
| misc | FinalParameters | Parameter value should be final. | 642 | |
| design | DesignForExtension | Method 'getOFFSET' is not designed for extension - needs to be abstract, final or empty. | 651 | |
| design | DesignForExtension | Method 'setOFFSET' is not designed for extension - needs to be abstract, final or empty. | 660 | |
| misc | FinalParameters | Parameter value should be final. | 660 | |
| design | DesignForExtension | Method 'getWIDTH' is not designed for extension - needs to be abstract, final or empty. | 669 | |
| design | DesignForExtension | Method 'setWIDTH' is not designed for extension - needs to be abstract, final or empty. | 678 | |
| misc | FinalParameters | Parameter value should be final. | 678 | |
| design | DesignForExtension | Method 'getCOLOR' is not designed for extension - needs to be abstract, final or empty. | 687 | |
| design | DesignForExtension | Method 'setCOLOR' is not designed for extension - needs to be abstract, final or empty. | 696 | |
| misc | FinalParameters | Parameter value should be final. | 696 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 727 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 728 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 730 | |
| design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 731 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 733 | |
| design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 734 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 736 | |
| design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 737 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 743 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 752 | |
| misc | FinalParameters | Parameter value should be final. | 752 | |
| design | DesignForExtension | Method 'getOFFSET' is not designed for extension - needs to be abstract, final or empty. | 761 | |
| design | DesignForExtension | Method 'setOFFSET' is not designed for extension - needs to be abstract, final or empty. | 770 | |
| misc | FinalParameters | Parameter value should be final. | 770 | |
| design | DesignForExtension | Method 'getWIDTH' is not designed for extension - needs to be abstract, final or empty. | 779 | |
| design | DesignForExtension | Method 'setWIDTH' is not designed for extension - needs to be abstract, final or empty. | 788 | |
| misc | FinalParameters | Parameter value should be final. | 788 | |
| design | DesignForExtension | Method 'getCOLOR' is not designed for extension - needs to be abstract, final or empty. | 797 | |
| design | DesignForExtension | Method 'setCOLOR' is not designed for extension - needs to be abstract, final or empty. | 806 | |
| misc | FinalParameters | Parameter value should be final. | 806 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 835 | |
| design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 836 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 838 | |
| design | VisibilityModifier | Variable 'legalspeedlimit' must be private and have accessor methods. | 839 | |
| design | DesignForExtension | Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. | 845 | |
| design | DesignForExtension | Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. | 854 | |
| misc | FinalParameters | Parameter value should be final. | 854 | |
| design | DesignForExtension | Method 'getLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 863 | |
| design | DesignForExtension | Method 'setLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 872 | |
| misc | FinalParameters | Parameter value should be final. | 872 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 904 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 905 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 907 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 908 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 910 | |
| design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 911 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 913 | |
| design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 914 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 916 | |
| design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 917 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 923 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 932 | |
| misc | FinalParameters | Parameter value should be final. | 932 | |
| design | DesignForExtension | Method 'getTYPE' is not designed for extension - needs to be abstract, final or empty. | 941 | |
| design | DesignForExtension | Method 'setTYPE' is not designed for extension - needs to be abstract, final or empty. | 950 | |
| misc | FinalParameters | Parameter value should be final. | 950 | |
| design | DesignForExtension | Method 'getOFFSET' is not designed for extension - needs to be abstract, final or empty. | 959 | |
| design | DesignForExtension | Method 'setOFFSET' is not designed for extension - needs to be abstract, final or empty. | 968 | |
| misc | FinalParameters | Parameter value should be final. | 968 | |
| design | DesignForExtension | Method 'getWIDTH' is not designed for extension - needs to be abstract, final or empty. | 977 | |
| design | DesignForExtension | Method 'setWIDTH' is not designed for extension - needs to be abstract, final or empty. | 986 | |
| misc | FinalParameters | Parameter value should be final. | 986 | |
| design | DesignForExtension | Method 'getCOLOR' is not designed for extension - needs to be abstract, final or empty. | 995 | |
| design | DesignForExtension | Method 'setCOLOR' is not designed for extension - needs to be abstract, final or empty. | 1004 | |
| misc | FinalParameters | Parameter value should be final. | 1004 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'speedlimit' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'defaultlanewidth' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'defaultlanekeeping' must be private and have accessor methods. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'defaultovertaking' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 76 | |
| javadoc | JavadocMethod | Expected an @return tag. | 93 | |
| design | DesignForExtension | Method 'getSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| design | DesignForExtension | Method 'getDEFAULTLANEWIDTH' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| design | DesignForExtension | Method 'setDEFAULTLANEWIDTH' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| misc | FinalParameters | Parameter value should be final. | 133 | |
| design | DesignForExtension | Method 'getDEFAULTLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| design | DesignForExtension | Method 'setDEFAULTLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| misc | FinalParameters | Parameter value should be final. | 151 | |
| design | DesignForExtension | Method 'getDEFAULTOVERTAKING' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| design | DesignForExtension | Method 'setDEFAULTOVERTAKING' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| misc | FinalParameters | Parameter value should be final. | 169 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| misc | FinalParameters | Parameter value should be final. | 187 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 214 | |
| design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 215 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 217 | |
| design | VisibilityModifier | Variable 'legalspeedlimit' must be private and have accessor methods. | 218 | |
| design | DesignForExtension | Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| design | DesignForExtension | Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| misc | FinalParameters | Parameter value should be final. | 233 | |
| design | DesignForExtension | Method 'getLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| design | DesignForExtension | Method 'setLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| misc | FinalParameters | Parameter value should be final. | 251 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'nodelist' must be private and have accessor methods. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 55 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| javadoc | JavadocMethod | Expected an @return tag. | 90 | |
| design | DesignForExtension | Method 'getNODELIST' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 64 | |
| javadoc | JavadocMethod | Expected an @return tag. | 81 | |
| design | DesignForExtension | Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| misc | FinalParameters | Parameter value should be final. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 149 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 152 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| misc | FinalParameters | Parameter value should be final. | 167 | |
| javadoc | JavadocMethod | Expected an @return tag. | 175 | |
| design | DesignForExtension | Method 'getWEIGHT' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| design | DesignForExtension | Method 'setWEIGHT' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| misc | FinalParameters | Parameter value should be final. | 183 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 183 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'from' must be private and have accessor methods. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'to' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'via' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'distancecost' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'timecost' must be private and have accessor methods. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 75 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| misc | FinalParameters | Parameter value should be final. | 90 | |
| design | DesignForExtension | Method 'getFROM' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'setFROM' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| misc | FinalParameters | Parameter value should be final. | 108 | |
| design | DesignForExtension | Method 'getTO' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| design | DesignForExtension | Method 'setTO' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| javadoc | JavadocMethod | Expected an @return tag. | 146 | |
| design | DesignForExtension | Method 'getVIA' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| design | DesignForExtension | Method 'getDISTANCECOST' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| design | DesignForExtension | Method 'setDISTANCECOST' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| misc | FinalParameters | Parameter value should be final. | 168 | |
| design | DesignForExtension | Method 'getTIMECOST' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| design | DesignForExtension | Method 'setTIMECOST' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| misc | FinalParameters | Parameter value should be final. | 204 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'shortestroute' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 64 | |
| javadoc | JavadocMethod | Expected an @return tag. | 81 | |
| design | DesignForExtension | Method 'getSHORTESTROUTE' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| misc | FinalParameters | Parameter value should be final. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 149 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 152 | |
| design | DesignForExtension | Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| design | DesignForExtension | Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| misc | FinalParameters | Parameter value should be final. | 167 | |
| javadoc | JavadocMethod | Expected an @return tag. | 175 | |
| design | DesignForExtension | Method 'getWEIGHT' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| design | DesignForExtension | Method 'setWEIGHT' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| misc | FinalParameters | Parameter value should be final. | 183 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 183 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | Missing a Javadoc comment. | 13 |