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 141017 - NPE disabling preview
Summary: NPE disabling preview
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P3 blocker (vote)
Assignee: Oleg Barbashov
URL:
Keywords: REGRESSION
Depends on:
Blocks: 146949
  Show dependency tree
 
Reported: 2008-07-21 15:53 UTC by Lark Fitzgerald
Modified: 2008-09-11 14:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lark Fitzgerald 2008-07-21 15:53:42 UTC
This is a follow on issue to:
http://www.netbeans.org/issues/show_bug.cgi?id=139363

The IME was fixed but not it gives a NPE.  Assertions are disabled for the release to this is not a stopper.


java.lang.NullPointerException
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:591)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:284)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Oleg Barbashov 2008-09-05 18:29:41 UTC
Fixed.
Comment 2 Alexandr Scherbatiy 2008-09-11 12:36:28 UTC
verified in 2008-09-10_21-23-24.zip