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 222592 - AssertionError at org.netbeans.modules.form.layoutdesign.LayoutFeeder.mergeSequentialInclusions
Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutFeeder.mergeSe...
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-22 13:20 UTC by Exceptions Reporter
Modified: 2015-02-04 03:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195554


Attachments
stacktrace (3.01 KB, text/plain)
2012-11-22 13:20 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-22 13:20:18 UTC
This bug was originally marked as duplicate of bug 213119, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows XP

User Comments:
MackSix: Resizing an AWT Choice on a Frame while trying to rearrange some AWT components on a Frame.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.mergeSequentialInclusions(LayoutFeeder.java:4244)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.add(LayoutFeeder.java:456)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.addComponents(LayoutDesigner.java:850)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.java:811)
   at org.netbeans.modules.form.HandleLayer$ResizeComponentDrag.end(HandleLayer.java:3133)
   at org.netbeans.modules.form.HandleLayer$ComponentDrag.end(HandleLayer.java:2690)
Comment 1 Exceptions Reporter 2012-11-22 13:20:20 UTC
Created attachment 128261 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:27:33 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.