Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要分析一个大型 Java 项目(实际上是一个 Android 项目)。我想知道是否有一种方法可以在方法调用之间生成可视化的引用树。在 Eclipse 中,我可以看到具有“调用层次结构”功能 (Ctrl+Alt+H) 的方法之间的引用。有没有办法在整个项目上做它并将结果显示为图形图表,即树?
在 Eclipse 中,如果您右键单击包资源管理器中的任何方法,您可以选择 References -> Workspace 以查看对该方法的所有引用。