<div dir="ltr"><div>Hi,<br></div>Looks like Spark doesn't process the objects instantiated through reflection.<br clear="all"><div><div><br></div><div>For the following code:<br><br>try {<br> locationManager = LocationManager.class.newInstance();<br>} catch (I...) { }<br>locationManager.addGpsStatusListener(null);<br><br></div><div>edge to addGpsStatusListener() is not in the call graph. I've looked into the support for reflection in soot source code, looks like at least this scenario should be supported.<br><br></div><div>Am I wrong somewhere?<br><br></div><div>thanks,<br></div><div>-- <br><div class="gmail_signature"><div dir="ltr">Denis<br></div></div>
</div></div></div>