Bug 329763

Summary: [call hierarchy] The "Open Call Hierarchy"'s "Filter Calls" should allow to filter types in or out.
Product: [Eclipse Project] JDT Reporter: Jean-Noel Rouvignac <djanoiup>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: djanoiup, markus.kell.r
Version: 3.7Keywords: ui, usability
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Jean-Noel Rouvignac CLA 2010-11-09 06:35:40 EST
Build Identifier: 20100617-1415

Related to Bug 329761 .

I have the following use case: I am looking for a particular call to org.apache.commons.collections.Predicate.evaluate() for which I only remember
part of the class name where a call to this method exists. Since Predicate.evaluate() is very generic, the number of results returned is very big.

I would like to be able to use my knowledge of the name to only keep in the
view (filter in) the call site whose class name matches this name
fragment. Currently, it is only possible to remove from the view (filter out)
the call sites whose class name do not match.


Reproducible: Always