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

Method print

src/test/resources/pta/invokedynamic/A.java:62–64  ·  view source on GitHub ↗
(A a)

Source from the content-addressed store, hash-verified

60 }
61
62 public static void print(A a) {
63 Integer i = a.staticMeth();
64 }
65
66 public void print2(A a) {
67 Integer i = a.staticMeth();

Callers

nothing calls this directly

Calls 1

staticMethMethod · 0.80

Tested by

no test coverage detected