| Summary: | [Tool] Extraneous calls to setLocation in SelectionTool | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Adam Cabler <acabler> |
| Component: | GEF-Legacy GEF (MVC) | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | nyssen |
| Version: | 3.3 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
|
Description
Adam Cabler
Adam, please not that the call of setLocation() is performed on two different request objects. The one in updateTargetRequest is called on the inherited targetRequest field (obtained via getTargetRequest(), stored in the super class), while the one in updateHoverRequest() is called on the local hoverRequest field. As such, the calls are not superfluous and neither of them may be removed. Resolving as INVALID due to this. |