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 206464 - AssertionError at org.netbeans.modules.form.layoutdesign.LayoutModel.addInterval
Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutModel.addInterval
Status: RESOLVED INCOMPLETE
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-16 08:47 UTC by Martin Fousek
Modified: 2012-04-25 16:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183845


Attachments
stacktrace (3.33 KB, text/plain)
2011-12-16 08:47 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2011-12-16 08:47:11 UTC
Build: NetBeans IDE 7.1 RC1 (Build 201111242103)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: Linux

Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutdesign.LayoutModel.addInterval(LayoutModel.java:350)
   at org.netbeans.modules.form.layoutdesign.LayoutOperations.addContent(LayoutOperations.java:314)
   at org.netbeans.modules.form.layoutdesign.LayoutOperations.addContent(LayoutOperations.java:275)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.addToGroup(LayoutFeeder.java:2485)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.addInterval(LayoutFeeder.java:1822)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.add(LayoutFeeder.java:551)
Comment 1 Martin Fousek 2011-12-16 08:47:13 UTC
Created attachment 114256 [details]
stacktrace
Comment 2 Jan Stola 2012-04-25 16:02:31 UTC
I am sorry, I am not able to reproduce this issue and the attached stacktrace is not sufficient to track the problem down. Are you still able to reproduce this problem? If so, could you, please, provide more details? It would be ideal to attach the problematic form (both .java and .form files) saved in the last good state and describe _exact_ steps that lead to the exception. Thank you in advance.