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

Class A

src/test/resources/pta/contextsensitivity/OneObject.java:17–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17class A {
18 B f;
19
20 void set(B b) {
21 this.doSet(b);
22 }
23
24 void doSet(B p) {
25 this.f = p;
26 }
27
28 B get() {
29 return this.f;
30 }
31}
32
33class B {
34}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected