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 - bindingGroup is not declared as transient
Summary: bindingGroup is not declared as transient
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Binding (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-20 18:40 UTC by fabriziogiudici
Modified: 2016-09-05 10:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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