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 - Setting property in property editor hangs IDE.
Summary: Setting property in property editor hangs IDE.
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-08 02:10 UTC by Milan Kubec
Modified: 2008-12-23 11:43 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 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.