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 246197

Summary: ArrayIndexOutOfBoundsException: 3
Product: profiler Reporter: jyeary <jyeary>
Component: BaseAssignee: issues@profiler <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211048
Attachments: stacktrace

Description jyeary 2014-08-01 18:44:02 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 7

User Comments:
jyeary: Stepping in debugger.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 3
   at org.netbeans.modules.profiler.heapwalk.model.AbstractHeapWalkerNode.getChild(AbstractHeapWalkerNode.java:86)
   at org.netbeans.modules.profiler.heapwalk.model.AbstractHeapWalkerNode.getChild(AbstractHeapWalkerNode.java:57)
   at org.netbeans.lib.profiler.ui.components.treetable.AbstractTreeTableModel.getChild(AbstractTreeTableModel.java:97)
   at javax.swing.tree.FixedHeightLayoutCache.getBounds(FixedHeightLayoutCache.java:548)
   at javax.swing.tree.FixedHeightLayoutCache.getBounds(FixedHeightLayoutCache.java:199)
   at javax.swing.plaf.basic.BasicTreeUI.getPathBounds(BasicTreeUI.java:529)
Comment 1 jyeary 2014-08-01 18:44:04 UTC
Created attachment 148475 [details]
stacktrace
Comment 2 Tomas Hurka 2015-04-21 17:55:03 UTC

*** This bug has been marked as a duplicate of bug 251648 ***