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 - AssertionError: tn must be our child!
Summary: AssertionError: tn must be our child!
Status: VERIFIED DUPLICATE of bug 143051
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: t_h
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-12 16:00 UTC by Petr Dvorak
Modified: 2008-12-22 13:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 89868


Attachments
stacktrace (5.10 KB, text/plain)
2008-08-12 16:01 UTC, Petr Dvorak
Details

Note You need to log in before you can comment on or make changes to this bug.
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.