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 220592 - Threads History is twice in Options->Keymap
Summary: Threads History is twice in Options->Keymap
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-22 14:58 UTC by Milutin Kristofic
Modified: 2012-10-25 10:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milutin Kristofic 2012-10-22 14:58:52 UTC
Two actions:
org-netbeans-modules-debugger-jpda-ui-actions-SetCurrentThreadFromHistoryAction
org-netbeans-modules-debugger-jpda-ui-debugging-ThreadsHistoryAction

has same ActionId name. You can consider to create one action that understand
context where it is called.
Comment 1 Martin Entlicher 2012-10-23 09:41:25 UTC
Fixed by changeset:   237490:9878ecfb2635
http://hg.netbeans.org/core-main/rev/9878ecfb2635
Comment 2 Quality Engineering 2012-10-25 10:49:35 UTC
Integrated into 'main-golden', will be available in build *201210250921* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9878ecfb2635
User: mentlicher@netbeans.org
Log: #220592: Keep only one Threads History action.