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

Class A

src/test/resources/pta/taint/ArrayFieldTransfer.java:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69abstract class A {
70 abstract void sink(A a);
71
72 public void transfer(A taint) {
73 }
74
75}
76
77class B extends A {
78 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected