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 271431

Summary: NullPointerException at org.netbeans.modules.form.RADComponent.getAllBindingProperties
Product: guibuilder Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal CC: merlin2v
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 165968
Attachments: stacktrace

Description Exceptions Reporter 2017-09-05 05:55:23 UTC
This issue was reported manually by merlin2v.
It already has 4 duplicates 


Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
GUEST: just continues to be slow otherwise i have no idea what else could have caused it.

GUEST: press save.
Note: I still can't sign in
-merlin

GUEST: editando um form, mudei o tabplacement para bottom, apenas isso.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.RADComponent.getAllBindingProperties(RADComponent.java:723)
   at org.netbeans.modules.form.RADComponent.getKnownBindingProperties(RADComponent.java:746)
   at org.netbeans.modules.form.GandalfPersistenceManager.saveBindingProperties(GandalfPersistenceManager.java:4250)
   at org.netbeans.modules.form.GandalfPersistenceManager.saveComponent(GandalfPersistenceManager.java:3773)
   at org.netbeans.modules.form.GandalfPersistenceManager.saveVisualComponent(GandalfPersistenceManager.java:3543)
   at org.netbeans.modules.form.GandalfPersistenceManager.saveAnyComponent(GandalfPersistenceManager.java:3315)
Comment 1 Exceptions Reporter 2017-09-05 05:55:26 UTC
Created attachment 165087 [details]
stacktrace