slow-J opened a new pull request, #12849: URL: https://github.com/apache/lucene/pull/12849
Fixing a basic bug in UnescapedCharSequence https://github.com/apache/lucene/blob/2bb69f3246218dd8176cf92d8064623688c5272c/lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/core/util/UnescapedCharSequence.java#L86 and adding some basic unit tests. Also removing an unused private constructor. This is not very urgent since the issue is over 6 years old, but we may as well clean this code up. Closes #9049. -- 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]
