Once again produces code that compiles
This commit is contained in:
@@ -41,11 +41,13 @@ public class UnusedFields implements Deobfuscator
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (get == 0)
|
// for only checking 'get' wed need a way to remove field initialization in constructors/class initializers
|
||||||
return true;
|
return get + set == 0;
|
||||||
|
// if (get == 0)
|
||||||
return false;
|
// return true;
|
||||||
|
//
|
||||||
|
// return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user