[Soot-list] Another problem on Soot call graph

Eric Bodden eric.bodden at mail.mcgill.ca
Wed Dec 6 07:48:22 EST 2006


Hold on...

> public class EmptyThread extends Thread{
> public void start(){
> }
> 
> public void run(){
> }
> 
> public static void main(String[] args) {
> Thread t = new IndirectThreadStart();

Should this not be...

thread t = new EmptyThread();

?

> t.start();
> }
> }
> 
> 
> 
> _______________________________________________
> 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