Skip to main content



      Home
Home » Newcomers » Newcomers » Finding class declarations in workspace
Finding class declarations in workspace [message #766881] Fri, 16 December 2011 10:40 Go to next message
Eclipse UserFriend
Hi guys,

How would I find where a class has been called in a workspace? That is, I want to find every instance of its declaration.

Any help is greatly appreciated!
Re: Finding class declarations in workspace [message #766906 is a reply to message #766881] Fri, 16 December 2011 11:15 Go to previous messageGo to next message
Eclipse UserFriend
On 16-Dec-11 08:41, Sal! wrote:
> Hi guys,
>
> How would I find where a class has been called in a workspace? That is,
> I want to find every instance of its declaration.
>
> Any help is greatly appreciated!

You mean, perhaps, every instance of its use?

Select the classname (probably an instance of its use in a file before
your eyes), type ctrl-H, click Java Search (the class and its package
should already appear in the search string), click Search and see what's
found in the Search view.
Re: Finding class declarations in workspace [message #766985 is a reply to message #766906] Fri, 16 December 2011 14:49 Go to previous message
Eclipse UserFriend
Select the class (actually put the cursor anywhere in the class) and hit Ctrl-G. This provides Declarations in the workspace.
Previous Topic:Is there an on-exit hook?
Next Topic:Advanced (Unorthodox?) Formatting in Eclipse
Goto Forum:
  


Current Time: Tue Jul 22 15:26:05 EDT 2025

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

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

Back to the top