当前是否有使用 Sonar 处理 Java 7 代码的解决方法?
我尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试手动构建 findbugs dev 并将其放入声纳中。这不是最简单的方法。
You could try to make findbugs dev build manually and put it into sonar. Not the easiest way.