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

Class A

src/test/resources/pta/contextsensitivity/OneType.java:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8class A {
9 void m() {
10 C c1 = new C();
11 c1.set(new D());
12 C c2 = new C();
13 c2.set(new D());
14 D x = c1.get();
15 }
16}
17
18class B {
19 void m() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected