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 95964 - Global action list - exception when button for editing and deleting is pushed
Summary: Global action list - exception when button for editing and deleting is pushed
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: App Framework (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-19 17:35 UTC by Jana Maleckova
Modified: 2007-04-20 10:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
95964 (2.29 KB, text/plain)
2007-02-19 17:36 UTC, Jana Maleckova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jana Maleckova 2007-02-19 17:35:44 UTC
NetBeans IDE Dev (Build 070216)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b104
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

Description:
============
1. invoke Global action list by context menu in navigator win (have jframe in JDA)
2. select one of the listed action and push edit button (or delete button)

then an exception occurs and nothing else happened

StackTrace:
============
java.lang.ClassCastException: org.netbeans.modules.swingapp.util.TableSorter
cannot be cast to org.netbeans.modules.swingapp.GlobalActionPanel$ActionTableModel
	at
org.netbeans.modules.swingapp.GlobalActionPanel.deleteSelectedAction(GlobalActionPanel.java:281)
	at
org.netbeans.modules.swingapp.GlobalActionPanel.jButton3ActionPerformed(GlobalActionPanel.java:239)
Comment 1 Jana Maleckova 2007-02-19 17:36:23 UTC
Created attachment 38690 [details]
95964
Comment 2 Joshua Marinacci 2007-02-20 20:58:26 UTC
I just submitted a patch to CVS that will fix this class cast exception.
Comment 3 Jana Maleckova 2007-04-20 10:50:02 UTC
verified on

NetBeans IDE Dev (Build 070420)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252