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

Bug 311422

Summary: KeyBindingDispatcher eats exceptions
Product: [Eclipse Project] e4 Reporter: Remy Suen <remy.suen>
Component: UIAssignee: Remy Suen <remy.suen>
Status: RESOLVED FIXED QA Contact: Paul Webster <pwebster>
Severity: major    
Priority: P3    
Version: 1.0   
Target Milestone: 1.0 M6   
Hardware: All   
OS: All   
Whiteboard:

Description Remy Suen CLA 2010-05-03 15:49:24 EDT
See executeCommand(ParameterizedCommand, Event):

try {
  handlerService.executeHandler(parameterizedCommand);
} catch (final Exception e) {
  commandHandled = false;
}
Comment 1 Remy Suen CLA 2010-05-04 07:43:08 EDT
Injected a Logger to log these exceptions.