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 225249 - AssertionError at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCurrentSpace
Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCu...
Status: NEW
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-23 16:47 UTC by choces
Modified: 2013-01-23 16:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194652


Attachments
stacktrace (3.07 KB, text/plain)
2013-01-23 16:47 UTC, choces
Details

Note You need to log in before you can comment on or make changes to this bug.
Description choces 2013-01-23 16:47:21 UTC
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_11-b21
OS: Windows XP

User Comments:
GUEST: chanje size jpanel

GUEST: designing jframe form




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCurrentSpace(LayoutInterval.java:495)
   at org.netbeans.modules.form.layoutdesign.VisualState.completeUknownGroupPositions(VisualState.java:347)
   at org.netbeans.modules.form.layoutdesign.VisualState.updateCurrentSpaceOfGroups(VisualState.java:305)
   at org.netbeans.modules.form.layoutdesign.VisualState.updateCurrentSpaceOfGroups(VisualState.java:228)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.java:774)
   at org.netbeans.modules.form.HandleLayer$ExistingComponentDrag.end(HandleLayer.java:2984)
Comment 1 choces 2013-01-23 16:47:22 UTC
Created attachment 130546 [details]
stacktrace