Hi,
Is there any tool that can help me generate a complete reference tree for any element in
Java? What I mean by that is as follows:
Lets say there is a variable myVariable in class MyClass. I want to get a list of all the functions that reference myVariable (both in Java code and
JSP code). And to do it recursively until I get, for example, a
Servlet method that initiates the chain of events leading up to myVariable being referenced.
Thanks,
Sharad
[ November 20, 2006: Message edited by: Sharad Agarwal ]