valerybokov edited a comment on pull request #107: URL: https://github.com/apache/pdfbox/pull/107#issuecomment-846415688
> Re filter: My understanding is that the caller should close streams unless the javadoc tell something else. So I did search a bit, and found places in COSStream and PDStream where this isn't done. I'll create an issue. > > Re COSArrayList: that one I prefer not to touch myself, but I think there's an issue about it in JIRA, if not, please create one. Filter: I believe if a resource (stream) has been created outside it should be closed outside. Ok, you fixed it. CosArrayList: you wrote me about problems wirh this class and sent a link: https://issues.apache.org/jira/browse/PDFBOX-4669. I found these weird rows of code in this class. Ok. I'll sent these results to that issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
