Bug 40610

Summary: implementation of deprecated method marked as a problem
Product: [Eclipse Project] JDT Reporter: Luc Bourlier <eclipse>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M3   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Luc Bourlier CLA 2003-07-22 13:22:59 EDT
When I set the compiler option "Usuage of deprecated API", the compiler report a
problem on org.eclipse.debug.internal.core.LaunchConfigurationType#getDelegate()
: "The method LaunchConfigurationType.getDelegate() overrides a deprecated
method from ILaunchConfigurationType".

I see two problems :
1- getDelegate() doesn't override a method from ILaunchConfigurationType, but
implement it.
2- No problem should be reported, there is no other choice than implement the
method, it's part of the interface ILaunchConfigurationType.
Comment 1 Philipe Mulet CLA 2003-07-23 09:48:57 EDT
If you tag it itself as deprecated, then the warning will go away.

Ok to close?
Comment 2 Philipe Mulet CLA 2003-07-24 05:53:53 EDT
Closing