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 186573 - [69cat] AssertionError at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateLayoutStructure
Summary: [69cat] AssertionError at org.netbeans.modules.form.layoutdesign.LayoutDesign...
Status: RESOLVED INCOMPLETE
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-24 03:13 UTC by VictorDeveloper
Modified: 2011-10-20 12:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 106704


Attachments
stacktrace (2.24 KB, text/plain)
2010-05-24 03:14 UTC, VictorDeveloper
Details

Note You need to log in before you can comment on or make changes to this bug.
Description VictorDeveloper 2010-05-24 03:13:59 UTC
Build: NetBeans IDE 6.9 Beta (Build 201004212000)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

User Comments:
VictorDeveloper: resize a jTextField on desing view




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateLayoutStructure(LayoutDesigner.java:297)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateLayoutStructure(LayoutDesigner.java:321)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateLayoutStructure(LayoutDesigner.java:321)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateLayoutStructure(LayoutDesigner.java:321)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.imposeCurrentContainerSize(LayoutDesigner.java:3649)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updatePositions(LayoutDesigner.java:162)
Comment 1 VictorDeveloper 2010-05-24 03:14:02 UTC
Created attachment 99363 [details]
stacktrace
Comment 2 Jan Stola 2011-10-20 12:36:54 UTC
I am sorry, I am not able to reproduce this issue and the attached exception is
not sufficient to track the problem down. Are you still able to reproduce it?
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.