Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » What's the implementation for Eclipse References in Workspace?
What's the implementation for Eclipse References in Workspace? [message #629124] Mon, 27 September 2010 10:03 Go to next message
alex  is currently offline alex Friend
Messages: 6
Registered: September 2010
Junior Member
Hi all,

The References in WorkSpace(Ctrl + Shif + G) in Eclipse is very useful for us. Now I need to write a java code to implement such a function. e.g. find all the references to the "trim" method of java.lang.String in my local code base. The return result may be like: the referred class and method name.

I just wonder how to implement this function? Does Eclipse provides such a jar for that or any other open source?

thanks in advance.
Alex
Re: What's the implementation for Eclipse References in Workspace? [message #629202 is a reply to message #629124] Mon, 27 September 2010 12:36 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
alex wrote:
> Hi all,
>
> The References in WorkSpace(Ctrl + Shif + G) in Eclipse is very useful
> for us. Now I need to write a java code to implement such a function.
> e.g. find all the references to the "trim" method of java.lang.String
> in my local code base. The return result may be like: the referred
> class and method name.
>
> I just wonder how to implement this function? Does Eclipse provides
> such a jar for that or any other open source?
Take a look at the JDT Plug-in Developer Guide in the help.

Dani
>
> thanks in advance.
> Alex
Previous Topic:Mac user: Which package/version to download please?
Next Topic:How to use samples
Goto Forum:
  


Current Time: Wed Apr 24 16:17:51 GMT 2024

Powered by FUDForum. Page generated in 0.06624 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top