Generating UML diagrams using NetBeans 7.2
Asked Answered
P

3

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

Piecrust answered 6/2, 2013 at 13:50 Comment(1)
Apparently not. And diverting from its "open-source" popular status, netbeans wants to sell the "UML plugin". :/Mew
M
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!

Molybdous answered 29/10, 2015 at 15:19 Comment(0)
C
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.

Citizenry answered 6/2, 2013 at 22:23 Comment(0)
E
0

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

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

Extraordinary answered 24/6, 2015 at 17:41 Comment(3)
EasyUML might be nice, but I cannot find any documentation on how to actually use it.Wakerife
In NB 8.1 it throws an exception, Unable to create UML projectRudimentary
This plugin has many bugs (Windows10x64, NB8.1, EasyUML 1.3) and is not usefullDelafuente

© 2022 - 2024 — McMap. All rights reserved.