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 221548 - 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 10:53 UTC by liszi
Modified: 2012-11-07 07:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194615


Attachments
stacktrace (1.72 KB, text/plain)
2012-11-06 10:53 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 10:53:48 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

User Comments:
liszi: 0 pointer exeption




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.DragSource.processDragDropEnd(DragSource.java:769)
Comment 1 liszi 2012-11-06 10:53:51 UTC
Created attachment 127212 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-11-07 07:58:06 UTC

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