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

Method main

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

Source from the content-addressed store, hash-verified

3public class GetMethods {
4
5 public static void main(String[] args) throws Exception {
6 invokeOneArg("foo");
7 invokeOneArg("bar");
8 }
9
10 static void invokeOneArg(String name) throws Exception {
11 Method[] methods = J.class.getMethods();

Callers

nothing calls this directly

Calls 1

invokeOneArgMethod · 0.95

Tested by

no test coverage detected