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 234150 - ArrayIndexOutOfBoundsException: 2048
Summary: ArrayIndexOutOfBoundsException: 2048
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-08 21:20 UTC by rodrigorsantos
Modified: 2013-08-29 08:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202912


Attachments
stacktrace (4.72 KB, text/plain)
2013-08-08 21:20 UTC, rodrigorsantos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rodrigorsantos 2013-08-08 21:20:30 UTC
Build: NetBeans IDE Dev (Build 20130807-82b02f7b9087)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
rodrigorsantos: <Please provide a description of the problem or the steps to reproduce>
find and replace




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 2048
   at com.sun.tools.javac.jvm.ClassReader.classSigToType(ClassReader.java:818)
   at com.sun.tools.javac.jvm.ClassReader.sigToType(ClassReader.java:670)
   at com.sun.tools.javac.jvm.ClassReader.sigToTypes(ClassReader.java:831)
   at com.sun.tools.javac.jvm.ClassReader.sigToType(ClassReader.java:695)
   at com.sun.tools.javac.jvm.ClassReader.sigToType(ClassReader.java:617)
   at com.sun.tools.javac.jvm.ClassReader.readType(ClassReader.java:561)
Comment 1 rodrigorsantos 2013-08-08 21:20:32 UTC
Created attachment 138464 [details]
stacktrace
Comment 2 Dusan Balek 2013-08-09 08:37:30 UTC
Are you able to reproduce the problem? If so, could you please try to identify the class/sig file that cannot be loaded and attach it to the issue? Thanks.