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 - Throw warning on source code that can't be Serialized
Summary: Throw warning on source code that can't be Serialized
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3.1
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-22 23:29 UTC by tmmls
Modified: 2015-10-02 16:27 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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