Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 56350 - Need of "References exact"
Summary: Need of "References exact"
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-26 09:46 EST by Kaiping FANG CLA
Modified: 2009-08-30 02:12 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kaiping FANG CLA 2004-03-26 09:46:00 EST
Hi

I need one function "References exact" pour methods because i want to delete 
the "toString()" for a type String in my java programs.

If i use the function "Reference" of M7 for the method "toString()" of class 
String, the answer isn't exact because M7 search all of references of the 
method "toString()" of Object instead of String.

By example,

public test(String aVar) {

//before rewriting
System.out.println("The ansxer is " + aVar.toString()); 

//after rewriting with more safe beacaue aVar is perhaps null
System.out.println("The ansxer is " + aVar.toString()); 
}
Comment 1 Philipe Mulet CLA 2004-05-10 05:38:46 EDT
Will reconsider post 3.0
Comment 2 Denis Roy CLA 2009-08-30 02:12:34 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.