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 1674

Summary: Setting property in property editor hangs IDE.
Product: platform Reporter: Milan Kubec <mkubec>
Component: -- Other --Assignee: Milan Kubec <mkubec>
Status: CLOSED WORKSFORME    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Milan Kubec 1999-05-08 02:10:33 UTC
[Petr] - whole "Source" tab was removed.

If window "Property Editor: Package (String)" is opened for some class in tab Source to see package, the following exception is thrown and then if OK button is pressed IDE hangs. Pressing Cancel buton
 sometimes opens window with message "exception in setter method of property: Package".
This exception is written only to netbeans.log file.

java.lang.IllegalArgumentException
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.lang.RuntimeException.<init>(RuntimeException.java:37)
        at java.lang.IllegalArgumentException.<init>(IllegalArgumentException.java:33)
        at com.netbeans.developer.modules.loaders.java.JavaNode$2.setValue(JavaNode.java:147)

        at com.netbeans.ide.explorer.propertysheet.PropertyDetails.setPropertyValues(Compiled Code)
        at com.netbeans.ide.explorer.propertysheet.PropertyDialogManager.cancelValue(PropertyDialogManager.java:198)
        at com.netbeans.ide.explorer.propertysheet.PropertyDialogManager.doButtonPressed(PropertyDialogManager.java:212)
        at com.netbeans.ide.explorer.propertysheet.PropertyDialogManager.access$0(PropertyDialogManager.java:209)
        at com.netbeans.ide.explorer.propertysheet.PropertyDialogManager$1.actionPerformed(PropertyDialogManager.java:141)
...
Comment 1 Marek Grummich 2000-07-25 09:25:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 14:55:40 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 3 Quality Engineering 2003-07-02 15:17:47 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.