Bug 329763 - [call hierarchy] The "Open Call Hierarchy"'s "Filter Calls" should allow to filter types in or out.
Summary: [call hierarchy] The "Open Call Hierarchy"'s "Filter Calls" should allow to f...
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows Vista
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui, usability
Depends on:
Blocks:
 
Reported: 2010-11-09 06:35 EST by Jean-Noel Rouvignac CLA
Modified: 2010-11-29 09:48 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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