tool for reading code...?

O

online.no

anyone who knows if there exists any tool to effectively get an overview of
a project containing hundreds of classes?
javadoc is good for the inheritance part, but i need to see what objects the
different methods calls also...
any tips?

-Jon
 
M

Michael Borgwardt

online.no said:
anyone who knows if there exists any tool to effectively get an overview of
a project containing hundreds of classes?
javadoc is good for the inheritance part, but i need to see what objects the
different methods calls also...

If used correctly, Javadoc also links method parameters and return values
to their classes.

What exactly is it that you want?

There are UML tools that creat UML diagrams from source code, but since they
can't analyze the underlying design, the results have rather limited value.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top