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

Summary: ArrayIndexOutOfBoundsException: 2048
Product: java Reporter: rodrigorsantos <rodrigorsantos>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 202912
Attachments: stacktrace

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.