MCPcopy Create free account
hub / github.com/M66B/FairEmail / finalize

Method finalize

app/src/main/java/com/sun/mail/pop3/POP3Store.java:544–552  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

542 }
543
544 @Override
545 protected void finalize() throws Throwable {
546 try {
547 if (port != null) // don't force a connection attempt
548 close(!finalizeCleanClose);
549 } finally {
550 super.finalize();
551 }
552 }
553
554 private void checkConnected() throws MessagingException {
555 if (!super.isConnected())

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected