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 220724 - 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-24 09:15 UTC by Exceptions Reporter
Modified: 2012-10-24 09:33 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194002


Attachments
stacktrace (1.40 KB, text/plain)
2012-10-24 09:15 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-24 09:15:51 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) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows XP

User Comments:
GUEST: I preformed a drag-and-drop action in the navigator window.

johnjullion: running html page in internal browser. the debug menu seems to be dancing for me, with one icon appearing and disappearing. tried to move the memory toolbar over to give it enough space and i get this exception

vriha: Drag & Drop from IDE editor to DOM Tree window

jskrivanek: To reproduce:
- open new project wizard
- choose "HTML/JavaScript|HTML Application"
- finish wizard with defaults
- create new html file in created project
- drag html file in projects view and drop it at the same position

GUEST: Probably Right Clicking on Apache Tomcat under Servers.

GUEST: Startinng the Apache sever




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:705)
Comment 1 Exceptions Reporter 2012-10-24 09:15:54 UTC
Created attachment 126440 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-10-24 09:33:24 UTC

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