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