Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/LFYSec/MScan
/ main
Method
main
src/test/resources/pta/basic/InstanceField.java:3–8 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
1
class
InstanceField {
2
3
public
static
void
main(String[] args) {
4
A a =
new
A();
5
a.longAP();
6
a.cycle();
7
a.callField();
8
}
9
}
10
11
class
A {
Callers
nothing calls this directly
Calls
3
longAP
Method · 0.95
cycle
Method · 0.95
callField
Method · 0.95
Tested by
no test coverage detected