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 220386 - 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: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-18 20:26 UTC by javydreamercsw
Modified: 2012-10-19 11:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193731


Attachments
stacktrace (1.40 KB, text/plain)
2012-10-18 20:26 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2012-10-18 20:26:53 UTC
This bug was originally marked as duplicate of bug 216251, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201210180002)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
javydreamercsw: Trying to refactor move a class via drag and drop.

javydreamercsw: Dragging in a pom file. The Java FX browser is opened in another tab.

sreimers: NPE while embedded Webkit is open in background tab




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:721)
Comment 1 javydreamercsw 2012-10-18 20:26:56 UTC
Created attachment 126162 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-10-19 11:49:49 UTC

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