简体   繁体   中英

Get Call-Hierarchy from Byte-Code (in Eclipse)

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.

我将使用类似jd-gui的工具来获取某些版本的源,并将其附加到库中,然后您应该能够在其上使用调用层次结构功能。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM