This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 64270 - UndeclaredThrowableException thrown when assigning global keybinding
Summary: UndeclaredThrowableException thrown when assigning global keybinding
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-09-13 18:49 UTC by Roman Strobl
Modified: 2007-11-05 13:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (22.88 KB, text/plain)
2005-09-13 18:50 UTC, Roman Strobl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Strobl 2005-09-13 18:49:21 UTC
[NetBeans 200509122200; WinXP; JDK 1.5.0_04]

Issue Summary:
--------------
I have found the case when setting of global keybindings doesn't work. Attached
exception seems to be the cause. It happens randomly. It happens if you try to
set several shortcuts to a single action. I will try to figure out steps to
reproduce. Marking as P2 because it happens often and causes keymaps not to work.
Comment 1 Roman Strobl 2005-09-13 18:50:01 UTC
Created attachment 24761 [details]
Exception
Comment 2 Jan Jancura 2005-09-15 12:03:34 UTC
fixed in trunk:

this issue is strange, an I do not fully understand whats happening there. But
it should not occur now.

Checking in ActionsModelImpl.java;
/cvs/editor/options/src/org/netbeans/modules/options/actionsimpl/ActionsModelImpl.java,v
 <--  ActionsModelImpl.java
new revision: 1.5; previous revision: 1.4
done
Comment 3 Roman Strobl 2005-09-18 14:03:32 UTC
Marking as verified, I haven't seen the issue today.