[Soot-list] A bug in Spark

Phung Hua Nguyen nhp at cse.unsw.edu.au
Thu Dec 23 03:55:33 EST 2004


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