call-hierarchy

Filter Eclipse's "Open Call Hierarchy" to just my company/project

One of my favorite features of Eclipse is the ability to open a caller/callee hierarchy of a method. By default, the view shows calls to/from classes that are outside of my codebase... which I don't usually care about. There is an option to filter out specific package names I don't want, but I need to do the opposite... to filter out a...