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 140230

Summary: AssertionError: Index of v has been computed by recomputeIndexes
Product: platform Reporter: rmatous <rmatous>
Component: ExplorerAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: jtulach, mpetras, pjiricka, rmatous, tmysik
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=77079
Issue Type: DEFECT Exception Reporter: 77079

Description rmatous 2008-07-16 09:36:44 UTC
Build: NetBeans IDE Dev (Build 080715)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-b05, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05
OS: Linux, 2.6.22-14-generic, i386
User comments: 
STACKTRACE: (first 10 lines)
java.lang.AssertionError: Index of v has been computed by recomputeIndexes
        at org.openide.explorer.view.VisualizerChildren.getIndex(VisualizerChildren.java:159)
        at org.openide.explorer.view.VisualizerNode.getIndex(VisualizerNode.java:278)
        at javax.swing.tree.DefaultTreeModel.getIndexOfChild(DefaultTreeModel.java:142)
        at javax.swing.tree.FixedHeightLayoutCache.getBounds(FixedHeightLayoutCache.java:176)
        at javax.swing.plaf.basic.BasicTreeUI.getPathBounds(BasicTreeUI.java:511)
        at javax.swing.JTree.getPathBounds(JTree.java:1642)
        at org.openide.explorer.view.TreeViewCellEditor.checkContinueTimer(TreeViewCellEditor.java:321)
        at org.openide.explorer.view.TreeViewCellEditor.mouseMoved(TreeViewCellEditor.java:294)
        at java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:272)
        at java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:271)
Comment 1 rmatous 2008-07-16 09:38:55 UTC
after new file wizard
Comment 2 rmatous 2008-07-17 07:57:17 UTC
*** Issue 140379 has been marked as a duplicate of this issue. ***
Comment 3 rmatous 2008-07-17 08:05:35 UTC
See #140379 - the same also for plain text files. I took php cluster from a build where no such problem exist and put it
into current build and the same exception was thrown - so I hope not php specific bug.
Comment 4 rmatous 2008-07-17 08:10:30 UTC
P1 as #140379 
Comment 5 Marian Petras 2008-07-17 17:12:36 UTC
I got the exception reported in issue #140739 when I was creating a new Java file (in a new NetBeans module project).
Comment 6 Jaroslav Tulach 2008-07-17 22:04:02 UTC

*** This issue has been marked as a duplicate of 139690 ***
Comment 7 rmatous 2008-07-17 22:14:01 UTC
100% reproducible in php project for me, P.Pisl, our QA. Whenever you create new file from template. If I put current
gsf, php clusters into a week old build - everything is fine.
Comment 8 Jaroslav Tulach 2008-07-22 08:41:21 UTC

*** This issue has been marked as a duplicate of 140629 ***