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 262798 - ArrayIndexOutOfBoundsException: 27 >= 27
Summary: ArrayIndexOutOfBoundsException: 27 >= 27
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-13 12:52 UTC by petrk
Modified: 2016-07-20 11:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225213


Attachments
stacktrace (2.99 KB, text/plain)
2016-07-13 12:52 UTC, petrk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2016-07-13 12:52:11 UTC
Build: NetBeans IDE Dev (Build 20160708-93a07a6b9d48)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Linux

User Comments:
petrk: Changed some options




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 27 >= 27
   at java.util.Vector.elementAt(Vector.java:474)
   at javax.swing.tree.DefaultMutableTreeNode.getChildAt(DefaultMutableTreeNode.java:245)
   at org.netbeans.modules.cnd.analysis.api.options.HintsPanel.getTreeCellRendererComponent(HintsPanel.java:371)
   at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2807)
   at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:492)
   at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1360)
Comment 1 petrk 2016-07-13 12:52:13 UTC
Created attachment 160368 [details]
stacktrace