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 246479

Summary: IndexOutOfBoundsException: off < 0 || len < 0 || off+len > b.length || off+len < 0!
Product: guibuilder Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211243
Attachments: stacktrace

Description Exceptions Reporter 2014-08-15 14:32:06 UTC
This bug was originally marked as duplicate of bug 160073, 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, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Mac OS X

User Comments:
GUEST: Estava usando normalmente quando apareceu este erro




Stacktrace: 
java.lang.IndexOutOfBoundsException: off < 0 || len < 0 || off+len > b.length || off+len < 0!
   at javax.imageio.stream.MemoryCacheImageInputStream.read(MemoryCacheImageInputStream.java:100)
   at com.sun.imageio.plugins.gif.GIFImageReader.getCode(GIFImageReader.java:321)
   at com.sun.imageio.plugins.gif.GIFImageReader.read(GIFImageReader.java:924)
   at javax.imageio.ImageIO.read(ImageIO.java:1448)
   at javax.imageio.ImageIO.read(ImageIO.java:1400)
   at org.netbeans.modules.form.editors.CustomIconEditor$IconFileItem.<init>(CustomIconEditor.java:548)
Comment 1 Exceptions Reporter 2014-08-15 14:32:09 UTC
Created attachment 148718 [details]
stacktrace