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

Summary: ArrayIndexOutOfBoundsException: 488
Product: debugger Reporter: scanti <scanti>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220810
Attachments: stacktrace

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