garydgregory commented on PR #537: URL: https://github.com/apache/commons-collections/pull/537#issuecomment-2327094439
@hemanth0525 In git master, we now make sure `IterableUtils.duplicateList()` has predictable order in its result. - Add `testDuplicateListMultipleDuplicatesInDequeReverse()` - Add `testDuplicateListMultipleDuplicatesInListReverse()` - If you do not care about order, you can use `IterableUtils.duplicateSet()` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
