<div dir="ltr">Hi, <div><br></div><div>I am using soot-infoflow to build call graphs for Java programs. When I was checking the resulting call graph edges, I found that method names in Jimple method signatures may be enclosed with single quotation marks.</div><div><br></div><div>For example, in JodaTime, I observed a method signature as below:</div><div><br></div><div>      &lt;org.joda.time.Partial: org.joda.time.Partial &#39;with&#39;(org.joda.time.DateTimeFieldType,int)&gt; <br></div><div><br></div><div>By searching in the GitHub repository of Soot, I find that &quot;with&quot; is probably a keyword used by Jimple, as indicated in the file below:</div><div><br></div><div>      <a href="https://github.com/Sable/soot/blob/2df9b853cb2ce548e07587a213262b64565360b7/src/jimple.scc">https://github.com/Sable/soot/blob/2df9b853cb2ce548e07587a213262b64565360b7/src/jimple.scc</a><br></div><div><br></div><div>I can try to work around this issue for my current task, since there are very limited number of methods with special names.</div><div>But I am wondering whether it is a design of Jimple to have single quotation marks in special method names (or it may be something can be fixed).</div><div><br></div><div>Thanks,</div><div>Cheng</div><div><br></div></div>