Bug 155804

Summary: [quick fix] copy deprecation from overridden method
Product: [Eclipse Project] JDT Reporter: Ilja Preuss <preuss>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.