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 152650

Summary: AssertionError at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.fillGroup
Product: guibuilder Reporter: jonathanvilalopez <jonathanvilalopez>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: simpatico
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=1381
Issue Type: DEFECT Exception Reporter: 1381
Attachments: stacktrace

Description jonathanvilalopez 2008-11-07 10:37:56 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.24-21-generic, i386

User Comments:
jonathanvilalopez: moving a panel

vinh_truong: Got this error after click on Preview Desgin

GUEST: Tried to add a panel to a tabbed pane

jonathanvilalopez: moving a panel



Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.fillGroup(SwingLayoutBuilder.java:266)
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.composeGroup(SwingLayoutBuilder.java:232)
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.fillGroup(SwingLayoutBuilder.java:253)
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.composeGroup(SwingLayoutBuilder.java:232)
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.createLayout(SwingLayoutBuilder.java:174)
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.removeComponentsFromContainer(SwingLayoutBuilder.java:135)
Comment 1 jonathanvilalopez 2008-11-07 10:38:01 UTC
Created attachment 73452 [details]
stacktrace
Comment 2 Jan Stola 2008-11-07 16:28:49 UTC
This exception is just a consequence of some problem that occured before. Please, report the original exception or 
(better) exact steps to reproduce. Thank you in advance.

I am closing this issue as will-not-fix because there is nothing to fix regarding the reported exception, the original 
problem must be fixed instead.
Comment 3 Jan Stola 2009-10-16 12:49:02 UTC
*** Issue 166062 has been marked as a duplicate of this issue. ***
Comment 4 simpatico 2010-08-15 13:22:33 UTC
Choosing to enclopse components.
Comment 5 Tomas Pavek 2010-08-17 15:04:10 UTC
Please see comment #2. This exception is a result of another problem and we need exact steps how to reproduce it to be able to fix it. Do you still have the original form and can reproduce the exception on it?