Bug 94352 - serialVersionUID QuickFix does not appear in abstract classes
Summary: serialVersionUID QuickFix does not appear in abstract classes
Status: VERIFIED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.1 RC1   Edit
Assignee: Tobias Widmer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-10 10:53 EDT by Sascha Ebert CLA
Modified: 2005-05-30 10:13 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha Ebert CLA 2005-05-10 10:53:49 EDT
Try to use the serialVersionUID QuickFix in the following class...

import java.io.Serializable;
public abstract class Test2 implements Serializable {
}

...The QuickFix will only appear if you remove the keyword "abstract".
(Eclipse 3.1 M6)
Comment 1 Tobias Widmer CLA 2005-05-18 10:08:46 EDT
M7: Compiler never issues a problem for this case, and justifiably so
Comment 2 Dirk Baeumer CLA 2005-05-30 10:11:08 EDT
start verifying...
Comment 3 Dirk Baeumer CLA 2005-05-30 10:13:39 EDT
Verified that compiler doesn't flag this as a problem anymore.