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

Bug 330273

Summary: Unhandled keybinding error messages in the logs when launching an inner
Product: [Eclipse Project] e4 Reporter: Remy Suen <remy.suen>
Component: UIAssignee: Remy Suen <remy.suen>
Status: RESOLVED FIXED QA Contact: Paul Webster <pwebster>
Severity: blocker    
Priority: P3    
Version: 1.0   
Target Milestone: 4.1 M4   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Workbench patch v1 none

Description Remy Suen CLA 2010-11-15 13:31:37 EST
Failed to handle binding: org.eclipse.e4.ui.model.application.commands.impl.KeyBindingImpl@53e453e4 (keySequence: Alt+Shift+Right, elementId: null, tags: null)
Failed to handle binding: org.eclipse.e4.ui.model.application.commands.impl.KeyBindingImpl@5e0c5e0c (keySequence: Ctrl+Shift+Left, elementId: null, tags: null)
Failed to handle binding: org.eclipse.e4.ui.model.application.commands.impl.KeyBindingImpl@75187518 (keySequence: Ctrl+Right, elementId: null, tags: null)
Failed to handle binding: org.eclipse.e4.ui.model.application.commands.impl.KeyBindingImpl@18c818c8 (keySequence: Alt+PageDown, elementId: null, tags: null)
...
Comment 1 Remy Suen CLA 2010-11-15 13:35:37 EST
Created attachment 183148 [details]
Workbench patch v1
Comment 2 Remy Suen CLA 2010-11-15 13:38:40 EST
(In reply to comment #1)
> Created an attachment (id=183148) [details]
> Workbench patch v1

Released to HEAD. We'll continue monitoring the logs for any suspicious activity as this code was originally added to prevent some NPEs during the work for bug 325392.