| 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: | UI | Assignee: | 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: |
|
||||||
*** Bug 162876 has been marked as a duplicate of this bug. *** Created attachment 53155 [details]
Fix
patch released > 20061110 |
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.