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

Method cycle

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

Source from the content-addressed store, hash-verified

20 }
21
22 void cycle() {
23 A a = new A();
24 B b = new B();
25 b.a = a;
26 a.b = b;
27 A x = b.a.b.a;
28 }
29
30 void callField() {
31 A a = new A();

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected