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 220645 - 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-23 10:09 UTC by Exceptions Reporter
Modified: 2012-10-23 12:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193941


Attachments
stacktrace (1.77 KB, text/plain)
2012-10-23 10:09 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-10-23 10:09:56 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 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-415, Java(TM) SE Runtime Environment, 1.6.0_31-b04-415-11M3646
OS: Mac OS X

User Comments:
GUEST: doing a drag and drop copy of a html5 file from an existing PHP project to an HTML5 Application




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:682)
Comment 1 Exceptions Reporter 2012-10-23 10:09:59 UTC
Created attachment 126377 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-10-23 12:48:31 UTC

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