debugging, idr, exception handler execution support

This commit is contained in:
Adam
2015-06-13 21:51:06 -04:00
parent 6cac8c1cc9
commit db6269ba7e
13 changed files with 289 additions and 33 deletions

View File

@@ -21,6 +21,9 @@ public class UnusedParameters
int count = 0;
int collide = 0;
int overrides = 0;
group.buildCallGraph(); // method.removeParameter uses the callgraph
for (ClassFile cf : group.getClasses())
{
for (Method m : cf.getMethods().getMethods())