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 221551 - 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-11-06 11:05 UTC by liszi
Modified: 2012-11-07 07:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194617


Attachments
stacktrace (1.80 KB, text/plain)
2012-11-06 11:05 UTC, liszi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description liszi 2012-11-06 11:05:47 UTC
Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

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.DnDEventMulticaster.dragDropEnd(DnDEventMulticaster.java:110)
   at java.awt.dnd.DnDEventMulticaster.dragDropEnd(DnDEventMulticaster.java:110)
   at java.awt.dnd.DnDEventMulticaster.dragDropEnd(DnDEventMulticaster.java:110)
   at java.awt.dnd.DnDEventMulticaster.dragDropEnd(DnDEventMulticaster.java:110)
Comment 1 liszi 2012-11-06 11:05:49 UTC
Created attachment 127218 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-11-07 07:57:53 UTC

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