I am looking for a good plugin for eclipse to read my Android classes and generate the UML开发者_如何转开发 of my android classes, with the classes diagram, the associations, inheritances. etc.
any ideas?
I'd suggest removing the Android tag, and adding a Java one - this question is really about geenrating UML for Java - Android vs J2xE is an implementation detail.
On that theme, there's a good discussion on tools in this thread How to generate UML diagrams (especially sequence diagrams) from Java code (link invalid).
free UML sequence diagram reverse engineering eclipse plugin working out of the box - does such a thing exist?
Do you really need tight Eclipse integration? You could probably use a command-line tool and add an Ant target for it - that way you can have UML updated as part of your build process.
If you're not already using Ant, you can add support following the instructions at Managing Projects from the Command Line
Hope this helps,
Phil
What I did is developed the code in Eclipse and after that used Netbeans. I copy paste code in netbeans project workspace (ignore errors, its due to Android not configured in Netbeans) for this. http://wiki.netbeans.org/NetbeansUML
rohit
精彩评论