Click here to Skip to main content
15,909,747 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone help me on how to generate a graph control flow graph (CFG) using Java Netbeans?
Posted
Updated 25-Mar-10 5:34am
v2

CFGs are not simple. Where are you stuck? Do you have the proper understanding needed to start such a project?

Netbeans is an IDE, a tool to help you write and debug your code, nothing more. It wouldn't matter if you used textpad or vim; it will not "do it for you".

If you are stuck with the theory of CFGs, then try this as a starting point:



If you have a programming question, post that with the code where you're stuck and we'll help out.

Stacks and lists are Datastructures that you would use, but certainly not the start and end of it all with regards to CFGs
 
Share this answer
 
v2
actually i've think using stack and list to apply in CFG but i've no basic concept how to create node and path in java. I means how to generate that path and node in java. The theory i think im clear already.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900