RFR: 8267505: {List, Set, Map}PropertyBase::bind should check against identity

Kevin Rushforth kcr at openjdk.java.net
Fri Jun 4 23:26:57 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.

Marked as reviewed by kcr (Lead).

-------------

PR: https://git.openjdk.java.net/jfx/pull/516


More information about the openjfx-dev mailing list