diagram - How to implement a Java light weight dependency analizer that generates a simple text raw listing? -


the output should show simple (or else still simple):

a depends on b, c , d   b depends on e , f   f depends on (warning: coupling problem!)   

the coupling detection warn isnt necessary initially.

i thought should load compiled classes , show inter dependencies? or done in other way?

it intended further parse/filter determine if our project has low coupling.

also, considering classes loaded on demand, therefore have run kind of junit tests application flows, surely not problem @ all.

why not use available application?
1) cant use intelijidea (too heavy).
2) have tried others eclipse plugins or external application didnt work, or usage , shown results quite confusing or incomplete!
3) other options not free


Comments