illegal state exception deob, ff doesnt fully like it yet though
This commit is contained in:
@@ -230,6 +230,12 @@ public class Method
|
||||
code.buildCallGraph();
|
||||
}
|
||||
|
||||
public void clearCallGraph()
|
||||
{
|
||||
callsTo.clear();
|
||||
callsFrom.clear();
|
||||
}
|
||||
|
||||
public boolean isUsed()
|
||||
{
|
||||
if (!callsFrom.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user