开发者

Is there a good plugin for generate UML from Android(Java) classes? [closed]

开发者 https://www.devze.com 2023-02-22 06:46 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消