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

Bug 336878

Summary: [Element Edit Service] Re-orient command are not correctly return by the edit service
Product: [Modeling] Papyrus Reporter: Yann Tanguy <yann.tanguy>
Component: CoreAssignee: Yann Tanguy <yann.tanguy>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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)