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 210939 - AssertionError at org.netbeans.modules.form.layoutdesign.LayoutRegion.overlap
Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutRegion.overlap
Status: RESOLVED INCOMPLETE
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-10 12:29 UTC by Ondrej Vrabec
Modified: 2012-04-10 13:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186840


Attachments
stacktrace (3.07 KB, text/plain)
2012-04-10 12:29 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2012-04-10 12:29:53 UTC
Build: NetBeans IDE Dev (Build 20120403-f6cf7f1020dc)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutdesign.LayoutRegion.overlap(LayoutRegion.java:379)
   at org.netbeans.modules.form.layoutdesign.LayoutRegion.overlap(LayoutRegion.java:389)
   at org.netbeans.modules.form.layoutdesign.VisualState.computeOverlappingComponents(VisualState.java:796)
   at org.netbeans.modules.form.layoutdesign.VisualState.createOrUpdateGapInfo(VisualState.java:759)
   at org.netbeans.modules.form.layoutdesign.VisualState.computeComponentGapInfo(VisualState.java:638)
   at org.netbeans.modules.form.layoutdesign.VisualState.getComponentGaps(VisualState.java:597)
Comment 1 Ondrej Vrabec 2012-04-10 12:29:59 UTC
Created attachment 118054 [details]
stacktrace
Comment 2 Jan Stola 2012-04-10 13:54:11 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 issue? 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 this exception. Thank you in advance.