是否可以分析Intellij Idea Ultimate中的方法级别依赖性?
是否可以在Intellij Idea Ultimate 2022中分析方法级依赖关系?
我想分析类中的方法如何相互关系。根据代码,我正在寻求像DSM矩阵这样的功能 - >分析代码 - >依赖关系矩阵工具,但条目是所选类中的方法。这是模块级视图的屏幕截图:
我想要的是类似的方法,其方法与行。有什么方法可以在Intellij Idea 2022中促进这种类型的分析?
Is it possible to analyze method-level dependencies in IntelliJ Idea Ultimate 2022?
I want to analyze how methods in a class relate to each other. I am seeking functionality like the DSM matrix, as per the Code -> Analyze Code -> Dependency Matrix tool, but with the entries being methods in a selected class. Here is a screenshot of a module-level view:
What I want is something similar that has methods as rows. Is there a way I can facilitate this type of analysis in IntelliJ Idea 2022?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅似乎可以涵盖您的案件的方法调用层次结构工具: https://www.jetbrains.com/help/idea/viewing-sonstructure-and-hierarchy-and-hierarchy-of-the-source-code-code.html
Please see the Method Call Hierarchy tool that seems to party cover your case: https://www.jetbrains.com/help/idea/viewing-structure-and-hierarchy-of-the-source-code.html