You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertIterableEqualscan lead to a StackOverflowError for Path or general for Iterable that iterates over itself. This is similar to the issue #2157. The PR to this issue fixes the success case only.
assertIterableEquals
can lead to a StackOverflowError forPath
or general forIterable
that iterates over itself. This is similar to the issue #2157. The PR to this issue fixes the success case only.I created a PR with a possible fix and test.
Steps to reproduce
Context
Deliverables
Iterable<? extends Iterable<?>>
instances.I hereby agree to the terms of the JUnit Contributor License Agreement.
The text was updated successfully, but these errors were encountered: