[Soot-list] Call graph

Khilan Gudka khilan.gudka at imperial.ac.uk
Sun Feb 10 14:22:42 EST 2008


Dear Eric and Chris,

Sorry, here is the code I was using:

public class Simple {
    public synchronized void test() {
        System.out.println("Hello world!");
    }

    public static void main(String[] args) {
        Simple s = new Simple();
        s.test();
    }
}

This is the only class I am specifying on the command line.

Thanks,
Khilan


On 10/02/2008, Chris Pickett <chris.pickett at mail.mcgill.ca> wrote:
>
> Hi Khilan
>
> It might help if you attached a test case.
>
> Cheers,
> Chris
>
> Khilan Gudka wrote:
> > Dear All,
> >
> > I have a simple method which calls System.out.println(), however
> > Scene.v().getCallGraph() (generated using paddle) doesn't have an edge
> > from my method to the println() method. Why is this?
> >
> > My command line is:
> > -p cg implicit-entry:false -p cg.paddle
> > conf:ofcg,context:kcfa,k:2,backend:buddy -f J -w
> >
> > Thanks in advance,
> >
> > Khilan
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Soot-list mailing list
> > Soot-list at sable.mcgill.ca
> > http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20080210/76fa7ccf/attachment.htm


More information about the Soot-list mailing list