Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ main
Method
main
src/test/resources/pta/contextsensitivity/TypeSens.java:3–8 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
1
class
TypeSens {
2
3
public
static
void
main(String[] args) {
4
String s =
"xxx"
;
5
s.hashCode();
6
Class c = TypeSens.
class
;
7
c.getName();
8
}
9
}
Callers
nothing calls this directly
Calls
2
getName
Method · 0.65
hashCode
Method · 0.45
Tested by
no test coverage detected