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 201611 - AssertionError at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving
Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMo...
Status: RESOLVED DUPLICATE of bug 159079
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-05 06:36 UTC by claus_ch
Modified: 2011-09-05 08:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180917


Attachments
stacktrace (2.70 KB, text/plain)
2011-09-05 06:36 UTC, claus_ch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description claus_ch 2011-09-05 06:36:16 UTC
This bug was originally marked as duplicate of bug 159079, 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 201109040600)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows XP

User Comments:
asenk: I made a lot of steps before this exception.
Posible steps to reproduce:
Create new J2SE project and crete new JFrame Form
--Drag a Radio Button from pallete to JFrame Form

claus_ch: I have a simple maven-based test project having a JFrame and a TextArea (everything default). The crash happened, while draging a ComboBox onto a blank spot of the JPanel in Mantisse.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.java:756)
   at org.netbeans.modules.form.HandleLayer$NewComponentDrag.end(HandleLayer.java:3141)
   at org.netbeans.modules.form.HandleLayer$NewComponentDropListener.drop(HandleLayer.java:3338)
   at java.awt.dnd.DropTarget.drop(DropTarget.java:450)
   at sun.awt.dnd.SunDropTargetContextPeer.processDropMessage(SunDropTargetContextPeer.java:537)
   at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchDropEvent(SunDropTargetContextPeer.java:851)
Comment 1 claus_ch 2011-09-05 06:36:19 UTC
Created attachment 110384 [details]
stacktrace
Comment 2 Jan Stola 2011-09-05 08:24:35 UTC

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