You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (Jira)" <ji...@apache.org> on 2021/03/20 15:41:00 UTC

[jira] [Created] (PDFBOX-5136) Remove COSDocument#finalize

Andreas Lehmkühler created PDFBOX-5136:
------------------------------------------

             Summary: Remove COSDocument#finalize
                 Key: PDFBOX-5136
                 URL: https://issues.apache.org/jira/browse/PDFBOX-5136
             Project: PDFBox
          Issue Type: Improvement
          Components: Parsing, PDModel
    Affects Versions: 3.0.0 PDFBox
            Reporter: Andreas Lehmkühler
            Assignee: Andreas Lehmkühler
             Fix For: 3.0.0 PDFBox


PDDocument implements the Closeable interface a closes the underlying instance of COSDocument once it is closed itself, so that there is no need to use the finalize method to perform a sanity check about not closed resources. Furthermore it is a bad idea to overwrite finalize for different good reasons.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org