[ 
https://issues.apache.org/jira/browse/PDFBOX-5136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Lehmkühler updated PDFBOX-5136:
---------------------------------------
    Description: 
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. 
See PDFBOX-4202 for some additional information



  was: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.


> 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
>            Priority: Major
>             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. See PDFBOX-4202 for some additional information



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to