Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ captureWithActualRecv
Method
captureWithActualRecv
src/test/resources/pta/lambda/Args.java:59–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
static
void
captureWithActualRecv() {
60
Args args =
new
Args();
61
args.callOnThis2(
new
B());
62
}
63
64
void
callOnThis2(B b) {
65
// capture receiver and b
Callers
1
main
Method · 0.95
Calls
1
callOnThis2
Method · 0.95
Tested by
no test coverage detected