Bug 120017 - Redundant classes for managing connection retargetting
Summary: Redundant classes for managing connection retargetting
Status: RESOLVED FIXED
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P1 major
Target Milestone: ---   Edit
Assignee: Steven R. Shaw CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2005-12-08 17:13 EST by Steven R. Shaw CLA
Modified: 2010-07-19 12:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steven R. Shaw CLA 2005-12-08 17:13:02 EST
Redundant classes defined in GMF that have GEF equivalents.  The reason for the override is changing a fundamental GEF assumption that points are passed around in absolute coordinates.

Should be removed (deprecated):
ConnectionEndpointTracker
ConnectionEndHandle
ConnectionStartHandle
ConnectionEndpointEditPolicy
Comment 1 Steven R. Shaw CLA 2005-12-08 17:58:59 EST
- Deprecated redundant classes defined in GMF that have GEF equivalents.  The reason for the
override is that they were eroneously changing a fundamental GEF assumption that points are passed around
in absolute coordinates.  Made changes in associated classes to hold the correct assumption. 

Mapping:         

org.eclipse.gmf.runtime.diagram.ui.figures.ConnectionEndHandle ==> org.eclipse.gef.handles.ConnectionEndHandle
org.eclipse.gmf.runtime.diagram.ui.figures.ConnectionStartHandle ==> org.eclipse.gef.handles.ConnectionStartHandle
org.eclipse.gmf.runtime.diagram.ui.editpolicies.ConnectionEndpointEditPolicy ==>         org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy 
org.eclipse.gmf.runtime.diagram.ui.tools.ConnectionEndpointTracker ==> org.eclipse.gef.tools.ConnectionEndpointTracker
Comment 2 Eclipse Webmaster CLA 2010-07-19 12:27:18 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime Diagram was the original product and component for this bug