Bug 45207

Summary: Warning when implementing deprecated method
Product: [Eclipse Project] JDT Reporter: Eric Jain <eric.jain>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Eric Jain CLA 2003-10-20 08:52:16 EDT
If the flag "Usage of deprecated API" option is enabled, Eclipse will issue a 
warning when a deprected method from an interface is implemented. This is not 
very helpful, as all methods in an interface must be implemented in any case, 
deprecated or not. On the other hand, it is of course important to have any 
code *calling* this deprected method flagged.
Comment 1 Jerome Lanneluc CLA 2003-10-21 01:55:24 EDT
You should mark the implemented method as deprecated.

OK to close?
Comment 2 Eric Jain CLA 2003-10-21 03:26:27 EDT
Thanks, great solution, hadn't thought about that.