Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

fix removeIf() not working on BackedList#163

Open
Boris-de wants to merge 1 commit intodom4j:masterfrom
Boris-de:fix-removeif
Open

fix removeIf() not working on BackedList#163
Boris-de wants to merge 1 commit intodom4j:masterfrom
Boris-de:fix-removeif

Conversation

@Boris-de
Copy link

This is caused by BackedList extending ArrayList which does not use the default implementation of removeIf() but its own optimized implementation that does not use remove() so changes are not reflected in the branchContent list.

I does look like this is the only "new" method with this problem.

This is caused by BackedList extending ArrayList which does not use the
default implementation of `removeIf()` but its own optimized
implementation that does not use `remove()` so changes are not reflected
in the branchContent list.
@FilipJirsak FilipJirsak self-assigned this Mar 4, 2025
@FilipJirsak FilipJirsak added this to the 2.1.5 milestone Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants