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 5683 - before.IllegalArgumentException is thrown if you click on the property in the even tab and the property was cleared
Summary: before.IllegalArgumentException is thrown if you click on the property in the...
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-08 21:31 UTC by L Martinek
Modified: 2003-06-30 18:25 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 L Martinek 2000-02-08 21:31:02 UTC
- Add a button to the form
- Click on event tab in component inspector and create actionPerformed handler
- click on this property, click on ..., select handler and remove it. Click on OK
- Now click on value field of this property (with <none> value), exception is thrown.

java.lang.IllegalArgumentException
        at com.netbeans.developer.modules.loaders.form.RADComponent$9.setValue(RADComponent.java:556)
        at org.openide.explorer.propertysheet.PropertyDetails.setPropertyValue(PropertyDetails.java:184)

        at org.openide.explorer.propertysheet.PropertyDisplayer.setPropertyValue(PropertyDisplayer.java:734)
        at org.openide.explorer.propertysheet.PropertyDisplayer$5.propertyChange(PropertyDisplayer.java:545)
        at java.beans.PropertyEditorSupport.firePropertyChange(PropertyEditorSupport.java:243)
        at java.beans.PropertyEditorSupport.setValue(PropertyEditorSupport.java:57)
        at org.openide.explorer.propertysheet.PropertyDisplayer.getWriterComponent(PropertyDisplayer.java:455)
        at org.openide.explorer.propertysheet.PropertyDisplayer.setWriteState(PropertyDisplayer.java:327)
        at org.openide.explorer.propertysheet.PropertyDisplayer$1.sheetButtonClicked(PropertyDisplayer.java:99)
        at org.openide.explorer.propertysheet.SheetButton.notifySheetButtonListenersAboutClick(SheetButton.java:361)
        at org.openide.explorer.propertysheet.SheetButton$InnerListener.mouseReleased(SheetButton.java:433)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
        at java.awt.Component.processMouseEvent(Component.java:3160)
        at java.awt.Component.processEvent(Component.java:2999)
        at java.awt.Container.processEvent(Container.java:990)
        at java.awt.Component.dispatchEventImpl(Component.java:2394)
        at java.awt.Container.dispatchEventImpl(Container.java:1035)
        at java.awt.Component.dispatchEvent(Component.java:2307)
        at java.awt.Ligh
Comment 1 Marek Grummich 2000-07-25 09:33:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-06-30 18:25:38 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.