Bug 145641 - [quick fix] Add unimplemented methods not available any more
Summary: [quick fix] Add unimplemented methods not available any more
Status: CLOSED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2006-06-06 17:05 EDT by Vijay Aravamudhan CLA
Modified: 2009-08-30 02:08 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 Vijay Aravamudhan CLA 2006-06-06 17:05:15 EDT
hi,
I'm running 3.2 RC7. If I create a new interface and then create an empty class after which I manually add the "implements XYZ" interface line, I see the red squiggly lines denoting a compilation error since the interface methods have not yet been implemented. But, then, when I place the cursor on the class name, and press "Ctrl + 1" - I no longer see the quick fix which used to say "Add unimplemented methods".
Comment 1 Philipe Mulet CLA 2006-06-07 05:55:43 EDT
moved to UI
Comment 2 Martin Aeschlimann CLA 2006-06-07 06:20:47 EDT
Anything in the .log file?

This seems to work for me (we also have tests for this quick fix). Do you have a reproducable example?

---
package pack;

public class A implements Inter {
	
}
interface Inter {
	public void add();
}
Comment 3 Vijay Aravamudhan CLA 2006-06-07 10:28:29 EDT
I tried this again - and now it seems to work. thanks
Comment 4 Vijay Aravamudhan CLA 2008-01-09 16:56:05 EST
Closing
Comment 5 Denis Roy CLA 2009-08-30 02:08:14 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.