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 3080 - Click on cancel from Add Breakpoint Dialog throw Exception.
Summary: Click on cancel from Add Breakpoint Dialog throw 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: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-03 23:53 UTC by pzajac
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 pzajac 1999-08-03 23:53:58 UTC
Click on cancel from Add Breakpoint Dialog throw Exception.
it insert new node "???" into Breakpoint

It is sometimes .

Exception occurred during event dispatching:
java.lang.IllegalStateException: Some of deleted nodes are not present in original ones
        at org.openide.nodes.NodeMemberEvent.getDeltaIndices(NodeMemberEvent.java:90)
        at org.openide.explorer.view.ExploreTreeModel$NodeTreeListener.childrenRemoved(ExploreTreeModel.java:266)
        at org.openide.nodes.Node.fireSubNodesChange(Node.java:518)
        at org.openide.nodes.Children$3.run(Children.java:360)
        at org.openide.util.Mutex.doEvent(Mutex.java:455)
        at org.openide.util.Mutex.writeAccess(Mutex.java:240)
        at org.openide.nodes.Children.remove(Children.java:308)
        at org.openide.nodes.Children.remove(Children.java:293)
        at org.openide.nodes.Children$12.run(Children.java:881)
        at org.openide.util.Mutex.doEvent(Mutex.java:455)
        at org.openide.util.Mutex.writeAccess(Mutex.java:240)
        at org.openide.nodes.Children$Map.removeAll(Children.java:862)
        at org.openide.nodes.Children$Map.remove(Children.java:893)
        at com.netbeans.developer.modules.debugger.support.nodes.BreakpointsContext$BreakpointsContextChildren.re
akpoint(BreakpointsContext.java:170)
        at com.netbeans.developer.modules.debugger.support.nodes.BreakpointsContext$BreakpointsContextChildren.ac

BreakpointsContext.java:169)
        at com.netbeans.developer.modules.debugger.support.nodes.BreakpointsContext$2.breakpointRemoved(Breakpoin
xt.java:152)
        at com.netbeans.developer.modules.debugger.support.JavaDebugger$5.run(JavaDebugger.java:565)
        at javax.swing.SystemEventQueueUtilities.processRunnableEvent(SystemEventQueueUtilities.java:366)
        at javax.swing.SystemEventQueueUtilities.access$0(SystemEventQueueUtilities.java:362)
        at javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(SystemEventQ
Comment 1 Marek Grummich 2000-07-25 09:38:59 UTC
Priority is changed to P4 (normal).