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

Method staticMeth

src/test/resources/pta/invokedynamic/A.java:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8// bootstrap procedure fails.
9public class A {
10 public static Integer staticMeth() {
11 System.out.println("staticMeth() called.");
12 return new Integer(10);
13 }
14
15 public void methI(Integer i) {
16 System.out.println("this.methI(" + i + ") called, this = " + this.hashCode());

Callers 2

printMethod · 0.80
print2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected