当前是否有使用 Sonar 处理 Java 7 代码的解决方法?

发布于 2024-11-29 02:53:40 字数 308 浏览 3 评论 0原文

我尝试在 Java 7 项目(依赖于新的语法功能)上使用 Sonar,但 PMD 部分和 Checkstyle 部分无法解析这些文件。

Findbugs 部分无法读取 Java 7 类文件。

这导致 Sonar 只考虑我的 10% 的类。

有解决方法吗?

编辑:Java 7 兼容性存在问题
请为此问题投票,以便尽快修复。

I try to use Sonar on a Java 7 project (which relies on new syntactic features) and the PMD part and the Checkstyle part fail to parse those files.

The Findbugs part fails to read Java 7 class files.

This causes Sonar to consider only 10% of my classes.

Can there be a workaround for this?

EDIT: There is an issue for Java 7 compatibility.
Please vote for this issue, so it will be fixed soon.

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

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

发布评论

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

评论(1

手心的温暖 2024-12-06 02:53:40

您可以尝试手动构建 findbugs dev 并将其放入声纳中。这不是最简单的方法。

svn checkout http://findbugs.googlecode.com/svn/trunk/findbugs

You could try to make findbugs dev build manually and put it into sonar. Not the easiest way.

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