Bug 45207 - Warning when implementing deprecated method
Summary: Warning when implementing deprecated method
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M5   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-20 08:52 EDT by Eric Jain CLA
Modified: 2003-10-22 13:21 EDT (History)
0 users

See Also:


Attachments

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