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 219029 - NullPointerException at javafx.embed.swing.SwingDnD$2.dragDropEnd
Summary: NullPointerException at javafx.embed.swing.SwingDnD$2.dragDropEnd
Status: RESOLVED DUPLICATE of bug 216251
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 23:26 UTC by sunbiz
Modified: 2012-09-29 08:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192768


Attachments
stacktrace (1.77 KB, text/plain)
2012-09-25 23:26 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2012-09-25 23:26:47 UTC
Build: NetBeans IDE 7.3 Beta (Build 201209232010)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.10-b01, Java(TM) SE Runtime Environment, 1.6.0_35-b10
OS: Windows NT (unknown)

User Comments:
sunbiz: Dragging something to the Embedded Browser window throws this exception




Stacktrace: 
java.lang.NullPointerException
   at javafx.embed.swing.SwingDnD$2.dragDropEnd(SwingDnD.java:119)
   at java.awt.dnd.DragSource.processDragDropEnd(DragSource.java:746)
   at java.awt.dnd.DragSourceContext.dragDropEnd(DragSourceContext.java:401)
   at sun.awt.dnd.SunDragSourceContextPeer$EventDispatcher.run(SunDragSourceContextPeer.java:432)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:666)
Comment 1 sunbiz 2012-09-25 23:26:52 UTC
Created attachment 124915 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-09-29 08:45:00 UTC
Fixed in FX 2.2.2. & 3.0

*** This bug has been marked as a duplicate of bug 216251 ***