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 247027 - ArrayIndexOutOfBoundsException: 35328
Summary: ArrayIndexOutOfBoundsException: 35328
Status: RESOLVED DUPLICATE of bug 246576
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-11 12:29 UTC by Exceptions Reporter
Modified: 2015-02-06 10:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211721


Attachments
stacktrace (2.10 KB, text/plain)
2014-09-11 12:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-09-11 12:29:24 UTC
This bug was originally marked as duplicate of bug 243036, 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.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 7

User Comments:
GUEST: Loading java class. FindBugs crashed during automatic scan...

GUEST: Error occoured upon start up. My Jira plugin also fails to connect, but passes validation. Perhaps these are related?

GUEST: Tried to run findbugs from the SQE plugin (https://kenai.com/projects/sqe/pages/Home)

GUEST: Opening netbeans. I have findbugs, PMD, and checkstyle plugings turned on. There seems to be a series of integration issues related to these tools.

GUEST: a

GUEST: Saving a java file.

GUEST: Opening a class

GUEST: Writing an Enum in a java file.




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:93)
   at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:414)
   at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:65)
Comment 1 Exceptions Reporter 2014-09-11 12:29:26 UTC
Created attachment 149137 [details]
stacktrace
Comment 2 Petr Hejl 2015-02-06 10:31:18 UTC

*** This bug has been marked as a duplicate of bug 246576 ***