views:

56

answers:

0

I am trying to figure out the way to analyze dependency condition of java projects. Is there any API/tool that can help find out the dependency in the source?

I know that dependency can be easily analyzed in a project's binary format, by using tools like "DependencyFinder". However, I don't know if there is any tool to do it in its source format.