roterdam / jchord

Automatically exported from code.google.com/p/jchord
3 stars 0 forks source link

wrong analysis output #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Follow the user guide , I write a Sudoku java code and set the chord.properties 
file , then I run the command "ant -Dchord.work.dir=<WORK_DIR> 
-Dchord.run.analyses=cipa-0cfa-dlog run" ,
it supposed to show the call-graph of my program.
But it showed the default output instead .

What is the expected output? 
The analysis output of Sudoku.

What do you see instead?
The default analysis output , 
You can find it in chord-src-2.0/src/chord/analyses/

What version of the product are you using? On what operating system?
chord2.0 ON Win7

Please provide any additional information below.
In another word , the analysis output of "HelloWorld" and
my "Sudoku" program will be the same .

Original issue reported on code.google.com by qoii...@gmail.com on 20 Nov 2011 at 7:30