[Soot-list] Phatom Methods problem

Vasco Pessanha coreanu_ at hotmail.com
Fri Mar 25 07:10:08 EDT 2011


Hello guys,

Just to say that I found my error (so you can learn with that:P). I had the option:
"Options.v().set_no_bodies_for_excluded(true);" that excluded some classes..

Thanks anyway,
Vasco


From: coreanu_ at hotmail.com
To: soot-list at sable.mcgill.ca
Date: Mon, 21 Mar 2011 14:48:23 +0000
Subject: [Soot-list] Phatom Methods problem








Hi,

I'm building a framework that analyses Java ByteCode in order to detect errores such as Dataraces using Soot.
When I was testing my framework with the code of a program that uses the java.lang.StringBuffer, I noticed that my program didn't analyse the Java Bytecode of some methods.
This class has an "append" method that calls the same method on another Abstract Class called java.lang.AbstractStringBuilder that has all the code.
With some debugging I noticed that my framework doesn't analyse this because the method append of the second class is "Phantom" (maybe because it is an abstract class).

Does everybody know how can I reach the code of that phantom method?

Thanks,
Vasco 		 	   		  

_______________________________________________
Soot-list mailing list
Soot-list at sable.mcgill.ca
http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20110325/0228d5bd/attachment.html 


More information about the Soot-list mailing list