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

Class A

src/test/resources/cha/AbstractMethod.java:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9abstract class A {
10 abstract void foo();
11}
12
13class B extends A {
14 void foo() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected