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 147790

Summary: bindingGroup is not declared as transient
Product: guibuilder Reporter: fabriziogiudici <fabriziogiudici>
Component: BindingAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: blocker CC: MKol
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description fabriziogiudici 2008-09-20 18:40:43 UTC
The visual designer creates a

private org.jdesktop.beansbinding.BindingGroup bindingGroup;

field when using BeansBinding. While any Swing component is Serializable, bindingGroup isn't; thus it should be declared
as transient. While this causes no harm, it produces false positive warnings with static code analyzers such as FindBugs.
Comment 1 Peter Pis 2008-09-21 21:12:48 UTC
Reassigning to form for evaluation.
Comment 2 Jiri Vagner 2008-09-22 10:48:32 UTC
It sounds reasonable to me, your request/issue is valid. Thank you for your report.
Comment 3 MKol 2016-09-05 10:09:27 UTC
What about the status of this issue? In 8.1 this field is still not transient.