Bug 202000 - serialVersionId notification when changing class signature
Summary: serialVersionId notification when changing class signature
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-02 05:58 EDT by Q Beukes CLA
Modified: 2007-09-03 03:19 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Q Beukes CLA 2007-09-02 05:58:40 EDT
When you have a class that implements Serializable Eclipse tells gives you the option to add the static field "serialVersionId", or to generate it for you.

What would be really useful is if eclipse can also track when you change your class signature, so to warn you that the signature is possibly useless and that you should change it or generate it again.