MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / finalize

Method finalize

src/java/com/libmailcore/NativeObject.java:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7/** Native C++ Object wrapper. */
8public class NativeObject implements Cloneable, Serializable {
9 protected void finalize() throws Throwable
10 {
11 super.finalize();
12 unsetupNative();
13 }
14
15 protected native void initWithNative(long nativeHandle);
16 private native void unsetupNative();

Callers

nothing calls this directly

Calls 1

unsetupNativeMethod · 0.95

Tested by

no test coverage detected