hg: openjfx/8/graphics/rt: RT-28969 ListProperty.equals(list) fails while list.equals(listProperty) succeeds

hang.vo at oracle.com hang.vo at oracle.com
Wed Mar 20 03:34:34 PDT 2013


Changeset: c20a97e91414
Author:    Martin Sladecek <martin.sladecek at oracle.com>
Date:      2013-03-20 11:20 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c20a97e91414

RT-28969 ListProperty.equals(list) fails while list.equals(listProperty) succeeds

! javafx-beans/src/com/sun/javafx/binding/BidirectionalBinding.java
! javafx-beans/src/javafx/beans/binding/ListExpression.java
! javafx-beans/src/javafx/beans/binding/SetExpression.java
! javafx-beans/src/javafx/beans/property/ReadOnlyBooleanProperty.java
! javafx-beans/src/javafx/beans/property/ReadOnlyDoubleProperty.java
! javafx-beans/src/javafx/beans/property/ReadOnlyFloatProperty.java
! javafx-beans/src/javafx/beans/property/ReadOnlyIntegerProperty.java
! javafx-beans/src/javafx/beans/property/ReadOnlyListProperty.java
! javafx-beans/src/javafx/beans/property/ReadOnlyLongProperty.java
! javafx-beans/src/javafx/beans/property/ReadOnlyMapProperty.java
! javafx-beans/src/javafx/beans/property/ReadOnlyObjectProperty.java
! javafx-beans/src/javafx/beans/property/ReadOnlyProperty.java
! javafx-beans/src/javafx/beans/property/ReadOnlySetProperty.java
! javafx-beans/src/javafx/beans/property/ReadOnlyStringProperty.java
! javafx-beans/src/javafx/collections/FXCollections.java
! javafx-beans/test/javafx/beans/property/ReadOnlyBooleanPropertyTest.java
! javafx-beans/test/javafx/beans/property/ReadOnlyDoublePropertyTest.java
! javafx-beans/test/javafx/beans/property/ReadOnlyFloatPropertyTest.java
! javafx-beans/test/javafx/beans/property/ReadOnlyIntegerPropertyTest.java
! javafx-beans/test/javafx/beans/property/ReadOnlyListPropertyTest.java
! javafx-beans/test/javafx/beans/property/ReadOnlyLongPropertyTest.java
! javafx-beans/test/javafx/beans/property/ReadOnlyMapPropertyTest.java
! javafx-beans/test/javafx/beans/property/ReadOnlyObjectPropertyTest.java
! javafx-beans/test/javafx/beans/property/ReadOnlySetPropertyTest.java
! javafx-beans/test/javafx/beans/property/ReadOnlyStringPropertyTest.java
! javafx-beans/test/javafx/collections/ObservableListTest.java
! javafx-beans/test/javafx/collections/ObservableMapTest.java
! javafx-beans/test/javafx/collections/ObservableSetTest.java
! javafx-beans/test/javafx/collections/TestedObservableLists.java
! javafx-beans/test/javafx/collections/TestedObservableMaps.java
! javafx-beans/test/javafx/collections/TestedObservableSets.java



More information about the openjfx-dev mailing list