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

Method main

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

Source from the content-addressed store, hash-verified

5
6public class ReflectiveAction {
7 public static void main(String[] args) throws Exception {
8 forname(null);
9 cnew();
10 ctornew();
11 arraynew();
12 invoke();
13 get();
14 set();
15 }
16
17 static void forname(W w) throws Exception {
18 Class<?> uClass = Class.forName("U");

Callers

nothing calls this directly

Calls 7

fornameMethod · 0.95
cnewMethod · 0.95
ctornewMethod · 0.95
arraynewMethod · 0.95
invokeMethod · 0.95
getMethod · 0.95
setMethod · 0.95

Tested by

no test coverage detected