eclipse: text search including attached sources



I'm trying to figure out how to have eclipse search through all of the
source code available in my project, including attached sources. This
is a simple text search not eclipse's smart java search.

To provide some context, I have a numerical constant that I'd like to
find throughout the code (including attached JARs). I tried to find
references, but eclipse warned me that it wouldn't be able to find the
references in the JARs because, essentially, the bytecode doesn't store
the variable name.

I resorted to performing just a simple search for the constant name,
but I couldn't get eclipse to search attached sources.

Suggestions?

Thanks.

.



Relevant Pages