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 220802 - AssertionError at javafx.embed.swing.SwingDnD$2.dragDropEnd
Summary: AssertionError 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-25 05:42 UTC by tomoke
Modified: 2012-10-25 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194049


Attachments
stacktrace (1.39 KB, text/plain)
2012-10-25 05:42 UTC, tomoke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tomoke 2012-10-25 05:42:49 UTC
Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
tomoke: Dragged a Domain class from one project's domain package folder to a Domain folder with a different name, in a different project, both open at the same time




Stacktrace: 
java.lang.AssertionError
   at javafx.embed.swing.SwingDnD$2.dragDropEnd(SwingDnD.java:116)
   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:721)
Comment 1 tomoke 2012-10-25 05:42:50 UTC
Created attachment 126516 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-10-25 12:11:38 UTC

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