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 3327 - Save Project from Main Window throws exception
Summary: Save Project from Main Window throws exception
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pknakal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-12 22:24 UTC by pknakal
Modified: 2002-07-19 15:17 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 pknakal 1999-08-12 22:24:31 UTC
Exception occurred during event dispatching:
java.lang.ClassCastException: com.netbeans.developer.modules.debugger.support.nodes.ThreadsView
        at com.netbeans.developer.impl.windows.ModeImpl.writeObject(Compiled Code)
        at java.lang.reflect.Method.invoke(Native Method)
        at java.lang.reflect.Method.invoke(Compiled Code)
        at java.io.ObjectOutputStream.invokeObjectWriter(Compiled Code)
        at java.io.ObjectOutputStream.outputObject(Compiled Code)
        at java.io.ObjectOutputStream.writeObject(Compiled Code)
        at java.util.HashSet.writeObject(Compiled Code)
        at java.lang.reflect.Method.invoke(Native Method)
        at java.lang.reflect.Method.invoke(Compiled Code)
        at java.io.ObjectOutputStream.invokeObjectWriter(Compiled Code)
        at java.io.ObjectOutputStream.outputObject(Compiled Code)
        at java.io.ObjectOutputStream.writeObject(Compiled Code)
        at java.io.ObjectOutputStream.outputClassFields(Compiled Code)
        at java.io.ObjectOutputStream.defaultWriteObject(Compiled Code)
        at com.netbeans.developer.impl.windows.WorkspaceImpl.writeObject(Compiled Code)

        at java.lang.reflect.Method.invoke(Native Method)
        at java.lang.reflect.Method.invoke(Compiled Code)
        at java.io.ObjectOutputStream.invokeObjectWriter(Compiled Code)
        at java.io.ObjectOutputStream.outputObject(Compiled Code)
        at java.io.ObjectOutputStream.writeObject(Compiled Code)
        at java.util.HashSet.writeObject(Compiled Code)
        at java.lang.reflect.Method.invoke(Native Method)
        at java.lang.reflect.Method.invoke(Compiled Code)
        at java.io.ObjectOutputStream.invokeObjectWriter(Compiled Code)
        at java.io.ObjectOutputStream.outputObject(Compiled Code)
        at java.io.ObjectOutputStream.writeObject(Compiled Code)
        at java.io.ObjectOutputStream.outputClassFields(Compiled Code)
        at java.io.ObjectOutputStream.defaultWriteObject(
Comment 1 Marek Grummich 2000-07-25 09:38:59 UTC
Priority is changed to P4 (normal).