Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
7.1
-
None
-
None
-
New
Description
There are a couple of issues with UnescapedCharSequence:
1. The private constructor is not used anywhere (and if it were, it would throw exceptions)
2. The ToEscapedString() overload has an invalid condition that will only evaluate to true if the string has a length of 0.
There are no tests for UnescapedCharSequence so these issues have gone unnoticed for quite some time.
Attachments
Issue Links
- is related to
-
LUCENENET-592 Lucene.Net.QueryParsers.Flexible.Core.Util.UnescapedCharSequence
- Resolved