How to enquire which class(es) are currently using your class within Eclipse?
Using eclipse, is there a way to find which other classes are referencing your class of interest?
Re: How to enquire which class(es) are currently using your class within Eclipse?
If I remember it correctly, you can right-click on the class name and there there is a menu saying Open Call Hierarchy. This will show you which other classes are referencing your main class.
Re: How to enquire which class(es) are currently using your class within Eclipse?
Moved from New to Java
db