Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 207667

Summary: org.eclipse.gef.handles.ConnectionEndHandle and org.eclipse.gef.handles.ConnectionStartHandle should not be final to allow extension
Product: [Tools] GEF Reporter: Alexander Nyßen <any>
Component: GEF-Legacy GEF (MVC)Assignee: gef-inbox <gef-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: enhancement    
Priority: P3 CC: nyssen
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Alexander Nyßen CLA 2007-10-27 09:20:23 EDT
Having the classes final, it is not possible to exchange the ConnectionEndpointTracker without much effort. If the classes would not be fina, overriding the getDragTracker method would be an adequate means to achieve a replacement of the drag tracker.
Comment 1 Alexander Nyßen CLA 2011-01-08 08:23:22 EST
As ConnectionEndHandle has been deprecated (recommendation to use ConnectionEndPointHandle), resolving as invalid, because ConnectionEndpointHandle is not final and may instead be extended.