我无法使用 Eclipse 重构删除方法?

发布于 2024-10-12 01:16:03 字数 116 浏览 2 评论 0原文

我有一个我想删除的方法。该方法被 n 个类调用。我想使用重构删除此方法,并让 Eclipse 删除对此方法的所有调用,而不是在每个文件中进行清理。我无法从重构中找到直接的方法来做到这一点(我正在使用 ganymede)

I have a method which I want to delete. This method is being called from n number of classes. I want to delete this method using refactoring and also make eclipse delete all calls to this method rather than go and clean up in each file. I could not find a straight way to do this from refactor (I am using ganymede)

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

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

发布评论

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

评论(2

甜妞爱困 2024-10-19 01:16:03
  1. 删除方法体
  2. 然后选择方法
  3. Refactor ->内联
  1. Delete the method body
  2. Then select the method
  3. Refactor -> Inline
橘虞初梦 2024-10-19 01:16:03

我认为这不能通过重构来完成。不过,您可以使用正则表达式进行搜索和替换。

CTRL-H 打开搜索替换对话框

I don't think it can be done through refactoring. You can do a Search and replace using regex though.

CTRL-H to bring up the search replace dialog

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