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 - NullPointerException at org.netbeans.modules.form.RADComponent.getAllBindingProperties
Summary: NullPointerException at org.netbeans.modules.form.RADComponent.getAllBindingP...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-05 05:55 UTC by Exceptions Reporter
Modified: 2017-09-05 05:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 165968


Attachments
stacktrace (2.28 KB, text/plain)
2017-09-05 05:55 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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