8000
There was an error while loading. Please reload this page.
Because of problems described in finalize() documentation, this method should be removed from Builder class. https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html#finalize--
According to java documentation classes Database and Builder should implement AutoCloseable interface.
Requested priority: Show Sopper if project will migrate to higher Java version, Low otherwise
ISSUE: Finalize is depricated since Java9
Details
Because of problems described in finalize() documentation, this method should be removed from Builder class.
https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html#finalize--
According to java documentation classes Database and Builder should implement AutoCloseable interface.
Requested priority:
Show Sopper if project will migrate to higher Java version, Low otherwise