Open zxl941202 opened 4 years ago
you need to find such the name in AnonymizeUtil class. This framework doesn't support parameter extraction for Member reference.
AnonymizeUtil
a = new String() a will have no type here, you won't find it
a = new String()
a
you need to find such the name in
AnonymizeUtil
class. This framework doesn't support parameter extraction for Member reference.a = new String()
a
will have no type here, you won't find it