[Soot-list] Problems Constructing Call-Graph from Sources

Tillmann tirunkel at informatik.uni-bremen.de
Sat Oct 15 02:30:34 EDT 2011


Hi Eric,

thanks for your quick response.

I've tried that once more without setting the process-dir, with the same 
result.

What i actualy do is:

-w
-cp (classpath with java-sources & compiled classes of my test-project) 
+ a huge amount of dependency-jars

In this setup above everything works fine.

But when i set the src-prec to java the discussed problem appears.

Tillmann

> Hi Tillmann.
>
>> i've tried to construct the Call-Graph in soot based on Java-Sources
>> (All Files are included in the "process-dir").
> This sounds like a usage error. Call-Graph construction happens in
> whole-program mode (-w flag). When this mode is enabled, Soot
> automatically includes all classes on Soot's classpath that are
> reachable from the stated main class. There is no need to use
> -process-dir, and this is probably what is causing your problems.
>
>> What does the "$..." as extension means?
> It just means that this is an anonymous inner class.
>
> Eric
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>



More information about the Soot-list mailing list