Rename unique non overriden methods

This commit is contained in:
Adam
2015-07-10 22:00:12 -04:00
parent 26458e7280
commit b03a0e3181
13 changed files with 148 additions and 17 deletions

View File

@@ -34,7 +34,7 @@ public class UnusedParameters implements Deobfuscator
visited.add(cf);
Method method = cf.findMethod(nat); // XXX this searches down
Method method = cf.findMethodDeep(nat); // XXX this searches down
if (method != null && !method.isStatic())
list.add(method);