Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The "improvement" to make remove-from-index work faster on sorted indexes by doing a binary search, is broken - when the element isn't found, it throws an index-array-out-of-bounds exception.