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 237321 - AssertionError at org.netbeans.modules.form.layoutdesign.LayoutFeeder.checkNeighbor
Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutFeeder.checkNe...
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-18 14:28 UTC by palman
Modified: 2014-02-14 02:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202805


Attachments
stacktrace (3.18 KB, text/plain)
2013-10-18 14:28 UTC, palman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description palman 2013-10-18 14:28:56 UTC
Build: NetBeans IDE Dev (Build 201310180001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b51, Java(TM) SE Runtime Environment, 1.8.0-ea-b109
OS: Mac OS X

User Comments:
GUEST: Erro ao redimensionar JTextField

palman: resize jtextfield

GUEST: Extending a label




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.checkNeighbor(LayoutFeeder.java:1812)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.addToGroup(LayoutFeeder.java:1308)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.addInterval(LayoutFeeder.java:1179)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.add(LayoutFeeder.java:473)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.addComponents(LayoutDesigner.java:888)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.java:849)
Comment 1 palman 2013-10-18 14:28:58 UTC
Created attachment 141263 [details]
stacktrace
Comment 2 Tomas Pavek 2014-02-07 15:45:49 UTC
Same problem as bug 217611, now with slightly different stacktrace and a bit of more new logged data.
Comment 3 Tomas Pavek 2014-02-07 18:45:21 UTC
Found a place that might cause this, it would explain all the reported exceptions, except report 691513. We'll see if the fix helps: http://hg.netbeans.org/jet-main/rev/6356e8f27819.
Comment 4 Quality Engineering 2014-02-14 02:53:07 UTC
Integrated into 'main-silver', will be available in build *201402140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6356e8f27819
User: Tomas Pavek <tpavek@netbeans.org>
Log: #237321: fixing one case where neighbor could be set with wrong (not direct) parent