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

Class A

src/test/resources/cha/Recursion2.java:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16abstract class A implements I {
17 public void foo() {
18 goo();
19 }
20
21 abstract void goo();
22}
23
24class B extends A implements II {
25 public void bar() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected