Searching through *.class files in eclipse
Asked Answered
T

2

5

Is it possible to search for terms (such as method names) in .class files (from Referenced Libraries) in eclipse (I am able to view them automatically with JD Java Decompiler, so if I go through various class files I can find what I'm looking for visually or by searching each individual file). I've had a similar question about locating classes and was told to use ctrl + alt + h, which allows you to locate the class hierarchy of a given class in a .class file, but that method does not seem to allow one to find interfaces by name or constructs such as methods or variables.

Tiemannite answered 11/7, 2011 at 16:24 Comment(0)
L
8

Ctrl+H->Java Search->Search for Method, etc, etc

Lorusso answered 11/7, 2011 at 16:28 Comment(0)
T
1

Ctrl + H will bring up a Search/Find dialog. One of the tabs is Java which will let you specify what exactly you are looking for e.g. Class/MNethod etc.

Tripod answered 11/7, 2011 at 16:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.