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

Summary: ArrayIndexOutOfBoundsException: 27 >= 27
Product: cnd Reporter: petrk
Component: -- Other --Assignee: ilia
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225213
Attachments: stacktrace

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