[Soot-list] Missing Classes during Call Graph Creation

Eric Bodden bodden at st.informatik.tu-darmstadt.de
Wed Jan 27 14:05:17 EST 2010


Hello Mathias.

-allow-hantom-refs is your friend. But please not that it will only
work with the latest SVN build, not with the last release. You can
grab a nightly build from here:
http://plg.uwaterloo.ca/~olhotak/build/

Eric

--
Eric Bodden
Software Technology Group, Technische Universität Darmstadt, Germany
Tel: +49 6151 16-5478    Fax: +49 6151 16-5410
Mailing Address: S2|02 A209, Hochschulstraße 10, 64289 Darmstadt



2010/1/27 Mathias Ricken <mgricken at rice.edu>:
> Hi,
>
> I'm trying to create a call graph of a project that is cross-platform
> and that can be run on Sun JDKs (Windows and Linux) and on Apple JDKs.
> That means that some classes have been linked against the Sun JDK,
> others against the Apple JDK, although there won't ever be a mixture
> of both at runtime.
>
> When I'm creating a call graph on Linux, it complains about missing
> classes from the Apple JDK. Is there a way to tell the Soot call graph
> builder to ignore certain classes? I realize the call graph won't be
> complete, but I'll accept that.
>
> Thanks for your help.
>
> Mathias Ricken
> _______________________________________________
> 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