问题
So that's basically my question. I'm converting all methods ArrayLists to HashMaps in parameterized methods, but I don't want to convert all ArrayLists to HashMaps since there are a few that are used locally. This is more of a curiosity than anything, but it would be useful.
So, in Eclipse, is it possible to find all methods in project that take a certain parameter type?
回答1:
Press Ctrl+H or from menu bar Search - Search ..., then choose Java Search:

Then click Limit To - Match locations (x of 15 selected):

This should give what you want.
来源:https://stackoverflow.com/questions/11830720/in-eclipse-is-it-possible-to-find-all-methods-in-project-that-take-a-certain-pa