我的 Java 项目有自动指标收集器吗?

发布于 2024-09-29 03:33:13 字数 174 浏览 4 评论 0原文

我正在尝试在持续集成的每个周期中收集 Java 项目中的软件代码指标。我主要对与大小相关的指标感兴趣,例如类的数量、方法的数量、功能点、代码行数等。我希望在某个 XML 文件中获得包含这些指标的摘要报告。稍后我会在项目报告中使用它,或者以其他方式使用它。

是否有任何免费的开源工具可以与 Maven 集成以实现此目的?

I'm trying to collect software code metrics in my Java project on every cycle of continuous integration. I'm interested mostly in size-related metrics like number of classes, number of methods, function points, lines of code, etc. I would like to get a summary report with these metrics in some XML file. Later I will use it in project report, or somehow else.

Is there any free open-source tool which I can integrate with Maven for this purpose?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

葬花如无物 2024-10-06 03:33:13

一个不错的选择是声纳

它的主要目的是管理技术债务,因此它做了很多你不需要的事情,但它提供了非常好的指标。

您可以将其与 Hudson 或您正在使用的任何其他持续集成系统集成。

One good option is Sonar.

Its primary purpose is to manage technical debt, so it does a lot of things you don't need, but it provides really good metrics.

You can integrate it with Hudson or whatever other continuous integration system you are using.

看海 2024-10-06 03:33:13

查看 javancss-maven-plugin

JavaNCSS 是 Java 的源测量套件,可生成数量和数据。 Java 源代码的复杂性指标。

此插件提供了在 Maven 2 项目源上运行 JavaNCSS 工具并生成 html 报告的功能。或者,只要其中一个指标超出固定限制,您就可以使构建失败。

Take a look at the javancss-maven-plugin.

JavaNCSS is a source measurement suite for Java which produces quantity & complexity metrics for your java source code.

This plugin provides the capability to run the JavaNCSS tool on your Maven 2 project sources and produce an html report. Optionally you can fail the build whenever one of the metrics goes beyond a fixed limit.

墨小沫ゞ 2024-10-06 03:33:13

我将添加 XRadar,它提供与 Sonar 类似的功能。

I'll throw in XRadar which provides similar functionality to Sonar.

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