This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 218330 - Handler conflict warning in Error Log
Summary: Handler conflict warning in Error Log
Status: CLOSED DUPLICATE of bug 224775
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Phil Berkland CLA
QA Contact: Phil Berkland CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-08 11:16 EST by Kaloyan Raev CLA
Modified: 2010-03-03 11:16 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 Kaloyan Raev CLA 2008-02-08 11:16:49 EST
While I was executing the Java EE smoke tests, the following warning has been logged:

!ENTRY org.eclipse.ui.workbench 2 0 2008-02-08 18:07:01.025
!MESSAGE A handler conflict occurred.  This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2008-02-08 18:07:01.025
!MESSAGE Conflict for 'org.eclipse.wst.jsdt.ui.edit.text.java.open.editor':
HandlerActivation(commandId=org.eclipse.wst.jsdt.ui.edit.text.java.open.editor,
	handler=ActionHandler(org.eclipse.wst.jsdt.ui.actions.OpenAction@15e780d),
	expression=AndExpression(org.eclipse.ui.SubActionBars$1@1dae27f,ActivePartExpression(org.eclipse.ui.navigator.CommonNavigator@4dd413),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@ea5461)),sourcePriority=1064961)
HandlerActivation(commandId=org.eclipse.wst.jsdt.ui.edit.text.java.open.editor,
	handler=ActionHandler(org.eclipse.wst.jsdt.ui.actions.OpenAction@15e780d),
	expression=AndExpression(org.eclipse.ui.SubActionBars$1@1dae27f,ActivePartExpression(org.eclipse.ui.navigator.CommonNavigator@4dd413),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@ea5461)),sourcePriority=1064961)


I cannot give a concrete steps to reproduce this. It happen after some work with the Project Explorer view.
Comment 1 Phil Berkland CLA 2008-07-18 16:09:59 EDT
The other bug has more comments, so I will make this the dup even thou it was opened first.

*** This bug has been marked as a duplicate of bug 224775 ***
Comment 2 Kaloyan Raev CLA 2008-08-04 09:40:04 EDT
Closing