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 3751 - Node of debugger wasn`t explore corectly.
Summary: Node of debugger wasn`t explore corectly.
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-08 23:56 UTC by pzajac
Modified: 2003-07-02 16:01 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 pzajac 1999-09-08 23:56:16 UTC
Exception occurred during event dispatching:
java.lang.IllegalStateException: Cannot initialize 1 th node of node com.netbeans.developer.modules.debugger.support.nod
es.DebuggerNode@5097d[Name=Debugger, displayName=Debugger] it already belongs to node com.netbeans.developer.modules.deb
ugger.support.nodes.DebuggerNode@5097d[Name=Debugger, displayName=Debugger]
        at org.openide.nodes.Node.assignTo(Node.java:174)
        at org.openide.nodes.Children.justComputeNodes(Children.java:390)
        at org.openide.nodes.ChildrenArray.nodes(ChildrenArray.java:72)
        at org.openide.nodes.Children.computeNodes(Children.java:308)
        at org.openide.nodes.Children$2.run(Children.java:246)
        at org.openide.util.Mutex.doReadAccess(Mutex.java:177)
        at org.openide.util.Mutex.readAccess(Mutex.java:104)
        at org.openide.nodes.Children.getNodes(Children.java:244)

        at org.openide.explorer.view.VisualizerNode$1.run(VisualizerNode.java:122)
        at org.openide.util.Mutex.doReadAccess(Mutex.java:177)
        at org.openide.util.Mutex.readAccess(Mutex.java:104)
        at org.openide.explorer.view.VisualizerNode.getChildren(VisualizerNode.java:120)
        at org.openide.explorer.view.VisualizerNode.getChildCount(VisualizerNode.java:151)


All stack trace is in Attachments.
[Hanz] How to reproduce it?
Comment 1 Marek Grummich 2000-07-25 09:32:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 16:01:05 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.