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 256217 - ArrayIndexOutOfBoundsException: 488
Summary: ArrayIndexOutOfBoundsException: 488
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-28 00:31 UTC by scanti
Modified: 2015-10-28 00:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220810


Attachments
stacktrace (1.11 KB, text/plain)
2015-10-28 00:31 UTC, scanti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description scanti 2015-10-28 00:31:09 UTC
This bug was originally marked as duplicate of bug 234469, 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.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
scanti: I was debugging some code, forgot the debug on and modified a .java file




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 488
   at org.netbeans.modules.debugger.jpda.projects.AST2Bytecode.readInt(AST2Bytecode.java:594)
   at org.netbeans.modules.debugger.jpda.projects.AST2Bytecode.lookupswitchSize(AST2Bytecode.java:574)
   at org.netbeans.modules.debugger.jpda.projects.AST2Bytecode.getInstrSize(AST2Bytecode.java:540)
   at org.netbeans.modules.debugger.jpda.projects.AST2Bytecode.matchSourceTree2Bytecode(AST2Bytecode.java:139)
   at org.netbeans.modules.debugger.jpda.projects.EditorContextImpl.computeOperations(EditorContextImpl.java:2747)
   at org.netbeans.modules.debugger.jpda.projects.EditorContextImpl.getOperations(EditorContextImpl.java:1748)
Comment 1 scanti 2015-10-28 00:31:11 UTC
Created attachment 157010 [details]
stacktrace