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

Class A

src/test/resources/pta/basic/CallField.java:11–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11class A {
12
13 void setget() {
14 B b = new B();
15 b.set(new C());
16 C c = b.get();
17 }
18
19 void modifyParam() {
20 B b1 = new B();
21 B b2 = new B();
22 b1.setC(b2);
23 C c = b2.c;
24 }
25}
26
27class B {
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected