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

Summary: ArrayIndexOutOfBoundsException: 15
Product: debugger Reporter: Alexander Simon <alexvsimon>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
URL: https://bugs.openjdk.java.net/browse/JDK-8135230
Issue Type: DEFECT Exception Reporter: 220377
Attachments: stacktrace

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 ***