My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 15: RecordEnumerationImpl.rebuild() does not filter properly
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  bar...@gmail.com
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

Powered by Google Project Hosting