Integrated: 8267505: {List, Set, Map}PropertyBase::bind should check against identity
Jose Pereda
jpereda at openjdk.java.net
Sat Jun 5 10:49:59 UTC 2021
On Mon, 24 May 2021 11:56:35 GMT, Jose Pereda <jpereda at openjdk.org> wrote:
> ListPropertyBase::bind, SetPropertyBase::bind, MapPropertyBase::bind have a check on whether a different instance of the observable is the same, and this PR changes that to check against identity.
>
> Tests are included.
This pull request has now been integrated.
Changeset: 59cf4de3
Author: Jose Pereda <jpereda at openjdk.org>
URL: https://git.openjdk.java.net/jfx/commit/59cf4de33f4e5dd60be64a6ff381f17703e3175e
Stats: 110 lines in 6 files changed: 107 ins; 0 del; 3 mod
8267505: {List,Set,Map}PropertyBase::bind should check against identity
Reviewed-by: mhanl, kcr
-------------
PR: https://git.openjdk.java.net/jfx/pull/516
More information about the openjfx-dev
mailing list