The following document contains the results of Checkstyle 8.35 with development/dsol-checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
58 | 14 | 768 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 1 | ![]() |
coding | HiddenField
|
1 | ![]() |
design | DesignForExtension | 53 | ![]() |
HideUtilityClassConstructor | 2 | ![]() | |
VisibilityModifier | 201 | ![]() | |
javadoc | JavadocMethod | 19 | ![]() |
JavadocVariable | 206 | ![]() | |
misc | FinalParameters | 266 | ![]() |
TodoComment | 4 | ![]() | |
modifier | ModifierOrder | 2 | ![]() |
RedundantModifier | 8 | ![]() | |
naming | ConstantName | 2 | ![]() |
MemberName | 2 | ![]() | |
sizes | FileLength | 1 | ![]() |
LineLength
|
13 | ![]() | |
MethodLength | 1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'toNodeName' must be private and have accessor methods. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'fromNodeName' must be private and have accessor methods. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | EmptyBlock | Must have at least one statement. | 300 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'age' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 21 |
![]() |
design | DesignForExtension | Class 'Customer' looks like designed for extension (can be subclassed), but the method 'getName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Customer' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
design | DesignForExtension | Class 'Customer' looks like designed for extension (can be subclassed), but the method 'setName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Customer' final or making the method 'setName' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
misc | FinalParameters | Parameter name should be final. | 29 |
![]() |
design | DesignForExtension | Class 'Customer' looks like designed for extension (can be subclassed), but the method 'getAge' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Customer' final or making the method 'getAge' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
design | DesignForExtension | Class 'Customer' looks like designed for extension (can be subclassed), but the method 'setAge' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Customer' final or making the method 'setAge' static/final/abstract/empty, or adding allowed annotation for the method. | 39 |
![]() |
misc | FinalParameters | Parameter age should be final. | 40 |
![]() |
design | DesignForExtension | Class 'Customer' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Customer' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
design | DesignForExtension | Class 'Customer' looks like designed for extension (can be subclassed), but the method 'setId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Customer' final or making the method 'setId' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
misc | FinalParameters | Parameter id should be final. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 46 |
![]() |
misc | FinalParameters | Parameter value should be final. | 61 |
![]() |
misc | FinalParameters | Parameter value should be final. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'gtuDirection' must be private and have accessor methods. | 72 |
![]() |
sizes | MethodLength | Method length is 184 lines (max allowed is 150). | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'connectorTag' must be private and have accessor methods. | 120 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 130 |
![]() |
design | VisibilityModifier | Variable 'signalHeads' must be private and have accessor methods. | 130 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 132 |
![]() |
design | VisibilityModifier | Variable 'sensors' must be private and have accessor methods. | 132 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 134 |
![]() |
design | VisibilityModifier | Variable 'signalHeadsToRemove' must be private and have accessor methods. | 134 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
![]() |
design | VisibilityModifier | Variable 'sensorTagsToRemove' must be private and have accessor methods. | 136 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
![]() |
design | VisibilityModifier | Variable 'connector' must be private and have accessor methods. | 139 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 141 |
![]() |
design | VisibilityModifier | Variable 'arcTag' must be private and have accessor methods. | 141 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 143 |
![]() |
design | VisibilityModifier | Variable 'bezierTag' must be private and have accessor methods. | 143 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 145 |
![]() |
design | VisibilityModifier | Variable 'roadLayoutTag' must be private and have accessor methods. | 145 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 150 |
![]() |
misc | FinalParameters | Parameter linkTag should be final. | 150 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 173 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 199 |
![]() |
misc | FinalParameters | Parameter linkTag should be final. | 254 |
![]() |
misc | FinalParameters | Parameter connectorToNode should be final. | 254 |
![]() |
misc | FinalParameters | Parameter linkTag should be final. | 277 |
![]() |
misc | FinalParameters | Parameter connectorFromNode should be final. | 277 |
![]() |
misc | FinalParameters | Parameter linkTag should be final. | 301 |
![]() |
misc | FinalParameters | Parameter laneNodes should be final. | 301 |
![]() |
misc | FinalParameters | Parameter linkTag should be final. | 327 |
![]() |
misc | FinalParameters | Parameter nodeCoords should be final. | 327 |
![]() |
misc | FinalParameters | Parameter node should be final. | 343 |
![]() |
misc | FinalParameters | Parameter linkTag should be final. | 343 |
![]() |
misc | FinalParameters | Parameter linkTag should be final. | 476 |
![]() |
misc | FinalParameters | Parameter designLine should be final. | 476 |
![]() |
misc | FinalParameters | Parameter nodeTag should be final. | 476 |
![]() |
misc | FinalParameters | Parameter linkTag should be final. | 521 |
![]() |
misc | FinalParameters | Parameter designLine should be final. | 521 |
![]() |
misc | FinalParameters | Parameter nodeTag should be final. | 521 |
![]() |
misc | FinalParameters | Parameter linkTag should be final. | 557 |
![]() |
misc | FinalParameters | Parameter designLine should be final. | 557 |
![]() |
misc | FinalParameters | Parameter linkTag should be final. | 592 |
![]() |
misc | FinalParameters | Parameter parser should be final. | 689 |
![]() |
misc | FinalParameters | Parameter parser should be final. | 700 |
![]() |
misc | FinalParameters | Parameter parser should be final. | 714 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 296 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 398 |
![]() |
misc | FinalParameters | Parameter realLinkTag should be final. | 411 |
![]() |
misc | FinalParameters | Parameter vissimNetworkLaneParser should be final. | 411 |
![]() |
misc | FinalParameters | Parameter simulator should be final. | 412 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter p0 should be final. | 15 |
![]() |
misc | FinalParameters | Parameter p1 should be final. | 15 |
![]() |
misc | FinalParameters | Parameter distance should be final. | 15 |
![]() |
misc | FinalParameters | Parameter line should be final. | 33 |
![]() |
misc | FinalParameters | Parameter distance should be final. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter line should be final. | 43 |
![]() |
misc | FinalParameters | Parameter distance should be final. | 43 |
![]() |
misc | FinalParameters | Parameter line should be final. | 48 |
![]() |
misc | FinalParameters | Parameter distance should be final. | 48 |
![]() |
design | DesignForExtension | Class 'LocatePoint' looks like designed for extension (can be subclassed), but the method 'getPoint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LocatePoint' final or making the method 'getPoint' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 46 |
![]() |
misc | FinalParameters | Parameter fromNode should be final. | 62 |
![]() |
misc | FinalParameters | Parameter toNode should be final. | 62 |
![]() |
misc | FinalParameters | Parameter points should be final. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'vertices' must be private and have accessor methods. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'activeOnThisLink' must be private and have accessor methods. | 71 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 76 |
![]() |
misc | FinalParameters | Parameter sensorTag should be final. | 76 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'activeOnThisLink' must be private and have accessor methods. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'linkName' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'laneName' must be private and have accessor methods. | 56 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 61 |
![]() |
misc | FinalParameters | Parameter signalHeadTag should be final. | 61 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 54 |
![]() |
misc | FinalParameters | Parameter straightTag should be final. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter startDistance should be final. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'network' hides a field. | 144 |
![]() |
misc | FinalParameters | Parameter removeConnectorTags should be final. | 268 |
![]() |
misc | FinalParameters | Parameter inputLinkTags should be final. | 368 |
![]() |
misc | FinalParameters | Parameter margin should be final. | 368 |
![]() |
misc | FinalParameters | Parameter splitMetersAfterSignalHead should be final. | 369 |
![]() |
misc | FinalParameters | Parameter margin should be final. | 378 |
![]() |
misc | FinalParameters | Parameter splitMetersAfterSignalHead should be final. | 378 |
![]() |
misc | FinalParameters | Parameter inputLinkTags should be final. | 378 |
![]() |
misc | FinalParameters | Parameter newLinkTags should be final. | 379 |
![]() |
misc | FinalParameters | Parameter margin should be final. | 413 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getGlobalTag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getGlobalTag' static/final/abstract/empty, or adding allowed annotation for the method. | 579 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setGlobalTag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setGlobalTag' static/final/abstract/empty, or adding allowed annotation for the method. | 584 |
![]() |
misc | FinalParameters | Parameter globalTag should be final. | 584 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getNodeTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getNodeTags' static/final/abstract/empty, or adding allowed annotation for the method. | 589 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setNodeTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setNodeTags' static/final/abstract/empty, or adding allowed annotation for the method. | 594 |
![]() |
misc | FinalParameters | Parameter nodeTags should be final. | 594 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getLinkTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getLinkTags' static/final/abstract/empty, or adding allowed annotation for the method. | 599 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setLinkTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setLinkTags' static/final/abstract/empty, or adding allowed annotation for the method. | 604 |
![]() |
misc | FinalParameters | Parameter linkTags should be final. | 604 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getConnectorTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getConnectorTags' static/final/abstract/empty, or adding allowed annotation for the method. | 609 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setConnectorTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setConnectorTags' static/final/abstract/empty, or adding allowed annotation for the method. | 614 |
![]() |
misc | FinalParameters | Parameter connectorTags should be final. | 614 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getRealLinkTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getRealLinkTags' static/final/abstract/empty, or adding allowed annotation for the method. | 619 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setRealLinkTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setRealLinkTags' static/final/abstract/empty, or adding allowed annotation for the method. | 624 |
![]() |
misc | FinalParameters | Parameter realLinkTags should be final. | 624 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getSignalHeadTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getSignalHeadTags' static/final/abstract/empty, or adding allowed annotation for the method. | 629 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setSignalHeadTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setSignalHeadTags' static/final/abstract/empty, or adding allowed annotation for the method. | 634 |
![]() |
misc | FinalParameters | Parameter signalHeadTags should be final. | 634 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getSensorTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getSensorTags' static/final/abstract/empty, or adding allowed annotation for the method. | 639 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setSensorTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setSensorTags' static/final/abstract/empty, or adding allowed annotation for the method. | 644 |
![]() |
misc | FinalParameters | Parameter sensorTags should be final. | 644 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getGtuTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getGtuTags' static/final/abstract/empty, or adding allowed annotation for the method. | 649 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setGtuTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setGtuTags' static/final/abstract/empty, or adding allowed annotation for the method. | 654 |
![]() |
misc | FinalParameters | Parameter gtuTags should be final. | 654 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getGtuMixTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getGtuMixTags' static/final/abstract/empty, or adding allowed annotation for the method. | 659 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setGtuMixTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setGtuMixTags' static/final/abstract/empty, or adding allowed annotation for the method. | 664 |
![]() |
misc | FinalParameters | Parameter gtuMixTags should be final. | 664 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getRoadTypeTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getRoadTypeTags' static/final/abstract/empty, or adding allowed annotation for the method. | 669 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setRoadTypeTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setRoadTypeTags' static/final/abstract/empty, or adding allowed annotation for the method. | 674 |
![]() |
misc | FinalParameters | Parameter roadTypeTags should be final. | 674 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getGtuTypes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getGtuTypes' static/final/abstract/empty, or adding allowed annotation for the method. | 679 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setGtuTypes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setGtuTypes' static/final/abstract/empty, or adding allowed annotation for the method. | 684 |
![]() |
misc | FinalParameters | Parameter gtuTypes should be final. | 684 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getLaneTypeTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getLaneTypeTags' static/final/abstract/empty, or adding allowed annotation for the method. | 689 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setLaneTypeTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setLaneTypeTags' static/final/abstract/empty, or adding allowed annotation for the method. | 694 |
![]() |
misc | FinalParameters | Parameter laneTypeTags should be final. | 694 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getRoadLayoutTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getRoadLayoutTags' static/final/abstract/empty, or adding allowed annotation for the method. | 699 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setRoadLayoutTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setRoadLayoutTags' static/final/abstract/empty, or adding allowed annotation for the method. | 704 |
![]() |
misc | FinalParameters | Parameter roadLayoutTags should be final. | 704 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getRouteMixTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getRouteMixTags' static/final/abstract/empty, or adding allowed annotation for the method. | 709 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setRouteMixTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setRouteMixTags' static/final/abstract/empty, or adding allowed annotation for the method. | 714 |
![]() |
misc | FinalParameters | Parameter routeMixTags should be final. | 714 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getShortestRouteMixTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getShortestRouteMixTags' static/final/abstract/empty, or adding allowed annotation for the method. | 719 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setShortestRouteMixTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setShortestRouteMixTags' static/final/abstract/empty, or adding allowed annotation for the method. | 724 |
![]() |
misc | FinalParameters | Parameter shortestRouteMixTags should be final. | 724 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getShortestRouteTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getShortestRouteTags' static/final/abstract/empty, or adding allowed annotation for the method. | 729 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setShortestRouteTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setShortestRouteTags' static/final/abstract/empty, or adding allowed annotation for the method. | 734 |
![]() |
misc | FinalParameters | Parameter shortestRouteTags should be final. | 734 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getRouteTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getRouteTags' static/final/abstract/empty, or adding allowed annotation for the method. | 739 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setRouteTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setRouteTags' static/final/abstract/empty, or adding allowed annotation for the method. | 744 |
![]() |
misc | FinalParameters | Parameter routeTags should be final. | 744 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getLaneTypes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getLaneTypes' static/final/abstract/empty, or adding allowed annotation for the method. | 749 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setLaneTypes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setLaneTypes' static/final/abstract/empty, or adding allowed annotation for the method. | 754 |
![]() |
misc | FinalParameters | Parameter laneTypes should be final. | 754 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getSimulator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getSimulator' static/final/abstract/empty, or adding allowed annotation for the method. | 759 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setSimulator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setSimulator' static/final/abstract/empty, or adding allowed annotation for the method. | 764 |
![]() |
misc | FinalParameters | Parameter simulator should be final. | 764 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getNetwork' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getNetwork' static/final/abstract/empty, or adding allowed annotation for the method. | 769 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setNetwork' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setNetwork' static/final/abstract/empty, or adding allowed annotation for the method. | 774 |
![]() |
misc | FinalParameters | Parameter network should be final. | 774 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getUpperNodeNr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getUpperNodeNr' static/final/abstract/empty, or adding allowed annotation for the method. | 779 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setUpperNodeNr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setUpperNodeNr' static/final/abstract/empty, or adding allowed annotation for the method. | 784 |
![]() |
misc | FinalParameters | Parameter upperNodeNr should be final. | 784 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'getUpperLinkNr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'getUpperLinkNr' static/final/abstract/empty, or adding allowed annotation for the method. | 789 |
![]() |
design | DesignForExtension | Class 'VissimNetworkLaneParser' looks like designed for extension (can be subclassed), but the method 'setUpperLinkNr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VissimNetworkLaneParser' final or making the method 'setUpperLinkNr' static/final/abstract/empty, or adding allowed annotation for the method. | 794 |
![]() |
misc | FinalParameters | Parameter upperLinkNr should be final. | 794 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 41 |
![]() |
misc | FinalParameters | Parameter file should be final. | 44 |
![]() |
misc | FinalParameters | Parameter linkTags should be final. | 44 |
![]() |
misc | FinalParameters | Parameter nodeTags should be final. | 44 |
![]() |
misc | FinalParameters | Parameter sinkKillClassName should be final. | 44 |
![]() |
misc | FinalParameters | Parameter sensorClassName should be final. | 45 |
![]() |
misc | FinalParameters | Parameter trafficLightName should be final. | 45 |
![]() |
misc | FinalParameters | Parameter definitions should be final. | 80 |
![]() |
misc | FinalParameters | Parameter definitions should be final. | 89 |
![]() |
misc | FinalParameters | Parameter file should be final. | 118 |
![]() |
misc | FinalParameters | Parameter definitions should be final. | 118 |
![]() |
misc | FinalParameters | Parameter nodes should be final. | 118 |
![]() |
misc | FinalParameters | Parameter links should be final. | 118 |
![]() |
misc | FinalParameters | Parameter links should be final. | 132 |
![]() |
misc | FinalParameters | Parameter roadLayouts should be final. | 132 |
![]() |
misc | FinalParameters | Parameter linkTags should be final. | 132 |
![]() |
misc | FinalParameters | Parameter sinkKillClassName should be final. | 133 |
![]() |
misc | FinalParameters | Parameter sensorClassName should be final. | 133 |
![]() |
misc | FinalParameters | Parameter trafficLightName should be final. | 133 |
![]() |
misc | FinalParameters | Parameter nodes should be final. | 273 |
![]() |
misc | FinalParameters | Parameter nodeTags should be final. | 273 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 81 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 100 |
![]() |
misc | FinalParameters | Parameter value should be final. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 42 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 43 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'speedgtucolorer' must be private and have accessor methods. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'accelerationgtucolorer' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | VisibilityModifier | Variable 'lanechangeurgegtucolorer' must be private and have accessor methods. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 82 |
![]() |
misc | FinalParameters | Parameter value should be final. | 97 |
![]() |
misc | FinalParameters | Parameter value should be final. | 115 |
![]() |
misc | FinalParameters | Parameter value should be final. | 133 |
![]() |
misc | FinalParameters | Parameter value should be final. | 151 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 178 |
![]() |
design | VisibilityModifier | Variable 'maxdeceleration' must be private and have accessor methods. | 179 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 181 |
![]() |
design | VisibilityModifier | Variable 'maxacceleration' must be private and have accessor methods. | 182 |
![]() |
misc | FinalParameters | Parameter value should be final. | 197 |
![]() |
misc | FinalParameters | Parameter value should be final. | 215 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 244 |
![]() |
design | VisibilityModifier | Variable 'minlanechangedistance' must be private and have accessor methods. | 245 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 247 |
![]() |
design | VisibilityModifier | Variable 'horizon' must be private and have accessor methods. | 248 |
![]() |
misc | FinalParameters | Parameter value should be final. | 263 |
![]() |
misc | FinalParameters | Parameter value should be final. | 281 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 309 |
![]() |
design | VisibilityModifier | Variable 'maxspeed' must be private and have accessor methods. | 310 |
![]() |
misc | FinalParameters | Parameter value should be final. | 325 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'maxspeed' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 61 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
misc | FinalParameters | Parameter value should be final. | 94 |
![]() |
misc | FinalParameters | Parameter value should be final. | 112 |
![]() |
misc | FinalParameters | Parameter value should be final. | 130 |
![]() |
misc | FinalParameters | Parameter value should be final. | 148 |
![]() |
misc | FinalParameters | Parameter value should be final. | 166 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'gtu' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 81 |
![]() |
misc | FinalParameters | Parameter value should be final. | 103 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 149 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
![]() |
design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 152 |
![]() |
misc | FinalParameters | Parameter value should be final. | 167 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 175 |
![]() |
misc | FinalParameters | Parameter value should be final. | 183 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 183 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 49 |
![]() |
misc | FinalParameters | Parameter value should be final. | 64 |
![]() |
misc | FinalParameters | Parameter value should be final. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'href' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'parse' must be private and have accessor methods. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'xpointer' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 'encoding' must be private and have accessor methods. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
design | VisibilityModifier | Variable 'accept' must be private and have accessor methods. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
design | VisibilityModifier | Variable 'acceptLanguage' must be private and have accessor methods. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 104 |
![]() |
misc | FinalParameters | Parameter value should be final. | 126 |
![]() |
misc | FinalParameters | Parameter value should be final. | 151 |
![]() |
misc | FinalParameters | Parameter value should be final. | 169 |
![]() |
misc | FinalParameters | Parameter value should be final. | 187 |
![]() |
misc | FinalParameters | Parameter value should be final. | 205 |
![]() |
misc | FinalParameters | Parameter value should be final. | 223 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'speedlimit' must be private and have accessor methods. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'defaultlanewidth' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'defaultlanekeeping' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 72 |
![]() |
misc | FinalParameters | Parameter value should be final. | 114 |
![]() |
misc | FinalParameters | Parameter value should be final. | 132 |
![]() |
misc | FinalParameters | Parameter value should be final. | 150 |
![]() |
misc | FinalParameters | Parameter value should be final. | 168 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 195 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 196 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 198 |
![]() |
design | VisibilityModifier | Variable 'legalspeedlimit' must be private and have accessor methods. | 199 |
![]() |
misc | FinalParameters | Parameter value should be final. | 214 |
![]() |
misc | FinalParameters | Parameter value should be final. | 232 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | FileLength | File length is 2,111 lines (max allowed is 2,000). | 1 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 130). | 41 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 130). | 106 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 129). | 111 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 130). | 125 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 129). | 127 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 130). | 140 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 131). | 152 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 131). | 163 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 131). | 176 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 131). | 187 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 217 |
![]() |
design | VisibilityModifier | Variable 'bezier' must be private and have accessor methods. | 218 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 220 |
![]() |
design | VisibilityModifier | Variable 'clothoid' must be private and have accessor methods. | 221 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 223 |
![]() |
design | VisibilityModifier | Variable 'straight' must be private and have accessor methods. | 224 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 226 |
![]() |
design | VisibilityModifier | Variable 'arc' must be private and have accessor methods. | 227 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 229 |
![]() |
design | VisibilityModifier | Variable 'polyline' must be private and have accessor methods. | 230 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 232 |
![]() |
design | VisibilityModifier | Variable 'roadlayout' must be private and have accessor methods. | 233 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 235 |
![]() |
design | VisibilityModifier | Variable 'laneoverrideOrGENERATOROrLISTGENERATOR' must be private and have accessor methods. | 242 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 244 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 245 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 247 |
![]() |
design | VisibilityModifier | Variable 'nodestart' must be private and have accessor methods. | 248 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 250 |
![]() |
design | VisibilityModifier | Variable 'nodeEnd' must be private and have accessor methods. | 254 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 256 |
![]() |
design | VisibilityModifier | Variable 'roadlayoutAttribute' must be private and have accessor methods. | 257 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 259 |
![]() |
design | VisibilityModifier | Variable 'offsetstart' must be private and have accessor methods. | 260 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 262 |
![]() |
design | VisibilityModifier | Variable 'offsetend' must be private and have accessor methods. | 263 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 265 |
![]() |
design | VisibilityModifier | Variable 'rotationstart' must be private and have accessor methods. | 266 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 268 |
![]() |
design | VisibilityModifier | Variable 'rotationend' must be private and have accessor methods. | 269 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 271 |
![]() |
design | VisibilityModifier | Variable 'lanekeeping' must be private and have accessor methods. | 272 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 274 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 276 |
![]() |
misc | FinalParameters | Parameter value should be final. | 291 |
![]() |
misc | FinalParameters | Parameter value should be final. | 309 |
![]() |
misc | FinalParameters | Parameter value should be final. | 327 |
![]() |
misc | FinalParameters | Parameter value should be final. | 345 |
![]() |
misc | FinalParameters | Parameter value should be final. | 363 |
![]() |
misc | FinalParameters | Parameter value should be final. | 381 |
![]() |
misc | FinalParameters | Parameter value should be final. | 428 |
![]() |
misc | FinalParameters | Parameter value should be final. | 446 |
![]() |
misc | FinalParameters | Parameter value should be final. | 464 |
![]() |
misc | FinalParameters | Parameter value should be final. | 482 |
![]() |
misc | FinalParameters | Parameter value should be final. | 500 |
![]() |
misc | FinalParameters | Parameter value should be final. | 518 |
![]() |
misc | FinalParameters | Parameter value should be final. | 536 |
![]() |
misc | FinalParameters | Parameter value should be final. | 554 |
![]() |
misc | FinalParameters | Parameter value should be final. | 572 |
![]() |
misc | FinalParameters | Parameter value should be final. | 590 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 618 |
![]() |
design | VisibilityModifier | Variable 'radius' must be private and have accessor methods. | 619 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 621 |
![]() |
design | VisibilityModifier | Variable 'angle' must be private and have accessor methods. | 622 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 624 |
![]() |
design | VisibilityModifier | Variable 'direction' must be private and have accessor methods. | 625 |
![]() |
misc | FinalParameters | Parameter value should be final. | 640 |
![]() |
misc | FinalParameters | Parameter value should be final. | 658 |
![]() |
misc | FinalParameters | Parameter value should be final. | 676 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 705 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 706 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 708 |
![]() |
design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 709 |
![]() |
misc | FinalParameters | Parameter value should be final. | 724 |
![]() |
misc | FinalParameters | Parameter value should be final. | 742 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 775 |
![]() |
design | VisibilityModifier | Variable 'startangle' must be private and have accessor methods. | 776 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 778 |
![]() |
design | VisibilityModifier | Variable 'startcurvature' must be private and have accessor methods. | 779 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 781 |
![]() |
design | VisibilityModifier | Variable 'endcurvature' must be private and have accessor methods. | 782 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 784 |
![]() |
design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 785 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 787 |
![]() |
design | VisibilityModifier | Variable 'endelevation' must be private and have accessor methods. | 788 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 790 |
![]() |
design | VisibilityModifier | Variable 'numsegments' must be private and have accessor methods. | 791 |
![]() |
misc | FinalParameters | Parameter value should be final. | 806 |
![]() |
misc | FinalParameters | Parameter value should be final. | 824 |
![]() |
misc | FinalParameters | Parameter value should be final. | 842 |
![]() |
misc | FinalParameters | Parameter value should be final. | 860 |
![]() |
misc | FinalParameters | Parameter value should be final. | 878 |
![]() |
misc | FinalParameters | Parameter value should be final. | 896 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 940 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 941 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 943 |
![]() |
design | VisibilityModifier | Variable 'gtu' must be private and have accessor methods. | 944 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 946 |
![]() |
design | VisibilityModifier | Variable 'gtumix' must be private and have accessor methods. | 947 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 949 |
![]() |
design | VisibilityModifier | Variable 'distance' must be private and have accessor methods. | 950 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 952 |
![]() |
design | VisibilityModifier | Variable 'initialspeed' must be private and have accessor methods. | 953 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 955 |
![]() |
design | VisibilityModifier | Variable 'maxgtu' must be private and have accessor methods. | 956 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 958 |
![]() |
design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 959 |
![]() |
misc | FinalParameters | Parameter value should be final. | 974 |
![]() |
misc | FinalParameters | Parameter value should be final. | 992 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1010 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1028 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1046 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1064 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1082 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1120 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 1121 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1123 |
![]() |
design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 1124 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1126 |
![]() |
design | VisibilityModifier | Variable 'gtu' must be private and have accessor methods. | 1127 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1129 |
![]() |
design | VisibilityModifier | Variable 'gtumix' must be private and have accessor methods. | 1130 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1132 |
![]() |
design | VisibilityModifier | Variable 'iat' must be private and have accessor methods. | 1133 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1135 |
![]() |
design | VisibilityModifier | Variable 'initialspeed' must be private and have accessor methods. | 1136 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1138 |
![]() |
design | VisibilityModifier | Variable 'maxgtu' must be private and have accessor methods. | 1139 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1141 |
![]() |
design | VisibilityModifier | Variable 'starttime' must be private and have accessor methods. | 1142 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1144 |
![]() |
design | VisibilityModifier | Variable 'endtime' must be private and have accessor methods. | 1145 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1147 |
![]() |
design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 1148 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1150 |
![]() |
design | VisibilityModifier | Variable 'gtucolorer' must be private and have accessor methods. | 1151 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1166 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1184 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1202 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1220 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1238 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1256 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1274 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1292 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1310 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1328 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1346 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1378 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 1379 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1381 |
![]() |
design | VisibilityModifier | Variable 'legalspeedlimit' must be private and have accessor methods. | 1382 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1384 |
![]() |
design | VisibilityModifier | Variable 'direction' must be private and have accessor methods. | 1385 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1387 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 1388 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1390 |
![]() |
design | VisibilityModifier | Variable 'overtaking' must be private and have accessor methods. | 1391 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1406 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1424 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1442 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1460 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1478 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1513 |
![]() |
design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 1515 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1517 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 1518 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1520 |
![]() |
design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 1521 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1523 |
![]() |
design | VisibilityModifier | Variable 'gtu' must be private and have accessor methods. | 1524 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1526 |
![]() |
design | VisibilityModifier | Variable 'gtumix' must be private and have accessor methods. | 1527 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1529 |
![]() |
design | VisibilityModifier | Variable 'initialspeed' must be private and have accessor methods. | 1530 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1532 |
![]() |
design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 1533 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1535 |
![]() |
design | VisibilityModifier | Variable 'gtucolorer' must be private and have accessor methods. | 1536 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1551 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1569 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1587 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1605 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1623 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1641 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1659 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1677 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1706 |
![]() |
design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 1707 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1709 |
![]() |
design | VisibilityModifier | Variable 'intermediatepoints' must be private and have accessor methods. | 1710 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1725 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1784 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 1785 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1787 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 1788 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1790 |
![]() |
design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 1791 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1793 |
![]() |
naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1794 |
![]() |
design | VisibilityModifier | Variable '_class' must be private and have accessor methods. | 1794 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1796 |
![]() |
design | VisibilityModifier | Variable 'trigger' must be private and have accessor methods. | 1797 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1812 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1830 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1848 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1866 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1884 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1913 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 1914 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1916 |
![]() |
design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 1917 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1932 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1950 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1978 |
![]() |
design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 1979 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1994 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2025 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 2026 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2028 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 2029 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2031 |
![]() |
design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 2032 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2034 |
![]() |
naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2035 |
![]() |
design | VisibilityModifier | Variable '_class' must be private and have accessor methods. | 2035 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2050 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2068 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2086 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'definitionsOrIncludeOrNODE' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 66 |
![]() |
misc | FinalParameters | Parameter value should be final. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'coordinate' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | VisibilityModifier | Variable 'angle' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 78 |
![]() |
misc | FinalParameters | Parameter value should be final. | 96 |
![]() |
misc | FinalParameters | Parameter value should be final. | 114 |
![]() |
misc | FinalParameters | Parameter value should be final. | 132 |
![]() |
design | DesignForExtension | Class 'NODE' looks like designed for extension (can be subclassed), but the method 'getRefId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NODE' final or making the method 'getRefId' static/final/abstract/empty, or adding allowed annotation for the method. | 137 |
![]() |
design | DesignForExtension | Class 'NODE' looks like designed for extension (can be subclassed), but the method 'setRefId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NODE' final or making the method 'setRefId' static/final/abstract/empty, or adding allowed annotation for the method. | 142 |
![]() |
misc | FinalParameters | Parameter refId should be final. | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() |
naming | ConstantName | Name '_Fallback_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 31 |
![]() |
naming | ConstantName | Name '_Include_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
![]() |
misc | FinalParameters | Parameter value should be final. | 433 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 433 |
![]() |
misc | FinalParameters | Parameter value should be final. | 443 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 443 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter v should be final. | 40 |
![]() |
misc | FinalParameters | Parameter v should be final. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
![]() |
design | VisibilityModifier | Variable 'speedlimit' must be private and have accessor methods. | 128 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 130 |
![]() |
design | VisibilityModifier | Variable 'laneOrNOTRAFFICLANEOrSHOULDER' must be private and have accessor methods. | 134 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 137 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
![]() |
design | VisibilityModifier | Variable 'roadtype' must be private and have accessor methods. | 140 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 142 |
![]() |
design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 143 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 145 |
![]() |
design | VisibilityModifier | Variable 'lanekeeping' must be private and have accessor methods. | 146 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
![]() |
design | VisibilityModifier | Variable 'overtaking' must be private and have accessor methods. | 149 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 153 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 170 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 195 |
![]() |
misc | FinalParameters | Parameter value should be final. | 217 |
![]() |
misc | FinalParameters | Parameter value should be final. | 235 |
![]() |
misc | FinalParameters | Parameter value should be final. | 253 |
![]() |
misc | FinalParameters | Parameter value should be final. | 271 |
![]() |
misc | FinalParameters | Parameter value should be final. | 289 |
![]() |
misc | FinalParameters | Parameter value should be final. | 307 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 351 |
![]() |
design | VisibilityModifier | Variable 'speedlimit' must be private and have accessor methods. | 352 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 354 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 355 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 357 |
![]() |
design | VisibilityModifier | Variable 'lanetype' must be private and have accessor methods. | 358 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 360 |
![]() |
design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 361 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 363 |
![]() |
design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 364 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 366 |
![]() |
design | VisibilityModifier | Variable 'direction' must be private and have accessor methods. | 367 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 369 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 370 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 372 |
![]() |
design | VisibilityModifier | Variable 'overtaking' must be private and have accessor methods. | 373 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 390 |
![]() |
misc | FinalParameters | Parameter value should be final. | 412 |
![]() |
misc | FinalParameters | Parameter value should be final. | 430 |
![]() |
misc | FinalParameters | Parameter value should be final. | 448 |
![]() |
misc | FinalParameters | Parameter value should be final. | 466 |
![]() |
misc | FinalParameters | Parameter value should be final. | 484 |
![]() |
misc | FinalParameters | Parameter value should be final. | 502 |
![]() |
misc | FinalParameters | Parameter value should be final. | 520 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 547 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 548 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 550 |
![]() |
design | VisibilityModifier | Variable 'legalspeedlimit' must be private and have accessor methods. | 551 |
![]() |
misc | FinalParameters | Parameter value should be final. | 566 |
![]() |
misc | FinalParameters | Parameter value should be final. | 584 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 617 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 618 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 620 |
![]() |
design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 621 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 623 |
![]() |
design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 624 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 626 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 627 |
![]() |
misc | FinalParameters | Parameter value should be final. | 642 |
![]() |
misc | FinalParameters | Parameter value should be final. | 660 |
![]() |
misc | FinalParameters | Parameter value should be final. | 678 |
![]() |
misc | FinalParameters | Parameter value should be final. | 696 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 727 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 728 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 730 |
![]() |
design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 731 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 733 |
![]() |
design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 734 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 736 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 737 |
![]() |
misc | FinalParameters | Parameter value should be final. | 752 |
![]() |
misc | FinalParameters | Parameter value should be final. | 770 |
![]() |
misc | FinalParameters | Parameter value should be final. | 788 |
![]() |
misc | FinalParameters | Parameter value should be final. | 806 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 835 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 836 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 838 |
![]() |
design | VisibilityModifier | Variable 'legalspeedlimit' must be private and have accessor methods. | 839 |
![]() |
misc | FinalParameters | Parameter value should be final. | 854 |
![]() |
misc | FinalParameters | Parameter value should be final. | 872 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 904 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 905 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 907 |
![]() |
design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 908 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 910 |
![]() |
design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 911 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 913 |
![]() |
design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 914 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 916 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 917 |
![]() |
misc | FinalParameters | Parameter value should be final. | 932 |
![]() |
misc | FinalParameters | Parameter value should be final. | 950 |
![]() |
misc | FinalParameters | Parameter value should be final. | 968 |
![]() |
misc | FinalParameters | Parameter value should be final. | 986 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1004 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'speedlimit' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'defaultlanewidth' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'defaultlanekeeping' must be private and have accessor methods. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'defaultovertaking' must be private and have accessor methods. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 76 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 93 |
![]() |
misc | FinalParameters | Parameter value should be final. | 115 |
![]() |
misc | FinalParameters | Parameter value should be final. | 133 |
![]() |
misc | FinalParameters | Parameter value should be final. | 151 |
![]() |
misc | FinalParameters | Parameter value should be final. | 169 |
![]() |
misc | FinalParameters | Parameter value should be final. | 187 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 214 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 215 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 217 |
![]() |
design | VisibilityModifier | Variable 'legalspeedlimit' must be private and have accessor methods. | 218 |
![]() |
misc | FinalParameters | Parameter value should be final. | 233 |
![]() |
misc | FinalParameters | Parameter value should be final. | 251 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'nodelist' must be private and have accessor methods. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 55 |
![]() |
misc | FinalParameters | Parameter value should be final. | 70 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 90 |
![]() |
misc | FinalParameters | Parameter value should be final. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 81 |
![]() |
misc | FinalParameters | Parameter value should be final. | 103 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 149 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
![]() |
design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 152 |
![]() |
misc | FinalParameters | Parameter value should be final. | 167 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 175 |
![]() |
misc | FinalParameters | Parameter value should be final. | 183 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 183 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'from' must be private and have accessor methods. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
design | VisibilityModifier | Variable 'to' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'via' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'distancecost' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'timecost' must be private and have accessor methods. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 75 |
![]() |
misc | FinalParameters | Parameter value should be final. | 90 |
![]() |
misc | FinalParameters | Parameter value should be final. | 108 |
![]() |
misc | FinalParameters | Parameter value should be final. | 126 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 146 |
![]() |
misc | FinalParameters | Parameter value should be final. | 168 |
![]() |
misc | FinalParameters | Parameter value should be final. | 186 |
![]() |
misc | FinalParameters | Parameter value should be final. | 204 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'shortestroute' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 81 |
![]() |
misc | FinalParameters | Parameter value should be final. | 103 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 149 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
![]() |
design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 152 |
![]() |
misc | FinalParameters | Parameter value should be final. | 167 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 175 |
![]() |
misc | FinalParameters | Parameter value should be final. | 183 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 183 |