Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 111280 - All triggers in a trigger sequence must be an instance of Trigger
Summary: All triggers in a trigger sequence must be an instance of Trigger
Status: RESOLVED DUPLICATE of bug 89610
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-01 04:23 EDT by Missing name CLA
Modified: 2005-10-03 10:06 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Missing name CLA 2005-10-01 04:23:57 EDT
I get the folling error in the log file when some key bindings are changed.

It is non fatal though.

-------------- start -------------


java.lang.IllegalArgumentException: All triggers in a trigger sequence must be
an instance of Trigger
at org.eclipse.jface.bindings.TriggerSequence.<init>(TriggerSequence.java:72)
at org.eclipse.jface.bindings.keys.KeySequence.<init>(KeySequence.java:190)
at org.eclipse.jface.bindings.keys.KeySequence.getInstance(KeySequence.java:129)
at
org.eclipse.jface.bindings.keys.KeySequenceText$KeyTrapListener.handleEvent(KeySequenceText.java:127)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:884)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:908)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:893)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:921)
at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1190)

---------- end ----------------
Comment 1 Douglas Pollock CLA 2005-10-03 10:06:40 EDT

*** This bug has been marked as a duplicate of 89610 ***