0

Possible Duplicate:
Recommended Eclipse plugins to generate UML from Java code

Is there some plugin for NetBeans or Eclipse that converts simple Java code to simple UML Diagram, which i could use in Microsoft Visio or some other UML editor.

I already tried ObjectAid, but it exports only images.

Community
  • 1
  • 1
NoNameZ
  • 785
  • 4
  • 14
  • 22
  • Did you try googling for it? Lots of results come up – Hunter McMillen Oct 15 '12 at 18:09
  • 1
    @HunterMcMillen please be so kind and show which converts exactly to UML format, which supports visio. – NoNameZ Oct 15 '12 at 18:13
  • http://stackoverflow.com/questions/442099/is-there-a-way-to-draw-uml-in-visio-for-java – Stijn Geukens Oct 15 '12 at 18:15
  • 1
    @TheStijn where there exactly the program? – NoNameZ Oct 16 '12 at 11:55
  • [binarydoc](https://github.com/fuiny/binarydoc-docker-compose) is a **free** tool to generate UML diagrams from Java **bytecode** automatically. Here are some samples: [UML Sequence diagram for java.net.AbstractPlainSocketImpl.getOutputStream](https://openjdk.binarydoc.org/net.java/openjdk/13.0/method?classfilelocation=java.net.abstractplainsocketimpl&seq=21&methodname=getOutputStream), [UML object diagram for java.net.DatagramSocket](https://openjdk.binarydoc.org/net.java/openjdk/13.0/classfile?classfilelocation=java.net.datagramsocket) . – Happy Mar 07 '20 at 23:46

1 Answers1

0

I use Enterprise Architect. It's a complete UML editor software, and you can import your java files and it makes for you the UML diagram.

Dranste
  • 86
  • 1
  • 8