Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.45
main
Method · 0.45
captureRecv
Method · 0.45
callOnThis
Method · 0.45
captureNoRecv
Method · 0.45
doPrivilegedWithMethodRef
Method · 0.45
doPrivilegedWithLambda
Method · 0.45
interfaze
Method · 0.45
virtual
Method · 0.45
Calls
1
foo
Method · 0.95
Tested by
no test coverage detected