<div dir="ltr">Hi,<div><br></div><div>I installed and executed <a href="http://www.sable.mcgill.ca/ppa/">PPA </a>for the below program, but soot generated an empty jimple file.</div><div><br></div><div>Java Program:</div><div><a href="http://www.sable.mcgill.ca/ppa/"></a><pre style="color:rgb(0,0,0);white-space:pre-wrap">package test.ppa;

class A extends B {

  public boolean methodA() {
    int index = 0;
    C varC = new D();
    E varE = new E();
    varC.field1 = index;
    varC.method2(varC.field1,varE);
    methodB(index,varC.field2);

    return varE.checkThis();
  }

  private void methodB(int param1, F param2) {

  }

  private void methodB(G param1, H param2) {

  }

}</pre><pre style="color:rgb(0,0,0);white-space:pre-wrap"><br></pre><pre style="color:rgb(0,0,0);white-space:pre-wrap">for the above program soot generated an empty jimple file:</pre><pre style="color:rgb(0,0,0);white-space:pre-wrap"><br></pre><pre style="color:rgb(0,0,0);white-space:pre-wrap">class A{</pre><pre style="color:rgb(0,0,0);white-space:pre-wrap">}</pre><pre style="color:rgb(0,0,0);white-space:pre-wrap">I followed the steps mentioned the tutorial: <a href="http://www.sable.mcgill.ca/ppa/ppa_polyglot.html" style="font-family:Arial,Helvetica,sans-serif">http://www.sable.mcgill.ca/ppa/ppa_polyglot.html</a></pre><div><br></div>-- </div><div>Thanks<br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Nikita Mehrotra<div>PhD Scholar (Program Analysis Group)</div><div>Computer Science & Engineering</div><div>IIIT-Delhi</div></div></div><br></div><br><div id="mt-signature">
        <table border="0" cellpadding="8" cellspacing="0" style="user-select: none;">
            <tbody><tr>
                <td>
                    <a href="https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&" class="" style="text-decoration:none">
                        <img src="https://s3.amazonaws.com/mailtrack-signature/sender_notified.gif" alt="Mailtrack" class="" width="32" height="32">
                    </a>
                </td>
                <td>
                    <span style="color:#777">Sender notified by</span> <br>
                    <a href="https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&" class="mt-install" style="color:#4374f7">Mailtrack</a>
                    <span style="color:transparent;font-size:0">12/21/19, 12:11:16 PM</span>
                </td>
                <td>
                    
                </td>
            </tr>
        </tbody></table>
    </div><img width="0" height="0" class="mailtrack-img" alt="" style="display:flex" src="https://mailtrack.io/trace/mail/7f083cdfdc61646ef440067ee9597a43c2166cf3.png?u=4580646"></div>