I am looking for a Eclipse plugin to automatically generate UML diagram from a existing java project.
I have tried some plugins, like ObjectAid. But it requires you to drag and drop each single class and then add relationship. Or some plugins can generate UML for packages.
I got lots of packages in my project. I hope there is a plugin which can directly generate the UML for the whole project.
解决方案
I've just downloaded the lastest version of ObjectAid.
You can drag and drop all the classes at the same time and you also get the dependencies: just check the Add Depencencies check box when creating the class diagram.