Project

General

Profile

Bug #5010

Updated by Greg Shah over 3 years ago

@RemoveAll@ method on @Core.Collections.EntrySet@ only removes entries present in input entry set if and only if entry key is equals with entry value. This is definitively wrong, @Remove@ only check entry's key.

FWD implementation simply call @Remove@ for each entry and as such if key matches the entry is removed.

Back