Bug 163192 - [quick fix] 'Remove @Override' and 'create method in super type' don't appear with 6.0
Summary: [quick fix] 'Remove @Override' and 'create method in super type' don't appear...
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M4   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 162876 (view as bug list)
Depends on: 163194
Blocks:
  Show dependency tree
 
Reported: 2006-11-02 06:22 EST by Markus Keller CLA
Modified: 2006-11-10 12:19 EST (History)
0 users

See Also:


Attachments
Fix (1.27 KB, patch)
2006-11-02 14:20 EST, Markus Keller CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2006-11-02 06:22:27 EST
I20061102-0010

Quick fixes 'Remove @Override' and 'create method in super type' don't appear with 6.0.

public class Tst {
}
class Sub extends Tst {
	@Override
	void m() { }
}


The problem is that bug 141931 has changed the problem ID in 1.6 mode and the quick fixes have not been updated.
Comment 1 Markus Keller CLA 2006-11-02 06:57:05 EST
*** Bug 162876 has been marked as a duplicate of this bug. ***
Comment 2 Markus Keller CLA 2006-11-02 14:20:37 EST
Created attachment 53155 [details]
Fix
Comment 3 Martin Aeschlimann CLA 2006-11-10 12:19:54 EST
patch released > 20061110