uschindler commented on PR #15843: URL: https://github.com/apache/lucene/pull/15843#issuecomment-4106515253
Hi, In the other PR that will be merged soon, I changed the code a bit to not fail on RuntimeException. Theoretically under some circumstances it may fail with IllegalArgException, so the hole static block handles this. It won't catch and ignore Throwable or Errors as this is a no-go, also for static initializers. Uwe -- 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]
