SONAR 中的传入耦合

发布于 2024-10-20 06:24:46 字数 263 浏览 2 评论 0原文

我想在给定的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我不在是我 2024-10-27 06:24:46

我建议在声纳中定义一个仅包含文件的过滤器。如果您定义包含此过滤器的仪表板,并且添加了此列,则可以简单地通过传入耦合对文件进行排序。
在此处输入图像描述

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.
enter image description here

以酷 2024-10-27 06:24:46

如果我明白您要查找的内容,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文