uschindler opened a new pull request, #15878: URL: https://github.com/apache/lucene/pull/15878
This is a bug which may happen with empty caller stack. Not urgent, but logic was wrong due to existential quantification (allMatch returns true if stream is empty); anyMatch not. As we have a stream with at max one entry, the condition anyMatch is the only correct one to identify a valid caller. -- 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]
