在 Eclipse 中,如何查找已定义但未在应用程序中的任何位置使用/调用的方法?

发布于 2024-09-30 08:48:48 字数 75 浏览 9 评论 0原文

我担心我的应用程序中的某些类具有已定义但未在应用程序中的任何位置调用的方法。

在Eclipse中有没有办法找到这些方法?

I am concerned that some of the classes in my app have methods that are defined but not called anywhere in the app.

In Eclipse is there a way to find these methods?

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

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

发布评论

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

评论(3

凉墨 2024-10-07 08:48:48

您可以使用 Findbugs 来实现此目的,但还有一个专门用于此目的的插件:UCDetector

You can use Findbugs for this, but there's also a plugin dedicated to this: UCDetector.

狼性发作 2024-10-07 08:48:48

查找单个方法的用法的最快方法是突出显示该方法,右键单击并转到“参考”,从那里您可以选择搜索位置,例如工作区、项目等。

显然这不是查找的好方法项目中的所有方法都没有被使用,但如果您只是查看一种看起来奇怪的方法,而您无法弄清楚为什么需要,那么它可能值得使用。

The quickest way to find usages of a single method would be to highlight the method, right click and go to "References", from there you can choose search location like workspace, project etc.

Obviously this wouldn't be a good way to find ALL the methods in the project that aren't being used, but it might be worth using if you just looking at one odd looking method that you can't figure out why you need.

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