Bug 86234

Summary: [quick fix] overriding method does not declare @Override
Product: [Eclipse Project] JDT Reporter: Andreas Schildbach <andreas>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: dirk_baeumer, erich_gamma
Version: 3.1   
Target Milestone: 3.1 M7   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on: 84562    
Bug Blocks:    

Description Andreas Schildbach CLA 2005-02-23 03:24:09 EST
In order to enforce the usage of the new @Override annotation, it would be
useful to implement:

- a compiler warning/error (configurable), if an overriding method does not
declare @Override

- a quickfix that adds @Override to the methods annotation
Comment 1 Philipe Mulet CLA 2005-02-23 07:36:17 EST
Moving to JDT/UI for quickfix side.
Compiler side is already covered by bug 84562.
Comment 2 Martin Aeschlimann CLA 2005-03-14 13:52:33 EST
*** Bug 86466 has been marked as a duplicate of this bug. ***
Comment 3 Martin Aeschlimann CLA 2005-05-04 02:37:32 EDT
*** Bug 93497 has been marked as a duplicate of this bug. ***
Comment 4 Martin Aeschlimann CLA 2005-05-04 10:26:43 EDT
quick fix added > 20050504