0

I am using an open source java framework that includes several jar packages. I would like to get to know the architecture of the framework so I am looking for a free tool that does reverse engineering.

Particularly I m looking for a tool to generate Uml diagrams (or just the class hierarchy and maybe the dependencies among packages) from the Java source code.

Anybody knows such a free tool?

panipsilos
  • 2,219
  • 11
  • 37
  • 53

3 Answers3

2

The tool I used was ObjectAid and I found it as a good tool.

dg_no_9
  • 1,005
  • 1
  • 10
  • 25
  • I use ObjectAid too. It's a nice tool altough the generated Class Diagramm isn't very fancy. Visual Paradigm looks more posh ;). – VWeber Oct 25 '13 at 08:20
1

if you are workiing with netbeans: http://www.visual-paradigm.com/support/documents/vpumluserguide/2381/2384/66565_reverseengin.html

this another product free-trial 30 days: altova

eclipse : eclipse UML

Community
  • 1
  • 1
ZaoTaoBao
  • 2,567
  • 2
  • 20
  • 28
1

Modelio with this Java module are able to do so...

Red Beard
  • 3,436
  • 1
  • 14
  • 17