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 - AssertionError at org.netbeans.modules.form.layoutdesign.LayoutFeeder.accommodateOutPosition
Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutFeeder.accommo...
Status: RESOLVED DUPLICATE of bug 191874
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-10-12 09:51 UTC by MackSix
Modified: 2011-10-12 13:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181924


Attachments
stacktrace (3.03 KB, text/plain)
2011-10-12 09:51 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***