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 - ArrayIndexOutOfBoundsException: 3
Summary: ArrayIndexOutOfBoundsException: 3
Status: RESOLVED DUPLICATE of bug 251648
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-01 18:44 UTC by jyeary
Modified: 2015-04-21 17:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211048


Attachments
stacktrace (2.17 KB, text/plain)
2014-08-01 18:44 UTC, jyeary
Details

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