Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ m
Method
m
src/test/resources/pta/contextsensitivity/OneCall.java:10–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
class
C {
9
10
void
m() {
11
Number n1, n2, x, y;
12
n1 =
new
One();
13
n2 =
new
Two();
14
x = this.id(n1);
15
y = this.id(n2);
16
int
i = x.get();
// x -> new One, i = 1
17
}
18
19
Number id(Number n) {
20
return
n;
Callers
1
main
Method · 0.95
Calls
2
id
Method · 0.95
get
Method · 0.95
Tested by
no test coverage detected