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

Class A

src/test/resources/pta/contextsensitivity/ObjOnly.java:21–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21class A {
22 B f;
23
24 void setF(B b, C c, D d) {
25 this.f = b;
26 this.f.setG(c, d);
27 }
28
29 B getF() {
30 return this.f;
31 }
32}
33
34class B {
35 C g;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected