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 240851

Summary: Throw warning on source code that can't be Serialized
Product: java Reporter: tmmls
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: phejl, sdedic
Priority: P3    
Version: 7.3.1   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description tmmls 2014-01-22 23:29:07 UTC
Hi,

It would be an improvement if Netbeans would indicate what code parts could be raising problems on classes which have java.io.Serializable implemented.

It would be great if Netbeans could provide some sort of class syntax validation
on serialization rules described here: http://download.oracle.com/otn_hosted_doc/jdeveloper/1012/web_services/ws_r_mappingxmltypestojava.html ...

Are getters and setters defined correctly? Are all used variable types supported? ect...

Thanx
Comment 1 Svata Dedic 2015-10-02 16:27:08 UTC
Petre, maybe this fits better in your area ?