In Eclipse, is there a way to generate some kind of “project map” or flowchart that shows what classes are referenced and where within the workspace?
In other words, is there a way to visually represent the call hierarchy of a workspace or project?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For any given method, you can right-click, “Open Call Hierarchy” and look upward or downward.
For any given method or class, you can right-click, “References”.
There’s nothing to show a full graph of references. In many/most cases, this would be too cluttered to be useful, IMHO.
For plugins, see earlier post.