Thursday, September 30, 2021

How to draw Sequence diagram from JAVA file using Eclipse Diver Plugin

 In most of the case if you have your source code and want to generate UML diagram like sequence for doing reverse engineering we can do it using Eclipse Diver.

https://eclipsediver.wordpress.com/

First try to download the required latest version of the same from below location.

Visit to site

Update Site: http://diver.sourceforge.net/update

and download the latest version i.e Diver-0.5.0.zip

Now lets integrate this in our Eclipse using below screen.

click finish and restart the Eclipse.

Now open you existing project in eclipse.

Go to outline “Show View” as shown in below figure

Click on any method on outline view –> right click and go to Revel it and finally click on Static Sequence diagram.

You will be able to see the Sequence diagram. Just click on + icon and expand it.

No comments: