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 183065 - AssertionError at org.netbeans.modules.form.layoutdesign.LayoutUtils.isOverlapPreventedInOtherDimension
Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutUtils.isOverla...
Status: RESOLVED INCOMPLETE
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-29 12:12 UTC by pureroot
Modified: 2010-03-29 13:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167247


Attachments
stacktrace (2.50 KB, text/plain)
2010-03-29 12:12 UTC, pureroot
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pureroot 2010-03-29 12:12:14 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-4995-on-100323)
VM: OpenJDK Client VM, 14.0-b16, OpenJDK Runtime Environment, 1.6.0_0-b16
OS: Linux

User Comments:
pureroot: i move group of swing item to other place




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutdesign.LayoutUtils.isOverlapPreventedInOtherDimension(LayoutUtils.java:469)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.orthogonalOverlap(LayoutFeeder.java:2148)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.analyzeSequential(LayoutFeeder.java:2038)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.analyzeParallel(LayoutFeeder.java:1948)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.add(LayoutFeeder.java:230)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.addComponents(LayoutDesigner.java:825)
Comment 1 pureroot 2010-03-29 12:12:18 UTC
Created attachment 96177 [details]
stacktrace
Comment 2 Jan Stola 2010-03-29 13:23:39 UTC
I am sorry, I am not able to reproduce this issue and the attached stack-trace is not sufficient to track the problem down. Are you still able to reproduce it? If so, could you, please, attach the problematic form (both .java and .form files) saved in the last good state and describe _exact_ steps that lead to this exception. Thank you in advance.