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 157084 - AssertionError at org.netbeans.modules.form.layoutdesign.LayoutOperations.resizeInterval
Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutOperations.res...
Status: CLOSED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-19 18:06 UTC by theshadow27
Modified: 2017-04-26 22:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 81961


Attachments
stacktrace (2.49 KB, text/plain)
2009-01-19 18:06 UTC, theshadow27
Details

Note You need to log in before you can comment on or make changes to this bug.
Description theshadow27 2009-01-19 18:06:43 UTC
Build: NetBeans IDE Dev (Build 200812180001)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-130, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-277
OS: Mac OS X, 10.5.6, i386

User Comments:
theshadow27: GUI editor streched field out of proportion, trying to correct

GUEST: moving a JSlider OBJECT in the gui

GUEST: moving some swing components around in a jpanel

GUEST: moving items on the design page.

mihaal: 1) placed a new JLabel from palette on my form
2) moved the JLabel to a different place on the form

theshadow27: GUI editor streched field out of proportion, trying to correct



Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.form.layoutdesign.LayoutOperations.resizeInterval(LayoutOperations.java:333)
        at org.netbeans.modules.form.layoutdesign.LayoutDesigner.imposeCurrentGapSize(LayoutDesigner.java:3707)
        at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateLayoutStructure(LayoutDesigner.java:306)
        at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateLayoutStructure(LayoutDesigner.java:322)
        at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateLayoutStructure(LayoutDesigner.java:322)
        at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateLayoutStructure(LayoutDesigner.java:322)
Comment 1 theshadow27 2009-01-19 18:06:52 UTC
Created attachment 76002 [details]
stacktrace
Comment 2 Jan Stola 2009-04-15 09:08:41 UTC
I am sorry, I am not able to reproduce this issue and the attached stack-trace 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 
this exception. Thank you in advance.
Comment 3 pribyl 2009-06-24 12:39:41 UTC
Closing as WORKSFORME - reporter did not provide additional info for more than 4 weeks.

theshadow27, mihaal, please reopen the issue if the problem persist and you can provide additional info (see jstola's post)

Thanks a lot 
Comment 4 theshadow27 2017-04-26 22:30:05 UTC
OBSOLETE