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 236869

Summary: IndexOutOfBoundsException: Index: 512, Size: 480
Product: debugger Reporter: tnleeuw <tnleeuw>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal CC: janario, stefan79
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167547
Attachments: stacktrace
stacktrace
stacktrace

Description tnleeuw 2013-10-08 09:40:22 UTC
This bug was originally marked as duplicate of bug 224500, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201310070001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
GUEST: Debuging (using Tomcat as server, connected via dt_socket)

GUEST: I do a debug by f8

tnleeuw: Stepping through code with debugger, on clicking 'next' step button in debugger I got this exception.




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 512, Size: 480
   at java.util.ArrayList.RangeCheck(ArrayList.java:635)
   at java.util.ArrayList.get(ArrayList.java:411)
   at org.netbeans.modules.debugger.jpda.projects.ConstantPool.getMethodName(ConstantPool.java:95)
   at org.netbeans.modules.debugger.jpda.projects.AST2Bytecode.matchSourceTree2Bytecode(AST2Bytecode.java:157)
   at org.netbeans.modules.debugger.jpda.projects.EditorContextImpl.computeOperations(EditorContextImpl.java:2723)
   at org.netbeans.modules.debugger.jpda.projects.EditorContextImpl.getOperations(EditorContextImpl.java:1748)
Comment 1 tnleeuw 2013-10-08 09:40:23 UTC
Created attachment 140881 [details]
stacktrace
Comment 2 janario 2013-12-09 22:15:40 UTC
Created attachment 142985 [details]
stacktrace

.
Comment 3 stefan79 2015-07-02 08:19:16 UTC
Created attachment 154461 [details]
stacktrace

???
Comment 4 Martin Entlicher 2015-07-02 09:52:58 UTC
Specific steps to reproduce, including a sample code, are welcome.