Bug 202000

Summary: serialVersionId notification when changing class signature
Product: [Eclipse Project] JDT Reporter: Q Beukes <eclipse_org>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert
Version: 3.4   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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.