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

Method print2

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

Source from the content-addressed store, hash-verified

64 }
65
66 public void print2(A a) {
67 Integer i = a.staticMeth();
68 int hash = this.hashCode();
69 System.out.println("print2() called, i = " + i + ", hash code = " + hash);
70 }
71}

Callers

nothing calls this directly

Calls 2

staticMethMethod · 0.80
hashCodeMethod · 0.45

Tested by

no test coverage detected