Work on detecting setters, for comparison/some fields which are never
cleanly gettd
This commit is contained in:
@@ -27,7 +27,6 @@ public class UnusedMethods
|
||||
continue;
|
||||
|
||||
if (!execution.methods.contains(m))
|
||||
//if (!m.isUsed())
|
||||
{
|
||||
cf.getMethods().removeMethod(m);
|
||||
++i;
|
||||
|
||||
Reference in New Issue
Block a user