Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Call hierarchy by Working Set for indirect calls
Call hierarchy by Working Set for indirect calls [message #257595] Mon, 24 November 2008 16:45
Eclipse UserFriend
HI

Is there a way to find all calls made to a method from a Working Set both
directly and indirectly ? By direct calls I mean method Mc directly
calling search method Ms. By indirect call I mean, Mc calls Mx which calls
My which ultimately calls Ms. I want to see all Mc instances in my Working
Set. (Motive: In my case Ms is a deprecated method; I want to see any
methods in my Working Set that ultimately ends up calling this deprecated
method).

I tried searching for any posts on this before but the closest I could
find is the following which isn't quite the same:
http://dev.eclipse.org/newslists/news.eclipse.tools.jdt/msg1 3233.html


TIA

/bala
Previous Topic:Custom Developed Editor only contains "ERROR" if used to open external file
Next Topic:Fixing "The jer container on the classpath is not a perfect match" yields no changes
Goto Forum:
  


Current Time: Tue Apr 22 16:45:06 EDT 2025

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

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

Back to the top