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

Method run

src/test/resources/pta/misc/Threads.java:5–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3 public static void main(String[] args) {
4 Thread t = new Thread(new Runnable() {
5 @Override
6 public void run() {
7 foo();
8 }
9 });
10 t.start();
11 Thread t2 = Thread.currentThread();

Callers 9

mainMethod · 0.45
mainMethod · 0.45
captureRecvMethod · 0.45
callOnThisMethod · 0.45
captureNoRecvMethod · 0.45
interfazeMethod · 0.45
virtualMethod · 0.45

Calls 1

fooMethod · 0.95

Tested by

no test coverage detected