Bug 155804 - [quick fix] copy deprecation from overridden method
Summary: [quick fix] copy deprecation from overridden method
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-31 08:20 EDT by Ilja Preuss CLA
Modified: 2009-01-23 11:35 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ilja Preuss CLA 2006-08-31 08:20:36 EDT
For the error/warning "The method ... overrides a deprecated method from ..." (id 67109276), it would be nice if there were a quickfix available.

I see two options, which could even both be provided:

- "mark as deprecated" would simply mark the overriding method as being deprecated, too.

- "copy deprecation from overridden method" would additionally copy the deprecation comment from the javadoc of the overridden method.