<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Hi,all&nbsp;<br />&nbsp; &nbsp; I want to combine two method&nbsp;(method1 and method2) into another method3,&nbsp;</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">
<ul>
<li>All these methods share same name, and parameters, but in different classes.</li>
</ul>
</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">&nbsp; &nbsp; 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 "<span style="color: #ff0000;">java.lang.IllegalArgumentException: value may not be null</span>". Is&nbsp;that a right way of using it? Or, any other suggestions for my work? &nbsp;&nbsp;</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">&nbsp; &nbsp; Thanks in advance.</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Best</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Chris.</div>
</body></html>