[Soot-list] may be a Bug in soot

Eric Bodden eric.bodden at mail.mcgill.ca
Sat Jan 24 10:25:31 EST 2009


Yes, this looks like a bug. Please put it into our bugzilla if you
like, then it will be fixed eventually.

Eric

2009/1/24 Amir Mehrabi <mehrabi at comp.iust.ac.ir>:
>
>  Hi
> I write a class as follows:
>
> package Test;
> public class TestClass3 {
>
>     public static void main(String[] args) {
>         TestClass3 c3=new TestClass3();
>         Object[] obj=new Object[2];
>         obj[0]="SALAM";
>         obj[1]=c3;
>     }
> }
>
> then when i run soot with these parameter:
> -app -f dava
>
> soot write the source of my file as follows:
>
> package Test;
> import cfg_generator.Prof;
> public class TestClass3
> {
>     public static void main(String[]  r0)
>     {
>         TestClass3 r2;
>         r2 = new TestClass3;                        <========  WHY NOT "new
> TestClass3()" : where is it's parentheses?
>         Object[] r3 = {"SALAM" , r2};
>
>     }
> }
>
> Any one have a idea?!!!
>
> Thank you
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>
>



-- 
Eric Bodden
Sable Research Group, McGill University
Montréal, Québec, Canada


More information about the Soot-list mailing list