MCPcopy Create free account
hub / github.com/baidu/openrasp / invokeStringMethod

Method invokeStringMethod

rasp-install/java/src/test/java/Utils.java:18–21  ·  view source on GitHub ↗
(Object object, String methodName, Class[] paramTypes, Object... parameters)

Source from the content-addressed store, hash-verified

16 }
17
18 public static String invokeStringMethod(Object object, String methodName, Class[] paramTypes, Object... parameters) {
19 Object ret = invokeMethod(object, methodName, paramTypes, parameters);
20 return ret != null ? (String) ret : null;
21 }
22
23 public static Object invokeMethod(Object object, String methodName, Class[] paramTypes, Object... parameters) {
24 if (object == null) {

Callers 15

testModifyStartScriptMethod · 0.95
testModifyStartScriptMethod · 0.95
testGetInstallPathMethod · 0.95
testGetScriptMethod · 0.95
testModifyStartScriptMethod · 0.95
testGetInstallPathMethod · 0.95
testGetScriptMethod · 0.95
testGetInstallPathMethod · 0.95
testGetScriptMethod · 0.95
testModifyStartScriptMethod · 0.95

Calls 1

invokeMethodMethod · 0.95

Tested by

no test coverage detected