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

Bug 357383

Summary: [Table Editor] Handler Conflict for the org.eclipse.ui.edit.rename and org.eclipse.ui.edit.delete
Product: [Modeling] Papyrus Reporter: Vincent Lorenzo <vincent.lorenzo>
Component: CoreAssignee: Vincent Lorenzo <vincent.lorenzo>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: alain.leguennec
Version: 0.7.0   
Target Milestone: 0.8.0   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 334240    

Description Vincent Lorenzo CLA 2011-09-12 10:10:53 EDT
Steps to reproduce : 
	1/ Create a new project
	2/ Create a table
	3/ Select an element in the table
			-> you get the following message in the console : 
!MESSAGE Conflict for 'org.eclipse.ui.edit.rename':			
HandlerActivation(commandId=org.eclipse.ui.edit.rename,
	handler=org.eclipse.papyrus.uml.menu.handler.RenameNamedElementHandler@117a05,
	expression=org.eclipse.core.internal.expressions.OrExpression@f8f534a3,sourcePriority=1073741824)
HandlerActivation(commandId=org.eclipse.ui.edit.rename,
	handler=org.eclipse.emf.facet.widgets.nattable.internal.handlers.EditHandler@161e57a,
	expression=org.eclipse.core.internal.expressions.WithExpression@d5f3cec0,sourcePriority=1073741824)
Comment 1 Vincent Lorenzo CLA 2011-09-12 11:21:31 EDT
The same bug with org.eclipse.ui.edit.delete : the EMF-Facet Editor and the table modelexplorer provides handler in the same time for the delete action.
Comment 2 Vincent Lorenzo CLA 2011-09-12 11:33:08 EDT
Done on branch in R5435, impacted plugins are : 
	- oep.diagram.menu
	- oep.modelexplorer
	- oep.table.modelexplorer
	- oep.uml.menu

Merge on trunk in R5436 for : 
	- oep.diagram.menu
	- oep.table.modelexplorer
	- oep.uml.menu

Done on trunk in R5437 for oep.modelexplorer (I don't merge, because there are differences between branch and trunk, so I commited only my changes
Comment 3 Vincent Lorenzo CLA 2013-02-07 04:30:01 EST
This bug can be marked as closed fixed