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 218773 - 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: JDK Problems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-21 13:17 UTC by JanGen
Modified: 2012-09-23 09:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192640


Attachments
stacktrace (1.48 KB, text/plain)
2012-09-21 13:17 UTC, JanGen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JanGen 2012-09-21 13:17: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 Dev (Build 201209210001)
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:
JanGen: clicking on internal webbrowser




Stacktrace: 
java.lang.NullPointerException
   at javafx.embed.swing.SwingDnD$2.dragDropEnd(SwingDnD.java:119)
   at java.awt.dnd.DnDEventMulticaster.dragDropEnd(DnDEventMulticaster.java:110)
   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)
Comment 1 JanGen 2012-09-21 13:17:54 UTC
Created attachment 124716 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-09-23 09:09:24 UTC

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