DeveloperLiberationFront / Program-Navigation-Plugin

2 stars 3 forks source link

Implement Call Hierarchy type search in plugin #14

Closed chbrown13 closed 8 years ago

chbrown13 commented 8 years ago

Any ideas on how to add this?

chbrown13 commented 8 years ago

http://stackoverflow.com/questions/13980726/using-search-engine-to-implement-call-hierarchy-getting-all-the-methods-that-in

chbrown13 commented 8 years ago

http://www.programcreek.com/2011/07/find-all-callers-of-a-method/

chbrown13 commented 8 years ago

http://alvinalexander.com/java/jwarehouse/eclipse/org.eclipse.jdt.ui/core-extension/org/eclipse/jdt/internal/corext/callhierarchy/CallHierarchy.java.shtml

chbrown13 commented 8 years ago

http://www.programcreek.com/2011/07/find-all-callers-of-a-method/