Bug 81905 - [assist] Add write/readObject() to code completion in class type implementing Serializabe
Summary: [assist] Add write/readObject() to code completion in class type implementing...
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-25 03:29 EST by Christian Ullenboom CLA
Modified: 2007-02-05 11:37 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Ullenboom CLA 2004-12-25 03:29:59 EST
When pressing Strg+Space inside a class there is a list of all methods from 
superclasses and interfaces I can overwrite. When the class implements 
java.io.Serializable it's nice to have the two private methods readObject() 
and writeObject() added to the list.
Comment 1 Dani Megert CLA 2004-12-29 04:02:26 EST
You can get them if you uncheck to filter the proposals (see Java editor's Code
Assist preference page).
Comment 2 Genady Beryozkin CLA 2007-02-05 10:38:05 EST
Daniel, I've cleared all filters but it doesn't work for me (3.2).
Comment 3 Dani Megert CLA 2007-02-05 11:09:19 EST
Misread the initial comment: the methods would have to be added/provided in the first place since they do not exist in the interface.