Bug 86234 - [quick fix] overriding method does not declare @Override
Summary: [quick fix] overriding method does not declare @Override
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 86466 93497 (view as bug list)
Depends on: 84562
Blocks:
  Show dependency tree
 
Reported: 2005-02-23 03:24 EST by Andreas Schildbach CLA
Modified: 2005-05-04 10:26 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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