我无法使用 Eclipse 重构删除方法?
我有一个我想删除的方法。该方法被 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Refactor ->内联
Refactor -> Inline
我认为这不能通过重构来完成。不过,您可以使用正则表达式进行搜索和替换。
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