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 252649 - ArrayIndexOutOfBoundsException: 1277
Summary: ArrayIndexOutOfBoundsException: 1277
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-28 15:01 UTC by PassWordE
Modified: 2016-07-07 07:17 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198893


Attachments
stacktrace (5.78 KB, text/plain)
2015-05-28 15:02 UTC, PassWordE
Details
stacktrace (6.04 KB, text/plain)
2015-06-03 11:05 UTC, PassWordE
Details

Note You need to log in before you can comment on or make changes to this bug.
Description PassWordE 2015-05-28 15:01:59 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Windows 7

User Comments:
GUEST: Hi.

I'm trying to use the Java library SecureBlackbox made by EldoS (https://www.eldos.com/sbb/).
When I'm adding, for example, the class TElPDFDocument in one of my class, the editor bugs on this class. It doesn't show me any error anymore but compiles and executes well.

This only occurs on NetBeans (tried on 7.2.1 and 7.3 with JDK 1.6.31 and 1.7.13), no problem on Eclipse. I don't want and I can't use Eclipse for my projects.

I found this : https://www.eldos.com/security/articles/7781.php?sphrase_id=425746 but it didn't help, and I contacted EldoS support but they don't manage to reproduce the bug.

Thanks for the help.

PassWordE: <???????????????>i dont know...

PassWordE: i dont know...

pantus.zerox: I created a new lib from jar and added it to my project.
I have the exception after past source code conteined 3 static methods with classes from lib in Main class. 
Hope my message will be useful for NetBeans develope team!

GUEST: Just tried to modify the file.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1277
   at com.sun.tools.javac.jvm.ClassReader$8.read(ClassReader.java:1085)
   at com.sun.tools.javac.jvm.ClassReader.readAttrs(ClassReader.java:1400)
   at com.sun.tools.javac.jvm.ClassReader.readMemberAttrs(ClassReader.java:1390)
   at com.sun.tools.javac.jvm.ClassReader.readCode(ClassReader.java:1427)
   at com.sun.tools.javac.jvm.ClassReader$3.read(ClassReader.java:1019)
   at com.sun.tools.javac.jvm.ClassReader.readAttrs(ClassReader.java:1400)
Comment 1 PassWordE 2015-05-28 15:02:01 UTC
Created attachment 153922 [details]
stacktrace
Comment 2 PassWordE 2015-06-03 11:05:14 UTC
Created attachment 154032 [details]
stacktrace

none...
Comment 3 Martin Balin 2016-07-07 07:17:28 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss