开发者

Generate a map/chart of a project in Eclipse

开发者 https://www.devze.com 2023-03-28 20:52 出处:网络
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 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消