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 216186 - 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: Embedded Browser (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-31 11:49 UTC by Petr Jiricka
Modified: 2012-08-07 09:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191165


Attachments
stacktrace (1.40 KB, text/plain)
2012-07-31 11:49 UTC, Petr Jiricka
Details
stacktrace (1.40 KB, text/plain)
2012-08-07 09:48 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2012-07-31 11:49:09 UTC
Build: NetBeans IDE Dev (Build EaselCSS-403-on-20120730)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b04, Java(TM) SE Runtime Environment, 1.7.0_06-ea-b13
OS: Mac OS X

User Comments:
pjiricka: I think I was dragging a node from projects view to the embedded WebView browser, but I am not sure.




Stacktrace: 
java.lang.NullPointerException
   at javafx.embed.swing.SwingDnD$2.dragDropEnd(SwingDnD.java:119)
   at java.awt.dnd.DragSource.processDragDropEnd(DragSource.java:769)
   at java.awt.dnd.DragSourceContext.dragDropEnd(DragSourceContext.java:437)
   at sun.awt.dnd.SunDragSourceContextPeer$EventDispatcher.run(SunDragSourceContextPeer.java:491)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:701)
Comment 1 Petr Jiricka 2012-07-31 11:49:12 UTC
Created attachment 122572 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2012-08-01 13:53:30 UTC

*** This bug has been marked as a duplicate of bug 216251 ***
Comment 3 Vladimir Riha 2012-08-07 09:48:45 UTC
Created attachment 122827 [details]
stacktrace

Drag & Drop from IDE editor to DOM Tree window