Bug 43046 - Code Assist should suggest methods to be implemented
Summary: Code Assist should suggest methods to be implemented
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.0 M4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-12 15:04 EDT by Ron Bodkin CLA
Modified: 2003-09-15 06:37 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 Ron Bodkin CLA 2003-09-12 15:04:58 EDT
If a class is implementing an interface, then all the methods of that 
interface should be available for code assist, even before they have been 
defined.

E.g.,

interface Loggable {
    public Log getLog();
}

then entering:
class Fooz implements Loggable {
    Fooz() {
        get...

Code assist should suggest getLog() here!
Comment 1 Ron Bodkin CLA 2003-09-12 16:05:29 EDT
One use case where this would be quite helpful is in using interface methods 
in an abstract classes that doesn't implement (all) the interface's methods.
Comment 2 Philipe Mulet CLA 2003-09-15 06:37:11 EDT
This was resolved a while ago in 3.0 stream.