Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357383 - [Table Editor] Handler Conflict for the org.eclipse.ui.edit.rename and org.eclipse.ui.edit.delete
Summary: [Table Editor] Handler Conflict for the org.eclipse.ui.edit.rename and org.ec...
Status: CLOSED FIXED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Core (show other bugs)
Version: 0.7.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 0.8.0   Edit
Assignee: Vincent Lorenzo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 334240
  Show dependency tree
 
Reported: 2011-09-12 10:10 EDT by Vincent Lorenzo CLA
Modified: 2013-02-07 04:30 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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