需要一个用于intelliJ和Eclipse的Java代码分析工具

发布于 2024-11-06 20:48:46 字数 56 浏览 2 评论 0原文

有没有人有过使用具有适用于 eclipse 和 intelliJ 的工作插件的代码分析工具的经验?

Does anyone has an experience with a code analysis tool that has a working plugin for both eclipse and intelliJ?

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

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

发布评论

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

评论(2

黑寡妇 2024-11-13 20:48:46

FindBugs 和 CheckStyle 都可以很好地与 intelliJ 10 和 eclipse 配合使用。您可能需要修改 JVM 设置才能使插件正常工作。

但它有效。

Both FindBugs and CheckStyle work well with intelliJ 10 and eclipse. you may have to modify the JVM setting for the plugins to work.

but it works.

甜心 2024-11-13 20:48:46

你也尝试过PMD吗? http://pmd.sourceforge.net/integrations.html

我是 intelliJ 用户,但是它适用于 Eclipse。与 CheckStyle 相比,我更喜欢 FindBugs/PMD。老实说,我也使用 intelliJ(9 版本)内置的检查工具。您会发现之前的线程非常有用 Checkstyle vs. PMD

找到了这个插件(多个集成,包括 PMD/今天早上 intelliJ 的 FindBugs)(尚未尝试),但这里是链接 http:// plugins.intellij.net/plugin/?idea&id=4596

have you also tried PMD? http://pmd.sourceforge.net/integrations.html

I'm an intelliJ user but it works for Eclipse. I would prefer FindBugs/PMD to CheckStyle. To be honest I use intelliJ's (9 version) built in Inspection tool as well. You will find this previous thread in SO useful Checkstyle vs. PMD

Found this plugin (multiple integration including PMD/FindBugs) for intelliJ this morning (yet to try) but here's the link http://plugins.intellij.net/plugin/?idea&id=4596

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