Eclipse 编译器错误/警告首选项

发布于 2024-12-10 05:04:16 字数 142 浏览 0 评论 0原文

我一直想知道是否存在诸如最佳编译器错误/警告配置之类的东西来“强制”您的代码不易出现错误。 我知道很多人根据自己的需要调整这些配置。但是,必须有一套“完整”的首选项,就像 Linux 中的 VIM 编辑器一样。

有谁知道一套好的偏好或在哪里可以找到一套?

I've been wondering if there is such a thing as an optimal compiler error/warning configuration to "force" your code to be less bug prone.
I know many people tweak those configurations for their needs. But, there has to be a "complete" set of preferences like the one for VIM editor in Linux.

Does anyone know a good set of preferences or where to find one?

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

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

发布评论

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

评论(1

善良天后 2024-12-17 05:04:16

有很多 Eclipse 插件可以检查您的代码。我不知道你用什么语言开发,但对于 Java,这里有一些我知道的插件:

  1. PMD -综合清单,可以根据您认为重要或不重要的内容进行配置
  2. FindBugs - 与上面类似,我个人发现PMD 涵盖更多内容

我不知道推荐的偏好设置,如果这就是您正在寻找的,我想您可以忽略这个答案。

There are quite a few Eclipse plugins that check your code. I don't know what language you develop in but for Java here are a few plugins I know of:

  1. PMD - Comprehensive checklist that can be configured based on what you think is important or not
  2. FindBugs - Similar to above, personally I found PMD to cover a lot more

I don't know of a recommended set of preferences, if that's what you are looking for I guess you can ignore this answer.

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