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 - AssertionError: Index of v has been computed by recomputeIndexes
Summary: AssertionError: Index of v has been computed by recomputeIndexes
Status: RESOLVED DUPLICATE of bug 140629
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://statistics.netbeans.org/except...
Keywords:
: 140379 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-16 09:36 UTC by rmatous
Modified: 2008-12-22 13:51 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 77079


Attachments

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