Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ ListIterator
Class
ListIterator
src/test/resources/pta/taint/TwoObjectTaint.java:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
class
ListIterator implements Iterator {
32
public
String next() {
33
return
element;
34
}
35
}
36
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected