Search Java for methods would also get me the large number of hits, even if it was pared down to just Declarations. :)
Heck, if I had an additive filter, I could just say "Filter for all .java files within these packages, now show just all methods starting with test*, and oh, by the way, give me just the declarations." by building up two simple ones. Badabing, badaboom, I've got precisely the information I was looking for.
no subject
Heck, if I had an additive filter, I could just say "Filter for all .java files within these packages, now show just all methods starting with test*, and oh, by the way, give me just the declarations." by building up two simple ones. Badabing, badaboom, I've got precisely the information I was looking for.