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

Method callField

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

Source from the content-addressed store, hash-verified

28 }
29
30 void callField() {
31 A a = new A();
32 B b = new B();
33 a.b = b;
34 C c = a.b.foo();
35 }
36}
37
38class B {

Callers 1

mainMethod · 0.95

Calls 1

fooMethod · 0.65

Tested by

no test coverage detected