These errors/warnings show up all the time when you work with two Eclipse instances:

	!ENTRY org.eclipse.jface 2 0 2013-11-01 18:26:38.863
	!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
	!SUBENTRY 1 org.eclipse.jface 2 0 2013-11-01 18:26:38.863
	!MESSAGE A conflict occurred for F3:
	Binding(F3,
	  ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.open.editor,Open Declaration,
	    Open an editor on the selected element,
	    Category(org.eclipse.ui.category.navigate,Navigate,null,true),
	    org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@7a55d547,
	    ,,true),null),
	  org.eclipse.ui.defaultAcceleratorConfiguration,
	  org.eclipse.ui.contexts.window,,,system)
	Binding(F3,
	  ParameterizedCommand(Command(org.strategoxt.imp.runtime.resolveReferenceCommand,Go to definition,
	    Go to definition,
	    Category(org.eclipse.ui.category.textEditor,Text Editing,Text Editing Commands,true),
	    org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@19256710,
	    ,,true),null),
	  org.eclipse.ui.defaultAcceleratorConfiguration,
	  org.eclipse.ui.contexts.window,,,system)
	
	!ENTRY org.eclipse.jface 2 0 2013-11-01 18:29:51.459
	!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
	!SUBENTRY 1 org.eclipse.jface 2 0 2013-11-01 18:29:51.459
	!MESSAGE A conflict occurred for CTRL+T:
	Binding(CTRL+T,
	  ParameterizedCommand(Command(org.strategoxt.imp.runtime.transformCommand,Transform,
	    Transform,
	    Category(org.strategoxt.imp.runtime.transformCommandCategory,Transform Command category,null,true),
	    org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@40ee6919,
	    ,,true),null),
	  org.eclipse.ui.defaultAcceleratorConfiguration,
	  org.eclipse.ui.textEditorScope,,,system)
	Binding(CTRL+T,
	  ParameterizedCommand(Command(org.strategoxt.imp.runtime.transformCommand,Transform,
	    Transform,
	    Category(org.strategoxt.imp.runtime.transformCommandCategory,Transform Command category,null,true),
	    org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@40ee6919,
	    ,,true),null),
	  org.eclipse.ui.defaultAcceleratorConfiguration,
	  org.eclipse.ui.textEditorScope,,,system)

It doesn’t seem to affect anything, but it’s just ugly.

Submitted by Oskar van Rest on 2 November 2013 at 03:16

On 2 November 2013 at 03:36 Oskar van Rest tagged minor

Log in to post comments