Hey guys -
I just started at this company and I walked into a bunch of code that is kind of hard to follow. I was wondering if anyone knew of any tool that could take java code and produce class diagrams with linkage?
Thanks,
jason
-
Looking for a tool... (4 messages)
- Posted by: Jason Warner
- Posted on: October 06 2004 19:58 EDT
Threaded Messages (4)
- Looking for a tool... by scott powell on October 07 2004 03:29 EDT
- Looking for a tool... by Matthias Scholz on October 07 2004 05:46 EDT
- Looking for a tool... by Udayan Patel on October 07 2004 09:28 EDT
- Looking for a tool... by Rahul Chaudhary on October 08 2004 14:30 EDT
-
Looking for a tool...[ Go to top ]
- Posted by: scott powell
- Posted on: October 07 2004 03:29 EDT
- in response to Jason Warner
I don't know that any of these will read how the classes use each other.
But Poseidon for UML will reverse engineer the classes. That's at Gentleware.com and there is a free version.
Borland's Together also comes in a free version.
If you have a budget, both of these tools have more feature-rich siblings.
Or you could look at Embarcadero's Describe.
Scott -
Looking for a tool...[ Go to top ]
- Posted by: Matthias Scholz
- Posted on: October 07 2004 05:46 EDT
- in response to Jason Warner
Hi Jason,
another (MDA) tool with such harvesting features is "ArcStyler" on http://www.io-software.com/.
Regards,
Matthias -
Looking for a tool...[ Go to top ]
- Posted by: Udayan Patel
- Posted on: October 07 2004 09:28 EDT
- in response to Jason Warner
Hey guys - I just started at this company and I walked into a bunch of code that is kind of hard to follow. I was wondering if anyone knew of any tool that could take java code and produce class diagrams with linkage?Thanks,jason
If I were you and wanted to see whats going on inside the classes I would use a debugger to step through code. atleast gives you more idea of how business is modeled then I would take up on class relationships. -
Looking for a tool...[ Go to top ]
- Posted by: Rahul Chaudhary
- Posted on: October 08 2004 14:30 EDT
- in response to Jason Warner
You can try CodeLogic. It generates UML Classes, Sequence and Execution Flow Diagrams.
http://www.logicexplorers.com/
Rahul