[Soot-list] Exclude classes

Marc-André Laverdière-Papineau marc-andre.laverdiere-papineau at polymtl.ca
Tue Jul 2 08:46:38 EDT 2013


Hi Zeinab,

I wouldn't be worried about the fact that you get that output. I would
add to the check whether they have empty bodies or not. This is what the
exclusions should be doing.

Marc-André Laverdière-Papineau
Doctorant - PhD Candidate

On 02/07/13 08:39 AM, Zeinab Lashkaripour wrote:
> Thanks for the replies Marc-André and Quentin.
> 
>> I think that a minimal working example and filing a
>> bug on Github would be a good idea :)
> 
> I truly hope that soot members suggestions solves this issue because
> getting a fix for this might take time and I don't have much time. But,
> if needed I will certainly do as you said.
> 
>> If you set options at different places in your program,
>> be sure they are *all* taken into account by Soot.
>> To check that, while running a transformation,
>> you could print the content of 
>> soot.options.Options.v().exclude()
> 
> No, I do not set the options at different places I only set them at the
> main method.
> Despite this I used your checking advice and at the beginning of the
> internalTrans I print the content:
> [org.apache.jasper.runtime.]
> [org.apache.jasper.runtime.]
> [org.apache.jasper.runtime.]
> Transforming org.apache.jasper.runtime.HttpJspBase...
> [org.apache.jasper.runtime.]
> [org.apache.jasper.runtime.]
> [org.apache.jasper.runtime.]
> [org.apache.jasper.runtime.]
> [org.apache.jasper.runtime.]
> [org.apache.jasper.runtime.]
> [org.apache.jasper.runtime.]
> [org.apache.jasper.runtime.]
> [org.apache.jasper.runtime.]
> [org.apache.jasper.runtime.]
> [org.apache.jasper.runtime.]
> Transforming org.apache.jasper.runtime.JspSourceDependent... 
> 
> Isn't this odd? Why the classes inside the prefix that I have excluded
> are transformed?
> Looking forward to hearing from you.
> 
> Regards,
> Zeinab
> 
> 
> _______________________________________________
> 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