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 157988

Summary: IndexOutOfBoundsException at java.util.zip.InflaterInputStream.read
Product: java Reporter: alexx7676 <alexx7676>
Component: SourceAssignee: Rastislav Komara <moonko>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=50377
Issue Type: DEFECT Exception Reporter: 50377
Attachments: stacktrace

Description alexx7676 2009-02-05 13:45:14 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

User Comments:
alexx7676: Just open IDE.

GUEST: running my project file

GUEST: I opened a .java file, tried to add some code, and the Exception occurred when I CRTL + SPACE an instance variable in an instance method to see the fields of a ValueObject Class

GUEST: Just starting up...

alexx7676: Just open IDE.



Stacktrace: 
java.lang.IndexOutOfBoundsException
        at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:129)
        at org.netbeans.JarClassLoader$JarSource.resource(JarClassLoader.java:412)
        at org.netbeans.Archive.getData(Archive.java:192)
        at org.netbeans.JarClassLoader$JarSource.readClass(JarClassLoader.java:389)
        at org.netbeans.JarClassLoader$Source.getClassData(JarClassLoader.java:291)
        at org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:197)
Comment 1 alexx7676 2009-02-05 13:45:19 UTC
Created attachment 76601 [details]
stacktrace
Comment 2 Rastislav Komara 2009-03-24 15:52:50 UTC
Please provide exact usecase and steps to reproduce. If not provided within next month the issue will be closed as
WORKSFORME. 
Comment 3 David Strupl 2009-03-31 16:09:01 UTC
Resolving all issues with milestone "future" as LATER. If you feel strongly that
it should be implemented please reopen and set the target milestone to "next".
Comment 4 Quality Engineering 2009-11-02 11:03:31 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX