I have a Java Maven project in Eclipse so all the Maven artifact jar files are listed in the "Maven Dependencies" package (folder?) in the Project Explorer. I would like to do a simple text search inside the *.class
files inside the jars the same way I do a file containing text search. I can't use *.class
directly in File name patterns field in Eclipse File search and if I use *.jar
that will return binary results.
Was actually a bit surprised not to find answer to this so maybe I am missing something?