Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generating UML diagrams using NetBeans 7.2

I found this link:

http://wiki.netbeans.org/NetbeansUML

for generating UML diagrams from existing code; admitedly using NetBeans 5.5.

I followed the outlined procedure but just get an empty -Model project.

Does the "Reverse Engineer..." method not work in NetBeans 7.2? If not then why isn't it disabled?

Thanks

Graham

like image 883
Graham Seed Avatar asked Feb 06 '13 13:02

Graham Seed


2 Answers

After successfully installing easyUML plugin, do the following steps in Netbeans IDE:

  • File->New Project->UML->UML Diagrams Project
  • Rightclick on your Java Project in the project structure window->choose "easy UML create class diagram"
  • Refer to your UML project

Et voila!

like image 51
distortion Avatar answered Nov 14 '22 09:11

distortion


No, the NetBeans UML is only available for NB 6.7 and earlier releases. See here for more informations.

Alternatives:

  • Visual Paradigm: SDE for NetBeans
  • JDeveloper

Both are listed at the NB UML website.

like image 23
ollo Avatar answered Nov 14 '22 09:11

ollo