Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > java source code flow

Reply
Thread Tools

java source code flow

 
 
vk02720@gmail.com
Guest
Posts: n/a
 
      02-15-2009
Is there an equivalent of cflow utility for showing the flow of Java
source code?
A flowchart diagram would be nice but a textual output like cflow
would also suffice.

I searched for it online but mostly came up with diagramming tools
products.

Dont really have time or budget to evaluate so asking opinions/
experience of anyone with something simple (and free).

TIA

 
Reply With Quote
 
 
 
 
vk02720@gmail.com
Guest
Posts: n/a
 
      02-16-2009
On Feb 15, 3:31*pm, Mark Space <marksp...@sbc.global.net> wrote:
> vk02...@gmail.com wrote:
> > Is there an equivalent of cflow utility for showing the flow of Java
> > source code?
> > A flowchart diagram would be nice but a textual output like cflow
> > would also suffice.

>
> > I searched for it online but mostly came up with diagramming tools
> > products.

>
> > Dont really have time or budget to evaluate so asking opinions/
> > experience of anyone with something simple (and free).

>
> Not method calls, per se, but NetBeans has a UML model that will reverse
> engineer code into class diagrams. *I've found it useful for trying to
> understand the structure of large, unfamiliar projects.
>
> <http://www.netbeans.org/kb/60/uml/re-sampleapp.html>


I am looking for flow and method calls actually.

Yes, I have used the UML class diagram generator in WSAD and it is
quite useful to get a static view of the system. Is there a Eclipse
plugin for that?
 
Reply With Quote
 
 
 
 
Mark Space
Guest
Posts: n/a
 
      02-16-2009
wrote:
> I am looking for flow and method calls actually.


Sorry I couldn't be more helpful then.


>
> Yes, I have used the UML class diagram generator in WSAD and it is
> quite useful to get a static view of the system. Is there a Eclipse
> plugin for that?


No idea actually, I use NetBeans. Maybe check the Eclipse website.
 
Reply With Quote
 
Sigfried
Guest
Posts: n/a
 
      02-16-2009
a écrit :
> Is there an equivalent of cflow utility for showing the flow of Java
> source code?
> A flowchart diagram would be nice but a textual output like cflow
> would also suffice.
>
> I searched for it online but mostly came up with diagramming tools
> products.
>
> Dont really have time or budget to evaluate so asking opinions/
> experience of anyone with something simple (and free).
>


You can access a preview here:
http://www.drgarbage.com/control-flo...ctory-3-4.html
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
parse C source flow to extract program tree Crooter C Programming 6 01-16-2008 09:21 PM
Query:difference between node flow and filter flow in java's I/O,system? Jack Dowson Java 0 05-07-2007 03:35 PM
source code to executable code flow , functionality in detail akasokan@gmail.com Computer Support 3 03-19-2006 08:30 AM
Design flow for Code-behind tshad ASP .Net 17 03-02-2005 10:25 PM
java source code on max network flow sjia Java 0 09-11-2003 08:04 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57