Bug 50806 - search for a method by signature
Summary: search for a method by signature
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.0 M7   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-28 16:54 EST by Lee Breisacher CLA
Modified: 2004-01-28 20:15 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lee Breisacher CLA 2004-01-28 16:54:12 EST
It would be nice if we could search for any method that matches a particular 
signature. For example, I want to find a method that takes two String[] 
objects and returns a String[] object.
Comment 1 Philipe Mulet CLA 2004-01-28 19:22:55 EST
Open search dialog, select method and declaration.
In input field, enter "*(String[], String[]) String[]", it should do the trick 
and will find any method with such arguments and return type.

Comment 2 Lee Breisacher CLA 2004-01-28 20:15:07 EST
Very nice! Eclipse has so many "hidden" features like this - I love it. Thanks!