在Eclipse项目中查找方法调用 [英] Find methods calls in Eclipse project

查看:123
本文介绍了在Eclipse项目中查找方法调用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个X类包含方法myMethod()。我想在目前正在调用myMethod()的工作区中的所有项目中找到位置。我不能使用任何搜索功能,因为有几个类与myMethod(),它不是静态的。因此,我需要知道这个类的对象的名称,这是不可能的,而不用手动浏览项目。



Eclipse是否有解决方案? p>

解决方案

转到X.java中的方法,然后从上下文菜单中选择Open Call Hierarchy。


I have a class X containing method myMethod(). I would like to find locations in all projects in my current workspace where this myMethod() is being called. I cannot use any search functions as there are several classes with myMethod(), and it isn't static. Hence I need to know the name of the objects of this class, which isn't possible without manually exploring the projects.

Does Eclipse have a solution for this?

解决方案

Go to the method in X.java, and select Open Call Hierarchy from the context menu.

这篇关于在Eclipse项目中查找方法调用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆