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 143620

Summary: AssertionError: tn must be our child!
Product: platform Reporter: Petr Dvorak <joshis>
Component: ExplorerAssignee: t_h <t_h>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=89868
Issue Type: DEFECT Exception Reporter: 89868
Attachments: stacktrace

Description Petr Dvorak 2008-08-12 16:00:49 UTC
Build: NetBeans IDE Dev (Build 200808120201)
VM: Java HotSpot(TM) Client VM, 1.5.0_15-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_15-b04
OS: Linux, 2.6.24-19-generic, i386

User Comments: 
I tried to delete a Java Application including sources. Several exactly the same AE's was thrown at once...

Stacktrace: 
java.lang.AssertionError: tn must be our child!
        at org.openide.explorer.view.VisualizerChildren.recomputeIndexes(VisualizerChildren.java:94)
        at org.openide.explorer.view.VisualizerChildren.getIndex(VisualizerChildren.java:161)
        at org.openide.explorer.view.VisualizerNode.getIndex(VisualizerNode.java:276)
        at javax.swing.tree.DefaultTreeModel.getIndexOfChild(DefaultTreeModel.java:142)
        at javax.swing.tree.FixedHeightLayoutCache.getVisiblePathsFrom(FixedHeightLayoutCache.java:269)
        at javax.swing.plaf.basic.BasicTreeUI.paint(BasicTreeUI.java:1122)
Comment 1 Petr Dvorak 2008-08-12 16:01:00 UTC
Created attachment 67151 [details]
stacktrace
Comment 2 Petr Dvorak 2008-08-12 16:04:29 UTC

*** This issue has been marked as a duplicate of 143051 ***
Comment 3 Petr Dvorak 2008-09-17 12:47:54 UTC
Verified.