In Eclipse, is there a w开发者_运维问答ay 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?
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.
精彩评论