MCPcopy Index your code
hub / github.com/LFYSec/MScan / longAP

Method longAP

src/test/resources/pta/basic/InstanceField.java:14–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 B b;
13
14 void longAP() {
15 A a = new A();
16 a.b = new B();
17 a.b.c = new C();
18 a.b.c.d = new D();
19 D x = a.b.c.d;
20 }
21
22 void cycle() {
23 A a = new A();

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected