如何使用纸莎草从android项目生成类图
作者:互联网
我在eclipse上安装了纸莎草纸,以便生成我工作的Android应用程序的类digram,但我找不到如何生成它.我在网上搜索,我只发现如何从头开始创建一个新项目,而不是我正在寻找的.
谢谢
解决方法:
我不认为仅Papyrus会对Java Code进行逆向工程:它更倾向于使用UML模型生成Java代码.
你有some plugins for reverse,但不是必须维护.
但是,从this post开始,除了Modisco之外,使用payrus可能会比你想要的更接近.见Modisco wiki和step-by-step thread.
OP user2137817 offers另一种选择:objectaid:
The ObjectAid UML Explorer is an agile and lightweight code visualization tool for the Eclipse IDE. It shows your Java source code and libraries in live UML class and sequence diagrams that automatically update as your code changes.
The image below is a class diagram of actual source code:
标签:android,eclipse,papyrus 来源: https://codeday.me/bug/20190729/1568424.html