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 197149 - NullPointerException at com.strixcode.sevenbeans.TabbedThumbnailsController$SevenBeansThumbnailListener.iconicThumbnailRequested
Summary: NullPointerException at com.strixcode.sevenbeans.TabbedThumbnailsController$S...
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-28 09:43 UTC by kingsquare
Modified: 2011-03-28 11:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177983


Attachments
stacktrace (1.29 KB, text/plain)
2011-03-28 09:43 UTC, kingsquare
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kingsquare 2011-03-28 09:43:32 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 com.strixcode.sevenbeans.TabbedThumbnailsController$SevenBeansThumbnailListener.iconicThumbnailRequested(TabbedThumbnailsController.java:184)
   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)
   at java.awt.EventQueue.access$000(EventQueue.java:0)
   at java.awt.EventQueue$1.run(EventQueue.java:0)
Comment 1 kingsquare 2011-03-28 09:43:36 UTC
Created attachment 107331 [details]
stacktrace