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...
the objectaid uml explorer is different from other uml tools. it uses the uml notation to show a graphical representation of existing code that is as accurate and uptodate as your text editor, while being very easy to use. several unique features make this possible:
you simply drag your java classes onto a diagram from other eclipse views; no need to start a lengthy reverse engineering job.your source code and libraries are the model that is displayed, they are not reverse engineered into a different format.if you update your code in eclipse, your diagram is updated as well; there is no need to reverse engineer source code.refactoring updates your diagram as well as your source code. when you rename a field or move a class, your diagram simply reflects the changes without going out of sync.all diagrams in your eclipse workspace are updated with refactoring changes as appropriate. if necessary, they are checked out of your version control system.diagrams are fully integrated into the eclipse ide. you can drag java classes from any other view onto the diagram, and diagramrelated information is shown in other views wherever applicable.the objectaid uml explorer achieves all this while staying light, fast and easy to use. in addition, exploring code is easy because you can find and add related classes with a rightclick from the context menu.
uml uml-diagrams diagram java eclipse-plugin