简体   繁体   中英

IntelliJ call hierarchy with dependencies

In IntelliJ, it is possible to decompile single class from a dependency jar and see that there is a function call to our prod class. But this is not useful for finding all calls to the method.

There is an option to include dependencies in call hierarchy feature (Ctrl+Alt+H), but seems like it doesn't work for a specific case.

To use this functionality of searching dependencies, should source code of dependency be available? Does this mean that IntelliJ can index only dependencies with source code?

Thanks

Seems that I met the same puzzle like you did, I click the notice upper under the tag "download the source" and it makes. I can use "open call hierarchy" function to see the function hierarchy in source code.

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