refactor: rename method collectArgsWithoutLoading into collectArgNodes in MethodNode (#2142)
This commit is contained in:
@@ -85,7 +85,7 @@ public final class FridaAction extends JNodeAction {
|
||||
} else {
|
||||
overload = "";
|
||||
}
|
||||
List<String> argNames = mth.collectArgsWithoutLoading().stream()
|
||||
List<String> argNames = mth.collectArgNodes().stream()
|
||||
.map(VarNode::getName).collect(Collectors.toList());
|
||||
String args = String.join(", ", argNames);
|
||||
String logArgs;
|
||||
|
||||
Reference in New Issue
Block a user