valerybokov commented on PR #370: URL: https://github.com/apache/pdfbox/pull/370#issuecomment-3622944273
Hi, @THausherr! This is another question. I cannot say is this bug or not. So, I wrote this information. I found one detail in the COSDictionary.addAll method. I compared it with other methods like clear, setItem, removeItem. And the call "getUpdateState().update();" always exists in them. But not in addAll. Also, I want to say that the addAll method calls the COSDictionary constructor, and maybe we don't need to call "getUpdateState().update();" in this case. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
