Closed mlopatkin closed 5 months ago
The filter-to-index map of FilterModelImpl is the culprit: it doesn't update remaining stored indices when any of the filters are removed. Why do we need the map in the first place? It makes replacing O(1), but is having O(n) replace that bad actually?
Affects 0.23-SNAPSHOT.
Expected result: edit succeeds. Actual result: an exception is thrown: