Gus
Gus

Reputation: 954

Generate projects dependencies structure diagrams

I would like to generate a diagram to show my projects structure. Preferably the generator will include referenced projects defined in build-path. There is such generator or Eclipse plugin? I know UMLet and UML2 allow drawing these kind of diagrams, but I would like them to be generated automatically.

I am not looking for class diagrams.

If it is an Eclipse plugin it should work with Kepler.

Upvotes: 1

Views: 436

Answers (2)

observer
observer

Reputation: 3005

Try "Eclipse Project Dependencies Viewer": http://epdv.googlecode.com/

It really is very simple to use, works fine with Kepler and conveys the project hierarchy at a glance.

Upvotes: 1

ajw
ajw

Reputation: 589

Sure, there are a few plugins for Eclipse that can generate UML from Java code. Try this one or simply Google "java generate uml"

Upvotes: 0

Related Questions