简体   繁体   中英

How to get dependencies of classes, voids, etc from java source code?

is there some way how to get all dependencies of java objects of my custom application? By Dependency I mean inheritance or that some void is calling another void. Or when some code in one "capsule" needs another "capsule"(Class, void etc.) in constructor.

Example output: ClassA depends ClassB.voidA; ClassA.voidA is dependent ClassC.voidB

etc. I am using netBeans platform.

Thank you for replies.

Try looking at http://www.dependency-analyzer.org/ . Based on the sample screenshot I think this is what you need.

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