MCPcopy Create free account
hub / github.com/LFYSec/MScan / main

Method main

src/test/resources/pta/reflection/ArgsRefine.java:5–7  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

3public class ArgsRefine {
4
5 public static void main(String[] args) throws Exception {
6 invokePrint(new Class[]{Object.class, Object.class});
7 }
8
9 static void invokePrint(Class<?>[] paramTypes) throws Exception {
10 Class bClass = Class.forName("B");

Callers

nothing calls this directly

Calls 1

invokePrintMethod · 0.95

Tested by

no test coverage detected