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 183694 - NPE when closing fx editor
Summary: NPE when closing fx editor
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Karol Harezlak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-08 09:39 UTC by David Kaspar
Modified: 2010-04-15 12:09 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 David Kaspar 2010-04-08 09:39:20 UTC
java.lang.NullPointerException
[catch] at org.netbeans.modules.javafx.editor.semantic.MarkUnusedElementsTaskFactory$2.run(MarkUnusedElementsTaskFactory.java:375)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at com.sun.embeddedswing.EmbeddedEventQueue.dispatchEvent(EmbeddedEventQueue.java:448)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	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 Karol Harezlak 2010-04-08 12:15:03 UTC
could not reproduce it but should be fine now,

fixed,


http://hg.netbeans.org/javafx/rev/53b66a18402b
Comment 2 Alexandr Scherbatiy 2010-04-15 12:09:21 UTC
Unable to reproduce in NB 6.9 Beta