|
|
|
How to generate UML Diagrams from Java code in Eclipse
(fuzz-box.blogspot.com)
|
|
2 points
by arapidhs
5010 days ago
|
|
UML diagrams compliment inline documentation ( javadoc ) and allow to better explore / understand a design. Moreover, you can print and bring them to table to discuss a design. In this post, we will install and use a plugin for Eclipse to produce jUnit lib class diagrams. Then, we will be able to generate UML diagrams by simply dragging and dropping classes into the editor. We can further manipulate the diagram by selecting which references, operations or attributes to display. |
|