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 269182 - ArrayIndexOutOfBoundsException: 1571
Summary: ArrayIndexOutOfBoundsException: 1571
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-30 10:45 UTC by Alexander Simon
Modified: 2016-11-30 10:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227385


Attachments
stacktrace (2.94 KB, text/plain)
2016-11-30 10:45 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2016-11-30 10:45:22 UTC
Build: NetBeans IDE 8.2 (Build 20161129-39307552da8f)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: SunOS

User Comments:
alexvsimon: debug build step




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1571
   at org.netbeans.modules.debugger.jpda.projects.AST2Bytecode.readInt(AST2Bytecode.java:593)
   at org.netbeans.modules.debugger.jpda.projects.AST2Bytecode.tableswitchSize(AST2Bytecode.java:563)
   at org.netbeans.modules.debugger.jpda.projects.AST2Bytecode.getInstrSize(AST2Bytecode.java:538)
   at org.netbeans.modules.debugger.jpda.projects.AST2Bytecode.matchSourceTree2Bytecode(AST2Bytecode.java:138)
   at org.netbeans.modules.debugger.jpda.projects.EditorContextSupport.computeOperations(EditorContextSupport.java:1064)
   at org.netbeans.modules.debugger.jpda.projects.PreferredCCParser$3.call(PreferredCCParser.java:209)
Comment 1 Alexander Simon 2016-11-30 10:45:24 UTC
Created attachment 163098 [details]
stacktrace