hg: openjfx/8u-dev/rt: RT-33633 Exceptions by Invalidation- or ChangeListeners are not caught
hang.vo at oracle.com
hang.vo at oracle.com
Tue Feb 25 01:48:20 PST 2014
Changeset: c3a273e2382a
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2014-02-25 10:43 +0100
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c3a273e2382a
RT-33633 Exceptions by Invalidation- or ChangeListeners are not caught
Fixed tests that assumed exception from a setter of a property that were were binding to. This is incorrect and had to be fixed.
! modules/base/src/main/java/com/sun/javafx/binding/ExpressionHelper.java
! modules/base/src/main/java/com/sun/javafx/collections/ArrayListenerHelper.java
! modules/base/src/main/java/com/sun/javafx/collections/ListListenerHelper.java
! modules/base/src/main/java/com/sun/javafx/collections/MapListenerHelper.java
! modules/base/src/main/java/com/sun/javafx/collections/SetListenerHelper.java
! modules/base/src/test/java/com/sun/javafx/binding/BidirectionalBindingTest.java
! modules/base/src/test/java/com/sun/javafx/binding/ExpressionHelperTest.java
! modules/base/src/test/java/com/sun/javafx/collections/ListListenerHelperTest.java
! modules/base/src/test/java/com/sun/javafx/collections/MapListenerHelperTest.java
! modules/base/src/test/java/com/sun/javafx/collections/SetListenerHelperTest.java
! modules/graphics/src/test/java/javafx/scene/Node_bind_Test.java
! modules/graphics/src/test/java/javafx/scene/effect/BlendTest.java
! modules/graphics/src/test/java/javafx/scene/effect/EffectInputTest.java
! modules/graphics/src/test/java/javafx/scene/effect/LightingTest.java
More information about the openjfx-dev
mailing list