| Summary: | [DnD] TransferDragSourceListener causes ClassCastException with TreeEditPart | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Felix L J Mayer <felix.mayer> |
| Component: | GEF-Legacy GEF (MVC) | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | nyssen |
| Version: | 3.4 | ||
| Target Milestone: | 3.7.1 (Indigo) M6 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Felix L J Mayer
Indeed, I cannot reproduce the problem described here. However, the casts within ToolUtilities seem to be too restricted (EditPart will do in all cases where GraphicalEditPart is currently used), and I think it makes sense to change this. Changed all casts within ToolUtilities from GraphicalEditPart to EditPart. Changes committed to cvs HEAD (3.7M6). Closing as fixed. Please re-open in case you can find other places that cause problems with TreeEditParts. |