Is there any way to remove binary references from "call hierarchy" (Ctrl-Alt-H) ?
Our project setup is such that for many members we have duplicated references (one reference from source file and one from the jar file with class compiled from that source file). The navigation is inconvenient and I wondering if any ways to fix that is available.
views:
58answers:
1
A:
Call hierarchy can be limited in scope to a working set. You just need to set one up to exclude all your libraries.
If you click on the white down arrow in the top right of the Call Hierarchy window a popup menu will appear. Choose Search Scope/Working set and then select or set up the working set you want. A working set can include a source folder or a jar. Once set up your working sets will appear at the bottom of the Search Scope menu so you can access them quickly in future.
banjollity
2009-08-04 09:38:20
I can move our projects with created jars to new working set, but some of these projects also contains their own code and references from that code will be unavailable, right?
Dmitriy Matveev
2009-08-04 09:52:50
Just add the source folder and leave the jars out. That should do it.
banjollity
2009-08-04 11:19:54