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 220844 - 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-25 13:45 UTC by alesak
Modified: 2012-11-09 20:07 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194083


Attachments
stacktrace (1.40 KB, text/plain)
2012-10-25 13:45 UTC, alesak
Details
stacktrace (1.40 KB, text/plain)
2012-10-25 14:48 UTC, javydreamercsw
Details
stacktrace (1.40 KB, text/plain)
2012-10-26 04:12 UTC, alesak
Details
stacktrace (1.40 KB, text/plain)
2012-11-07 20:25 UTC, alied
Details
stacktrace (1.40 KB, text/plain)
2012-11-09 20:07 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alesak 2012-10-25 13:45:46 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 201210250001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Linux

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

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

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 alesak 2012-10-25 13:45:48 UTC
Created attachment 126547 [details]
stacktrace
Comment 2 javydreamercsw 2012-10-25 14:48:12 UTC
Created attachment 126554 [details]
stacktrace

Clicking in the project explorer with the JavaFX browser open.
Comment 3 Exceptions Reporter 2012-10-25 14:48:21 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=194083
Comment 4 alesak 2012-10-26 04:12:11 UTC
Created attachment 126593 [details]
stacktrace
Comment 5 Marian Mirilovic 2012-10-26 05:20:35 UTC

*** This bug has been marked as a duplicate of bug 216251 ***
Comment 6 Exceptions Reporter 2012-11-04 14:29:07 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=194083
Comment 7 alied 2012-11-07 20:25:28 UTC
Created attachment 127349 [details]
stacktrace

selecting a piece if code in a jsp and dragging and dropping in a different line.
Comment 8 alied 2012-11-09 20:07:41 UTC
Created attachment 127509 [details]
stacktrace

dragging a class name from the return type of a function and dropping it on a {@link tag in the method's javadoc. The class name was successfully pasted.