SONAR 中的传入耦合
我想在给定的 Java 项目中找到具有最高传入耦合的类。
SONAR 中可以使用该指标
- 我知道当您从仪表板向下钻取到某个类时,或者
- 当您在组件视图中逐个包向下钻取时,
。 在 SONAR 中查找此信息的最快方法是什么?
I want to find in a given Java project, the classes with the highest afferent coupling.
I know that the metric is available in SONAR when you
- drill down to a class from the dashboard, or
- when you drill down package by package in the components view.
What's the quickest way to find this information within SONAR?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议在声纳中定义一个仅包含文件的过滤器。如果您定义包含此过滤器的仪表板,并且添加了此列,则可以简单地通过传入耦合对文件进行排序。
I'd suggest to define a filter in Sonar which only includes files. If you define a dashboard which contains this filter you can simply order the files by afferent couplings if you've added this column.
如果我明白您要查找的内容,Sonar 会在给定项目的仪表板上提供指向Package Tangle 指标的链接。
If I understand what you're looking for, Sonar provides a link to the Package Tangle metric on the dashboard of a given project.