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

Bug 482094

Summary: Rename IVisualPart#addAnchorage(), removeAnchorage(), addAnchored(), and removeAnchored()
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF MVCAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2.0   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M4   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2015-11-13 04:57:59 EST
We should rename the anchorage-anchored related operations of IVisualPart to match the attach/detach notation we use on the content side already. In detail, we should perform the following renamings:

- addAnchorage -> attachToAnchorage
- removeAnchorage -> detachFromAnchorage
- addAnchored -> attachAnchored
- removeAnchored -> detachAnchored
Comment 1 Alexander Nyßen CLA 2015-11-17 12:11:26 EST
I applied the listed renamings, pushing all changes to origin/master. IVisualPart looks much more consistent now. Resolving as fixed in 3.11.0 M4.