Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ A
Class
A
src/test/resources/dataflow/livevar/Reference.java:1–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
A {
2
C c;
3
4
A() {
5
this.c = null;
6
}
7
8
void
setC(C c) {
9
this.c = c;
10
}
11
}
12
13
class
B extends A {
14
B() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected