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 224707 - AssertionError at org.netbeans.modules.form.layoutdesign.LayoutAligner.hasAlignmentInParent
Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutAligner.hasAli...
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: 2013-01-10 13:45 UTC by rasyidridho
Modified: 2015-02-04 03:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197378


Attachments
stacktrace (3.48 KB, text/plain)
2013-01-10 13:45 UTC, rasyidridho
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rasyidridho 2013-01-10 13:45:03 UTC
This bug was originally marked as duplicate of bug 209525, 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) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 7

Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutdesign.LayoutAligner.hasAlignmentInParent(LayoutAligner.java:1097)
   at org.netbeans.modules.form.layoutdesign.LayoutAligner.alignedIntervals(LayoutAligner.java:1060)
   at org.netbeans.modules.form.layoutdesign.LayoutAligner.transferedComponents(LayoutAligner.java:834)
   at org.netbeans.modules.form.layoutdesign.LayoutAligner.transferToParallelParent(LayoutAligner.java:576)
   at org.netbeans.modules.form.layoutdesign.LayoutAligner.alignIntervals(LayoutAligner.java:96)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.align(LayoutDesigner.java:3015)
Comment 1 rasyidridho 2013-01-10 13:45:06 UTC
Created attachment 130081 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:27:28 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.