COLLECTIONS-900: IteratorChain#addIterator() does not work properly with IteratorChain parameters - #730
COLLECTIONS-900: IteratorChain#addIterator() does not work properly with IteratorChain parameters#730mbaedke wants to merge 4 commits into
Conversation
…ith IteratorChain parameters Added failing test case.
…ith IteratorChain parameters Added comment
…ith IteratorChain parameters Extended test, suggested fix.
|
main and test changes don't match as the build fails in tests. |
|
@mbaedke |
…ith IteratorChain parameters Fixed codestyle.
|
Jira ticket is COLLECTIONS-900. |
|
Thx @garydgregory , fixed it. |
|
@mbaedke |
Yes, I'll get that done by EOW |
@garydgregory : Sorry for the late response. After thinking about it: this PR together with #628 fundamentally change the way addIterator() treats ChainedIterators. Wouldn't it be very reasonable to parameterize the test so that it runs a second time with makeObject() creating a chain of ChainedIteraors instead of ListIterators? |
Added failing test case.