I have the Java byte-code from an external library (and only the byte-code!). There is no source available. Some classes of this library have public or package-local fields. How can I find out were this fields are used? The same question for public methods.
Asked
Active
Viewed 468 times
0
-
1have a look at this SO question: http://stackoverflow.com/questions/272535/how-do-i-decompile-java-class-files – Yoni H Oct 17 '11 at 12:59