Issue 15: RecordEnumerationImpl.rebuild() does not filter properly
Status:  Fixed
Owner:
Closed:  Jan 2010
Project Member Reported by bar...@gmail.com, Nov 18, 2009
In my debugger I have seen the filter comparing the same record repeatedly.
I believe in the case where the filter matches data, you should increment
the recordId.

RecordEnumerationImpl.java, line 194:

if (filter != null && !filter.matches(data)) {
recordId++; // <----- Add this
continue;
}

Nov 18, 2009
Project Member #1 bar...@gmail.com
I meant to say: "in the case where there is a filter and it does not match
the data, you should still increment the recordId. Otherwise the same
recordId will be used repeatedly."
Jan 8, 2010
Project Member #2 bar...@gmail.com
Fixed by  Issue 23  patch
Status: Fixed
Labels: Milestone-3.0