-
Bug
-
Resolution: Fixed
-
P3
-
1.2.0
-
1.2beta4
-
generic
-
solaris_2.5
-
Verified
The spec reads:
"Create a hit at offset, associated with the character after the offset."
For beforeOffset(int), the spec reads:
"Create a hit at offset, associated with the character before the offset."
beforeOffset creates a trailing hit at (offset - 1).
Logically, afterOffset should create a leading hit at (offset + 1).
However, the current code creates a leading hit at (offset).
"Create a hit at offset, associated with the character after the offset."
For beforeOffset(int), the spec reads:
"Create a hit at offset, associated with the character before the offset."
beforeOffset creates a trailing hit at (offset - 1).
Logically, afterOffset should create a leading hit at (offset + 1).
However, the current code creates a leading hit at (offset).