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 - ArrayIndexOutOfBoundsException: 35328
Summary: ArrayIndexOutOfBoundsException: 35328
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Cyhelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 08:18 UTC by choces
Modified: 2014-07-11 08:14 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208502


Attachments
stacktrace (2.44 KB, text/plain)
2014-03-19 08:18 UTC, choces
Details
stacktrace (2.44 KB, text/plain)
2014-03-20 15:27 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
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