MCPcopy Create free account
hub / github.com/ReadyTalk/avian / finalize

Method finalize

classpath/java/net/Socket.java:71–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 @Override
72 protected void finalize() throws Throwable {
73 close();
74 super.finalize();
75 }
76
77 @Override
78 public int read() throws IOException {

Callers

nothing calls this directly

Calls 2

closeMethod · 0.95
finalizeMethod · 0.45

Tested by

no test coverage detected