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 193149 - ArrayIndexOutOfBoundsException: 2 >= 0
Summary: ArrayIndexOutOfBoundsException: 2 >= 0
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 13:24 UTC by Exceptions Reporter
Modified: 2010-12-17 06:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170741


Attachments
stacktrace (5.25 KB, text/plain)
2010-12-09 13:24 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-12-09 13:24:04 UTC
This issue was reported manually by vv159170.
It already has 2 duplicates 


Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
GUEST: configuring code assistance for a C++ project




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 2 >= 0
   at java.util.Vector.elementAt(Vector.java:0)
   at javax.swing.tree.VariableHeightLayoutCache.getNode(VariableHeightLayoutCache.java:0)
   at javax.swing.tree.VariableHeightLayoutCache.getMaxNodeWidth(VariableHeightLayoutCache.java:0)
   at javax.swing.tree.VariableHeightLayoutCache.getPreferredWidth(VariableHeightLayoutCache.java:0)
   at javax.swing.plaf.basic.BasicTreeUI.updateCachedPreferredSize(BasicTreeUI.java:0)
   at javax.swing.plaf.basic.BasicTreeUI.getPreferredSize(BasicTreeUI.java:0)
Comment 1 Exceptions Reporter 2010-12-09 13:24:07 UTC
Created attachment 103857 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2010-12-15 21:54:38 UTC
let's evaluate exceptions as P2 issues
Comment 3 Alexander Simon 2010-12-16 17:25:47 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/0ccc344293f7
Comment 4 Quality Engineering 2010-12-17 06:19:30 UTC
Integrated into 'main-golden', will be available in build *201012170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0ccc344293f7
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #193149 ArrayIndexOutOfBoundsException: 2 >= 0