[Soot-list] How to combine two method into one

csytang csytang at comp.polyu.edu.hk
Sun Aug 2 05:15:50 EDT 2015


 
Hi,all 
 I want to combine two method (method1 and method2) into another
method3, 

 	* All these methods share same name, and parameters, but in different
classes.

 I use method 'importBodyContentsFrom' to create method3's body using
method1, but when I use this function to import method2's body to
method3, it incurs problem "java.lang.IllegalArgumentException: value
may not be null". Is that a right way of using it? Or, any other
suggestions for my work? 
 Thanks in advance. 
Best 
Chris. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150802/d32bef00/attachment.html 


More information about the Soot-list mailing list