0

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.

2
  • What do you mean by "dependencies"? Does a method A "depend" on method B for its execution if A calls B? Or does a method A "depend" on a method with the same name in a parent class? Commented Mar 21, 2012 at 12:13
  • I updated question so I hope that help to understand Commented Mar 21, 2012 at 12:18

1 Answer 1

2

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.