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

Method main

src/test/resources/pta/contextsensitivity/TwoType.java:6–9  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

4
5class TwoType {
6 public static void main(String[] args) {
7 new A().a();
8 new B().b();
9 }
10}
11
12class A {

Callers

nothing calls this directly

Calls 2

aMethod · 0.80
bMethod · 0.80

Tested by

no test coverage detected