illegal state exception deob, ff doesnt fully like it yet though

This commit is contained in:
Adam
2015-06-19 23:30:03 -04:00
parent d3142d83ce
commit 98d85c646b
7 changed files with 114 additions and 3 deletions

View File

@@ -230,6 +230,12 @@ public class Method
code.buildCallGraph();
}
public void clearCallGraph()
{
callsTo.clear();
callsFrom.clear();
}
public boolean isUsed()
{
if (!callsFrom.isEmpty())