MCPcopy 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

finalizeMethod · 0.45
finalizeMethod · 0.45

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected