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

Method main

src/test/resources/pta/contextsensitivity/TwoCallOnly.java:2–8  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

1class TwoCallOnly {
2 public static void main(String[] args) {
3 B b = new B();
4 A a1 = new A(new X());
5 A a2 = new A(new X());
6 X x1 = a1.fun(b);
7 X x2 = a2.fun(b); //pts of x1 and x2?
8 }
9}
10
11class B {

Callers

nothing calls this directly

Calls 1

funMethod · 0.95

Tested by

no test coverage detected