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 185330 - [69cat] NullPointerException at org.netbeans.modules.form.RADComponent.createBindingProperties
Summary: [69cat] NullPointerException at org.netbeans.modules.form.RADComponent.create...
Status: RESOLVED FIXED
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:
: 185329 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-05-01 02:38 UTC by swpalmer
Modified: 2010-05-03 10:02 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168960


Attachments
stacktrace (1.69 KB, text/plain)
2010-05-01 02:39 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:38:55 UTC
This bug was originally marked as duplicate of bug 149386, 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: Dragged a compiled form from the project source tree onto my JPanel form.

GUEST: Opened a jPanel form java file from the Projects browser.

GUEST: moved a file from a package to another, with refactoring, and this err occured in a frame




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.RADComponent.createBindingProperties(RADComponent.java:1374)
   at org.netbeans.modules.form.RADComponent.getBindingProperties(RADComponent.java:680)
   at org.netbeans.modules.form.RADComponent.getAllBindingProperties(RADComponent.java:670)
   at org.netbeans.modules.form.RADComponent.createPropertySets(RADComponent.java:1140)
   at org.netbeans.modules.form.RADVisualComponent.createPropertySets(RADVisualComponent.java:218)
   at org.netbeans.modules.form.RADComponent.getProperties(RADComponent.java:642)
Comment 1 swpalmer 2010-05-01 02:39:01 UTC
Created attachment 98344 [details]
stacktrace
Comment 2 Jan Stola 2010-05-03 09:51:52 UTC
The reports from pre-NetBeans 6.9 Beta builds are duplicates of issue 149386. The reports from NetBeans 6.9 were already fixed by http://hg.netbeans.org/cdev/rev/92d61947624b
Comment 3 Jan Stola 2010-05-03 10:02:52 UTC
*** Bug 185329 has been marked as a duplicate of this bug. ***