NightOwl888 commented on issue #271: URL: https://github.com/apache/lucenenet/issues/271#issuecomment-2504608067
> Next question: on the IOUtils restoring the `Close...` methods, do we need the unused `CloseWhileHandlingException` overloads that take an `Exception priorException` first argument? These don't exist upstream, and I'm assuming they exist here because their Disposable counterparts exist, and aren't needed. But let me know if there's a reason why we'd need them for Close. I don't recall adding any overloads, just moving over the ones that existed. I see this defined upstream: https://github.com/apache/lucene/blob/releases/lucene-solr/4.8.0/lucene/core/src/java/org/apache/lucene/util/IOUtils.java#L82 Is that not what you are referring to? -- 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: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org