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 243036

Summary: ArrayIndexOutOfBoundsException: 35328
Product: java Reporter: choces <choces>
Component: FindBugsAssignee: Petr Cyhelsky <cyhelsky>
Status: RESOLVED FIXED    
Severity: normal CC: alied, hmvictor, jiriprox, kingpoop, ks1974se, zdenek.rod
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208502
Attachments: stacktrace
stacktrace

Description choces 2014-03-19 08:18:21 UTC
This bug was originally marked as duplicate of bug 235089, 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 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
GUEST: Error pops up every few seconds on freshly installed version of Netbeans 8.0 Beta.
What I did: just looking at java source-code files

zdenek.rod: I run main class (for running jetty) from test package.

zdenek.rod: I open java file using go to type.

choces: Saving editor file

jiriprox: AIOOBE exception when opening following class:

package javaapplication6;


public class UtilityClass {
    public void neco() {
        System.out.println("ok2");
        
    }
}

GUEST: Editing any file

choces: Starting up NetBeans

choces: Opening and interface

GUEST: Opened NetBeans




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 35328
   at org.objectweb.asm.ClassReader.accept(ClassReader.java:0)
   at edu.umd.cs.findbugs.asm.FBClassReader.accept(FBClassReader.java:44)
   at org.objectweb.asm.ClassReader.accept(ClassReader.java:0)
   at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:106)
   at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:492)
   at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:76)
Comment 1 choces 2014-03-19 08:18:24 UTC
Created attachment 146134 [details]
stacktrace
Comment 2 alied 2014-03-20 15:27:29 UTC
Created attachment 146181 [details]
stacktrace

editing java files
Comment 3 Petr Cyhelsky 2014-07-11 01:42:10 UTC
fixed in jet-main: 31957c9af780