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 197052 - NullPointerException at javax.imageio.ImageIO.write
Summary: NullPointerException at javax.imageio.ImageIO.write
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-24 17:27 UTC by kingsquare
Modified: 2011-03-25 08:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177887


Attachments
stacktrace (1.41 KB, text/plain)
2011-03-24 17:27 UTC, kingsquare
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kingsquare 2011-03-24 17:27:27 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at javax.imageio.ImageIO.write(ImageIO.java:0)
   at com.strixcode.j7goodies.Thumbnail.sendIconicThumbnail(Thumbnail.java:0)
   at com.strixcode.sevenbeans.TabbedThumbnailsController$SevenBeansThumbnailListener.iconicThumbnailRequested(TabbedThumbnailsController.java:201)
   at com.strixcode.j7goodies.Thumbnail$1.run(Thumbnail.java:0)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:0)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:0)
Comment 1 kingsquare 2011-03-24 17:27:31 UTC
Created attachment 107251 [details]
stacktrace