[Soot-list] Callbacks in super classes

Faridah Akinotcho faridath.akinotcho at yahoo.fr
Tue Feb 15 20:52:12 EST 2022


Hello,
I was wondering if Flowdroid collects callbacks and lifecycle defined in abstract super classes. For e.g
public abstract class BaseActivity extends Activity {
    void onCreate(Context ...){
    //some code
   }

  void onCreateContextMenu(....){
    //some code
  }
}

public class NewActivity extends BaseActivity{
}

By default, onCreate and onCreateContextMenu are not present in the callbackMethods map entry for NewActivity.
Is there a setting that can be specified to retain that information or does it require extra analysis (i.e filtering methods in superClass matching lifecycle signatures) ?
Best regards,Faridah Akinotcho
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20220216/342bc2f8/attachment.html>


More information about the Soot-list mailing list