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 2987 - Exception after closing the Editor
Summary: Exception after closing the Editor
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-30 21:41 UTC by Martin Entlicher
Modified: 2008-12-23 11:36 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 Martin Entlicher 1999-07-30 21:41:18 UTC
[IAN] Probably fixed
Exception occurred during event dispatching:
java.lang.IllegalArgumentException: 0 TestWindow = TestWindow
1 null = ---

        at org.openide.nodes.NodeOp.computePermutation(NodeOp.java:302)
        at org.openide.nodes.Children$1$Updator.run(Children.java:1345)
        at org.openide.util.Mutex.doEvent(Mutex.java:455)

        at org.openide.util.Mutex.writeAccess(Mutex.java:240)
        at org.openide.nodes.Children$Keys.setKeys(Children.java:1389)
        at org.openide.nodes.Children$Keys.setKeys(Children.java:1398)
        at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:746)
        at org.openide.nodes.FilterNode$Children.filterChildrenRemoved(FilterNode.java:725)
        at org.openide.nodes.FilterNode$ChildrenAdapter.childrenRemoved(FilterNode.java:794)
        at org.openide.nodes.Node.fireSubNodesChange(Node.java:518)
        at org.openide.nodes.Children$3.run(Children.java:359)
        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:307)
        at org.openide.nodes.Children.remove(Children.java:292)
        at org.openide.nodes.Children$Array.remove(Children.java:745)
        at com.netbeans.developer.modules.loaders.form.FormEditorSupport.notifyClose(FormEditorSupport.java:182)
        at com.netbeans.developer.modules.loaders.java.JavaEditor$JavaEditorComponent.closeLast(JavaEditor.java:717)
        at org.openide.windows.CloneableTopComponent$Ref.unregister(CloneableTopComponent.java:216)
        at org.openide.windows.CloneableTopComponent.canClose(CloneableTopComponent.java:103)
        at org.openide.text.EditorSupport$Editor.canClose(EditorSupport.java:967)
Comment 1 Marek Grummich 2000-07-25 09:29:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 14:55:48 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 3 Quality Engineering 2003-07-02 15:13:39 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.