Community
Participate
Working Groups
FUP of bug 325244 comment 6 The SearchEngine.search(...) APIs should *always* use the fastest way of searching, so that all clients get the fastest performance possible. For example - if the search is for *declarations* of method Worker.run(), it is much much faster to - use SearchEngine.searchAllTypeNames(..) to find all the 'Worker' classes - create a Java search scope - SearchEngine.createJavaSearchScope(..) - with these types - then do a method search - SearchEngine.search() - in this scope SearchEngine.searchAllTypeNames(..) should also be used for type, field and constructor declaration search.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.