I am currently working in java projects. And I am handling many projects at a time. I use eclipse IDE
for programming these applications which involves spring, hibernate, flex technologies. Every time i work in a new project i would have to take some time analyzing the code flow(which is a tedious and time consuming task). Is there a tool which just creates a doc or flow diagram stating its cohesion and coupling(simply its architecture) when we check out and configure the code base from a repo
to our local system?
Your thoughts will be helpful.
Advertisement
Answer
You may want to try out the TPTP profiler in eclipse. If you start your app in the profiling mode and use it for a while, the profiler plugin will draw for you the interactions between classes which have taken place while you were using the app.