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 203586

Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutFeeder.accommodateOutPosition
Product: guibuilder Reporter: MackSix
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 181924
Attachments: stacktrace

Description MackSix 2011-10-12 09:51:29 UTC
Build: NetBeans IDE Dev (Build 201110110600)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows Vista

User Comments:
MackSix: Reproduced test case from http://netbeans.org/bugzilla/show_bug.cgi?id=191874 and it trows this exception instead of the exception listed in the bug report.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.accommodateOutPosition(LayoutFeeder.java:2941)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.addInterval(LayoutFeeder.java:1801)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.add(LayoutFeeder.java:516)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.addComponents(LayoutDesigner.java:1241)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.java:1153)
   at org.netbeans.modules.form.HandleLayer$ExistingComponentDrag.end(HandleLayer.java:2752)
Comment 1 MackSix 2011-10-12 09:51:33 UTC
Created attachment 111924 [details]
stacktrace
Comment 2 Tomas Pavek 2011-10-12 13:38:15 UTC
It's still the same cause as in bug 191874, it just fails on a different assertion as the code changed since then.

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