Open Liyw979 opened 1 week ago
please make SootMethod
use the new method as well
@swissiety Done
It makes me wonder why do we do
this.parameterTypes = ImmutableUtils.immutableListOf(methodSignature.getParameterTypes());
in SootMethod
Can we remove this to make the code simpler?
like getParameterCount of sootmethod