Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336878 - [Element Edit Service] Re-orient command are not correctly return by the edit service
Summary: [Element Edit Service] Re-orient command are not correctly return by the edit...
Status: RESOLVED FIXED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Yann Tanguy CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-10 16:22 EST by Yann Tanguy CLA
Modified: 2011-02-10 16:25 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yann Tanguy CLA 2011-02-10 16:22:46 EST
The getReorientRelationshipCommand implementation lacks on DependencyEditHelper
	
	@Override
	protected ICommand getReorientRelationshipCommand(ReorientRelationshipRequest req) {
		return new DependencyReorientCommand(req);
	}
Comment 1 Yann Tanguy CLA 2011-02-10 16:25:11 EST
Fixed in r3997 (0.8.0M4 Indigo)