31

I have installed Eclipse UML Generators in eclipse Luna using it's update site. The installation was successful, but there is no documentation in how to use the plugin.

My objective is to generate class diagrams from java code. Can I achieve it from the above plugin?

DesirePRG
  • 6,122
  • 15
  • 69
  • 114
  • I have the same problem, I'm trying to generate a class diagram from my java code, but it's nearly imposible with Eclipse (and supereasy in jdeveloper).. did you find out how to use this plugin? – Aitor Sep 04 '15 at 07:13
  • 1
    Any progress? It is still pretty undocumented. – Bence Kaulics Aug 02 '16 at 12:52

3 Answers3

5

This question is old, but the answer could help other people :

In the package explorer, right click on the package containing classes about which you want to draw a diagram, select "UML Generators"->Reverse java code

taubhi
  • 119
  • 1
  • 4
4

You can use objectaid plugin to generate digrams in eclipse.well documented.

gihan-maduranga
  • 4,381
  • 5
  • 41
  • 74
4

this is the closest i could find to some documentation

http://wiki.eclipse.org/Eclipse_UML_Generators/New_and_Noteworthy/0.9.0

AbtPst
  • 7,778
  • 17
  • 91
  • 172