[Soot-list] Re: A bug in Spark

Ondrej Lhotak olhotak at sable.mcgill.ca
Sun Jan 2 16:17:19 EST 2005


I've put this bug into the bugzilla:
http://svn.sable.mcgill.ca/bugzilla/show_bug.cgi?id=3

I will fix it as soon as I get a chance.

Ondrej

On Thu, Dec 23, 2004 at 07:55:33PM +1100, Phung Hua Nguyen wrote:
> Hi all,
> 
> I tried Spark with the following testcase:
> 
> /*test cha */
> package test;
> public class test{
>  	public static void main (String[] arg) {
>  		test[] x = new test[1];
>  		test[] y = (test[])x.clone();
>  	}
> }
> and got the poins-to set of y is empty when using options
> on-fly-cg:false,simulate-natives:true. I am using the version 2.0.1, but I 
> got the same result when tried with 2.1.0 and 2.2.0.
> 
> How to fix it ?
> 
> Thanks,
> 
> Nguyen Hua Phung
> University of New South Wales
> 


More information about the Soot-list mailing list