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 255727 - ArrayIndexOutOfBoundsException: 15
Summary: ArrayIndexOutOfBoundsException: 15
Status: RESOLVED DUPLICATE of bug 254257
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL: https://bugs.openjdk.java.net/browse/...
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-06 11:04 UTC by Alexander Simon
Modified: 2015-10-06 11:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220377


Attachments
stacktrace (1.28 KB, text/plain)
2015-10-06 11:04 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-10-06 11:04:19 UTC
Build: NetBeans IDE Dev (Build 20151006-6693266b88d8)
VM: Java HotSpot(TM) Client VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: SunOS

User Comments:
alexvsimon: stop in java debugger




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 15
   at java.util.ArrayList.elementData(ArrayList.java:400)
   at java.util.ArrayList.get(ArrayList.java:413)
   at com.sun.tools.jdi.EventRequestManagerImpl.request(EventRequestManagerImpl.java:943)
   at com.sun.tools.jdi.EventSetImpl$EventImpl.<init>(EventSetImpl.java:88)
   at com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl.<init>(EventSetImpl.java:175)
   at com.sun.tools.jdi.EventSetImpl$ClassPrepareEventImpl.<init>(EventSetImpl.java:367)
Comment 1 Alexander Simon 2015-10-06 11:04:20 UTC
Created attachment 156553 [details]
stacktrace
Comment 2 Martin Entlicher 2015-10-06 11:17:36 UTC
Can not be fixed in NetBeans.
https://bugs.openjdk.java.net/browse/JDK-8135230

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