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 185329 - [69cat] NullPointerException at org.netbeans.modules.form.VisualReplicator.updateContainerLayout
Summary: [69cat] NullPointerException at org.netbeans.modules.form.VisualReplicator.up...
Status: RESOLVED DUPLICATE of bug 185330
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-01 02:12 UTC by swpalmer
Modified: 2010-05-03 10:02 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168958


Attachments
stacktrace (1.79 KB, text/plain)
2010-05-01 02:12 UTC, swpalmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description swpalmer 2010-05-01 02:12:32 UTC
This bug was originally marked as duplicate of bug 118019, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9 Beta (Build 201004200117)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows 7

User Comments:
swpalmer: Dropped a Combo box from the palette onto my JPanel form.

sternix: i get this when i playing with the SwingX Filters and components

piero: while moving some components into a JPanel

GUEST: Occured when draggin componens to jxpanel.

GUEST: Adding a panel from the pallet to a panel in a JDialog form




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.VisualReplicator.updateContainerLayout(VisualReplicator.java:293)
   at org.netbeans.modules.form.VisualReplicator.updateAddedComponents(VisualReplicator.java:339)
   at org.netbeans.modules.form.FormDesigner$FormListener.run(FormDesigner.java:2411)
   at org.netbeans.modules.form.FormLAF$3.run(FormLAF.java:323)
   at org.openide.util.Mutex.doEventAccess(Mutex.java:1355)
   at org.openide.util.Mutex.readAccess(Mutex.java:268)
Comment 1 swpalmer 2010-05-01 02:12:39 UTC
Created attachment 98343 [details]
stacktrace
Comment 2 Jan Stola 2010-05-03 10:02:52 UTC
The reported exception seems to be a consequence of previous exception. The message.log shows that the original exception was

java.lang.NullPointerException
    at org.netbeans.modules.form.RADComponent.getAllBindingProperties
    (RADComponent.java:671)
    ...

This exception is caused by the same problem as issue 185330 => closing as duplicate.

*** This bug has been marked as a duplicate of bug 185330 ***