Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ b
Method
b
src/test/resources/pta/contextsensitivity/TwoType.java:27–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
26
class
B {
27
void
b() {
28
List l3 =
new
List();
29
l3.add(
new
Object());
30
31
Iterator i3 = l3.iterator();
32
Object o3 = i3.next();
33
}
34
}
35
36
class
List {
Callers
1
main
Method · 0.80
Calls
3
add
Method · 0.95
iterator
Method · 0.95
next
Method · 0.95
Tested by
no test coverage detected