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 180298 - AssertionError at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.fillGroup
Summary: AssertionError at org.netbeans.modules.form.layoutdesign.support.SwingLayoutB...
Status: RESOLVED DUPLICATE of bug 130383
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-02-04 14:46 UTC by Jesse Glick
Modified: 2010-02-25 06:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 164896


Attachments
stacktrace (2.80 KB, text/plain)
2010-02-04 14:46 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-02-04 14:46:40 UTC
This bug was originally marked as duplicate of bug 130383, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 100204-20b1dfd90f45)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
jglick: Dragging a set of components in a GBL form onto the inspector node for a JPanel with free design.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.fillGroup(SwingLayoutBuilder.java:272)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.composeGroup(SwingLayoutBuilder.java:238)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.fillGroup(SwingLayoutBuilder.java:259)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.composeGroup(SwingLayoutBuilder.java:238)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.fillGroup(SwingLayoutBuilder.java:257)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.composeGroup(SwingLayoutBuilder.java:238)
Comment 1 Jesse Glick 2010-02-04 14:46:45 UTC
Created attachment 93885 [details]
stacktrace
Comment 2 Jan Stola 2010-02-25 06:51:53 UTC

*** This bug has been marked as a duplicate of bug 130383 ***