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 222703 - AssertionError at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCommonParent
Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCo...
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:
: 222416 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-24 23:32 UTC by Exceptions Reporter
Modified: 2013-01-07 15:35 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195644


Attachments
stacktrace (3.21 KB, text/plain)
2012-11-24 23:32 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-24 23:32:52 UTC
This bug was originally marked as duplicate of bug 204747, 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 2 (Build 201211062253)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCommonParent(LayoutInterval.java:596)
   at org.netbeans.modules.form.layoutdesign.LayoutUtils.alignedIntervals(LayoutUtils.java:528)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.addToGroup(LayoutFeeder.java:1520)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.addInterval(LayoutFeeder.java:1179)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.add(LayoutFeeder.java:470)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.addComponents(LayoutDesigner.java:850)
Comment 1 Exceptions Reporter 2012-11-24 23:32:54 UTC
Created attachment 128350 [details]
stacktrace
Comment 2 Tomas Pavek 2013-01-07 13:37:56 UTC
Can't figure out what could lead to this exception. Would be great to have a sample GUI form with description of steps how to reproduce it. For now I've added more checks and more logging to be able to better localize the cause.
Comment 3 Tomas Pavek 2013-01-07 15:33:07 UTC
*** Bug 222416 has been marked as a duplicate of this bug. ***
Comment 4 Tomas Pavek 2013-01-07 15:35:46 UTC
Closing as works for me for now. Anybody please reopen if can provide a reproducible test case. When (if) this problem occurs in future, a different exception will be reported.