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 96435 - Action Editor - If user cancel creating of new action during a process, an exception occurs
Summary: Action Editor - If user cancel creating of new action during a process, an ex...
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: App Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Joshua Marinacci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-23 13:45 UTC by Jana Maleckova
Modified: 2007-04-20 16:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
96435 (4.59 KB, text/plain)
2007-02-23 13:46 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-23 13:45:11 UTC
NetBeans IDE Dev (Build 070223)
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. have JDA with jFrame
2. insert some button and invoke action editor
3. do create new action - name it and confirm it
4. when you are back on action editor, do cancel
5. invoke action editor again - see user is not able to set any of already
existed action and if some text is written in text field and confirmed, an
exception occurs

StackTrace:
===========
java.beans.PropertyVetoException: Method Name cannot be empty
	at org.netbeans.modules.swingapp.ActionEditor.vetoableChange(ActionEditor.java:334)
	at
java.beans.VetoableChangeSupport.fireVetoableChange(VetoableChangeSupport.java:335)
	at
java.beans.VetoableChangeSupport.fireVetoableChange(VetoableChangeSupport.java:252)
	at org.openide.explorer.propertysheet.PropertyEnv.setState(PropertyEnv.java:209)
	at
org.openide.explorer.propertysheet.PropertyDialogManager.actionPerformed(PropertyDialogManager.java:451)
Comment 1 Jana Maleckova 2007-02-23 13:46:11 UTC
Created attachment 38862 [details]
96435
Comment 2 Joshua Marinacci 2007-02-26 23:01:13 UTC
I have submitted a patch for this bug. Please let me know if this fixes it. Thanks.
Comment 3 Jan Stola 2007-03-19 16:44:15 UTC
I guess that Josh forgot to mark this issue as FIXED.
Comment 4 Jana Maleckova 2007-04-20 16:05:15 UTC
Functionality changed and described issue is not possible to reproduce
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