Work on detecting setters, for comparison/some fields which are never

cleanly gettd
This commit is contained in:
Adam
2015-07-03 18:05:48 -04:00
parent 18a914184b
commit 6834504e6c
3 changed files with 125 additions and 73 deletions

View File

@@ -27,7 +27,6 @@ public class UnusedMethods
continue;
if (!execution.methods.contains(m))
//if (!m.isUsed())
{
cf.getMethods().removeMethod(m);
++i;