需要一个用于intelliJ和Eclipse的Java代码分析工具
有没有人有过使用具有适用于 eclipse 和 intelliJ 的工作插件的代码分析工具的经验?
Does anyone has an experience with a code analysis tool that has a working plugin for both eclipse and intelliJ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
你也尝试过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