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

Method finalize

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

Source from the content-addressed store, hash-verified

114 }
115
116 @Override
117 protected void finalize() throws Throwable {
118 close();
119 super.finalize();
120 }
121
122 @Override
123 public void write(int c) throws IOException {

Callers

nothing calls this directly

Calls 2

closeMethod · 0.95
finalizeMethod · 0.45

Tested by

no test coverage detected