wip removal of unused methods based on execution from init.
This commit is contained in:
@@ -22,7 +22,7 @@ public class UnusedParameters
|
||||
int collide = 0;
|
||||
int overrides = 0;
|
||||
|
||||
group.buildCallGraph(); // method.removeParameter uses the callgraph
|
||||
//group.buildCallGraph(); // method.removeParameter uses the callgraph
|
||||
|
||||
for (ClassFile cf : group.getClasses())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user