Bug 71754 - Ctrl-1 on "extends SomeInterface" does not suggest changing to "implements SomeInterface" [quick fix]
Summary: Ctrl-1 on "extends SomeInterface" does not suggest changing to "implements So...
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M2   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-11 04:11 EDT by Thorbjørn Ravn Andersen CLA
Modified: 2004-09-03 12:14 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 Thorbjørn Ravn Andersen CLA 2004-08-11 04:11:47 EDT
I created a local class, where I used "extends PropertyChangeListener" which is
an interface, so the proper syntax is "implements PropertyChangeListener".

The compiler catches that PropertyChangeListener is not a class, but Ctrl-1 only
suggsts "Rename in file".
Comment 1 Dirk Baeumer CLA 2004-08-12 05:47:48 EDT
Fair request.
Comment 2 Martin Aeschlimann CLA 2004-09-03 12:14:25 EDT
added > 20040903