Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ Field
Class
Field
src/test/resources/dataflow/livevar/Field.java:1–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Field {
2
public
String name;
3
public
int
age;
4
5
int
timeFlies(
int
years) {
6
age += years;
7
System.out.println(name +
"is "
+ years +
" years older."
);
8
return
age;
9
}
10
11
}
Callers
1
GatewayConfig
Class · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected