hi, i just want to know how the call hierarchy is implemented in eclipse IDE ?am not able to get any good links for that. Help
+1
A:
You can start looking, with a Plug-In Spy (Alt+Shift+F1) directly in the right View, the ViewPart which is involved:
You can see the sources of org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyViewPart
here
VonC
2010-04-21 05:52:49
thanks Von C it was really helpfull
Steven
2010-04-21 06:27:07