Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Lucene.Net 4.8.0
-
None
-
.NET 4.5.1/4.6.2
Description
I noticed a few things that seem to be bugs in UnescapedCharSequence.cs.
Line 77: I found no reference to the private constructor UnescapedCharSequence(UnescapedCharSequence text), but needed to use it.
Line 81: The for loop throws an exception as the condition statement goes beyond the length of text due to '<=', rather than '<'.
Line 128: The for loop immediately terminates as i will always fail the condition statement.
Attachments
Issue Links
- relates to
-
LUCENE-8001 UnescapedCharSequence Bugs
- Open