9

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

ollo
  • 24,797
  • 14
  • 106
  • 155
Graham Seed
  • 742
  • 3
  • 10
  • 24
  • 1
    Apparently not. And diverting from its "open-source" popular status, netbeans wants to sell the "UML plugin". :/ – 10101010 Aug 23 '13 at 10:17

3 Answers3

9

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!

Johnny Baloney
  • 3,409
  • 1
  • 33
  • 37
distortion
  • 125
  • 1
  • 6
1

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

Alternatives:

Both are listed at the NB UML website.

rstoll17
  • 7
  • 3
ollo
  • 24,797
  • 14
  • 106
  • 155
0

There is very useful plugin for NetBeans for generating UML diagrams called EasyUML.

http://plugins.netbeans.org/plugin/55435/easyuml

Ivan Aracki
  • 4,861
  • 11
  • 59
  • 73