12

Is there a Visual Studio like plugin for Eclipse that will allow me create a class-diagram ?

Preferable something that is actually up to date. Most of what Google finds is dead projects who haven't been updated in 2-6 years.

Claus Jørgensen
  • 25,882
  • 9
  • 87
  • 150

4 Answers4

3

You can try:

lbedogni
  • 7,917
  • 8
  • 30
  • 51
2

You can browse UML plugins here.

You can also check previous stackoverflow questions covering the same topic.

Community
  • 1
  • 1
Pablo Santa Cruz
  • 176,835
  • 32
  • 241
  • 292
2

You could try http://marketplace.eclipse.org/content/amaterasuml which is an Eclipse plugin for class diagrams, sequence diagrams and usecase diagrams. It was updated in 2009.

Mark Mayo
  • 12,230
  • 12
  • 54
  • 85
2

I like ObjectAid.

Here is a screenshot (from their homepage) of an example of a class diagrams it can produce:

Class diagram screenshot
(source: objectaid.com)

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
matt b
  • 138,234
  • 66
  • 282
  • 345