日食 + JAVA:检查哪些数据成员可以成为最终的

发布于 2024-10-22 12:20:15 字数 47 浏览 1 评论 0原文

Eclipse 中有没有办法获取未声明为最终但可以声明为最终的类数据成员的列表?

Is there a way in Eclipse to get a list of class data members that are not declared as final but can be declared as such?

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

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

发布评论

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

评论(3

巷雨优美回忆 2024-10-29 12:20:15

有一个可配置的“清理”功能,可以为您完成所有工作

There is a configurable "clean up" function, that will do all the work for you

手心的海 2024-10-29 12:20:15

为此,您可以使用 Eclipse 的 checkstyle 插件。

http://eclipse-cs.sourceforge.net/screen_shots.html

You could use the checkstyle plugin for Eclipse for this.

http://eclipse-cs.sourceforge.net/screen_shots.html

爱的故事 2024-10-29 12:20:15

您可以使用 Findbugs eclipse 插件,它会给您一份包含代码中所有明显问题的报告。它还包括可以标记为最终的变量列表。

如果您愿意,可以修改 findbugs 以将其显示为报告的一部分。

Findbugs 站点

Findbugs Eclipse 插件

You can use the Findbugs eclipse plugin which will give you a report with all the obvious issues in your code. It also includes a list of variables which can be marked as final.

If you want you can modify findbugs to just display this as part of your report.

Findbugs site

Findbugs eclipse plugin

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