I needed a quick and dirty way to see the class hierarchy and interface implementation of about 40 to 50 classes / interfaces in a small Java program. I didn’t need proper UML analysis / format or anything fancy.
So a quick Python script + Graphviz did the job.
Quick And Dirty Java Analysis
by
Tags: