Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ A
Class
A
src/test/resources/sideeffect/Inheritance.java:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
class
A {
13
public
Object a =
new
Object();
14
}
15
16
class
B extends A {
17
public
Object m() {
return
this.a; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected