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 - IndexOutOfBoundsException: Index: 512, Size: 480
Summary: IndexOutOfBoundsException: Index: 512, Size: 480
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-08 09:40 UTC by tnleeuw
Modified: 2015-07-02 09:52 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167547


Attachments
stacktrace (2.04 KB, text/plain)
2013-10-08 09:40 UTC, tnleeuw
Details
stacktrace (1.85 KB, text/plain)
2013-12-09 22:15 UTC, janario
Details
stacktrace (1.34 KB, text/plain)
2015-07-02 08:19 UTC, stefan79
Details

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