Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ finalize
Method
finalize
classpath/java/net/Socket.java:198–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
}
197
198
@Override
199
protected
void
finalize() throws Throwable {
200
close();
201
super.finalize();
202
}
203
}
Callers
2
finalize
Method · 0.45
finalize
Method · 0.45
Calls
1
close
Method · 0.95
Tested by
no test coverage detected