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

Class StaticCall

src/test/resources/cha/StaticCall.java:1–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1public class StaticCall {
2
3 public static void main(String[] args) {
4 foo();
5 A.baz();
6 }
7
8 static void foo() {
9 bar();
10 }
11
12 static void bar() {
13 }
14}
15
16class A {
17 static void baz() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected