Bug 163192

Summary: [quick fix] 'Remove @Override' and 'create method in super type' don't appear with 6.0
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: 3.3 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 163194    
Bug Blocks:    
Attachments:
Description Flags
Fix none

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