We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
是的,可以通过逆向工程创建类关系图。以下是关于通过逆向工程源代码生成 UML 图的教程:http:// /java.dzone.com/articles/reverse-engineer-source-code-u
Yes, it's possible to create diagrams of the relationships of classes through reverse-engineering. Here's a tutorial on reverse-engineering source code to produce UML diagrams: http://java.dzone.com/articles/reverse-engineer-source-code-u
我还没有听说过这样的工具,但是您可以做的(至少在 Eclipse 中,但也可能在所有其他 IDE 中)是将 javadoc 附加到您在项目中导入的库。这样您就可以在阅读 javadoc 时使用 IDE 导航/树显示功能。
我知道这并不完全是您所期待的答案,但我希望它有所帮助。
I haven't heard of such a tool, but what you can do (at least in Eclipse, but probably in all the other IDEs as well) is to attach the javadoc to the library you imported in your project. That way you can use the IDEs navigation/tree display features while reading the javadoc.
I know this isn't exactly the answer you were expecting but I hope it helps.