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 254215 - ArrayIndexOutOfBoundsException: 2
Summary: ArrayIndexOutOfBoundsException: 2
Status: RESOLVED DUPLICATE of bug 251648
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-08 13:53 UTC by mps77
Modified: 2015-08-10 14:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219025


Attachments
stacktrace (2.45 KB, text/plain)
2015-08-08 13:53 UTC, mps77
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mps77 2015-08-08 13:53:30 UTC
This bug was originally marked as duplicate of bug 251648, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) Client VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b26
OS: Windows 7

User Comments:
mps77: show references from fixed watch




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 2
   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 mps77 2015-08-08 13:53:33 UTC
Created attachment 155229 [details]
stacktrace
Comment 2 Tomas Hurka 2015-08-10 14:15:29 UTC
Please provide step-by-step information how to reproduce it. This issue probably depends on the debugged project and/or type of variables displayed in references view.

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