hg: openjfx/8u-dev/rt: RT-36294 FXML binding on custom property in javafx8 not working, if that property created thrue constructor with no arguments
hang.vo at oracle.com
hang.vo at oracle.com
Mon Mar 24 11:03:20 UTC 2014
Changeset: eee373287ad8
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2014-03-24 11:45 +0100
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/eee373287ad8
RT-36294 FXML binding on custom property in javafx8 not working, if that property created thrue constructor with no arguments
! modules/fxml/src/main/java/com/sun/javafx/fxml/expression/ExpressionValue.java
+ modules/fxml/src/test/java/javafx/fxml/ExpressionBindingController.java
+ modules/fxml/src/test/java/javafx/fxml/FXMLLoader_ExpressionTest.java
+ modules/fxml/src/test/java/javafx/fxml/IncompletePropertyContainer.java
- modules/fxml/src/test/java/javafx/fxml/RT_14880Controller.java
- modules/fxml/src/test/java/javafx/fxml/RT_14880Test.java
- modules/fxml/src/test/java/javafx/fxml/RT_17646Controller.java
- modules/fxml/src/test/java/javafx/fxml/RT_17646Test.java
- modules/fxml/src/test/java/javafx/fxml/RT_18680Test.java
- modules/fxml/src/test/java/javafx/fxml/RT_24465.java
+ modules/fxml/src/test/resources/javafx/fxml/expression_binding.fxml
+ modules/fxml/src/test/resources/javafx/fxml/expression_escapechars.fxml
+ modules/fxml/src/test/resources/javafx/fxml/expression_incomplete_property.fxml
- modules/fxml/src/test/resources/javafx/fxml/rt_14880.fxml
- modules/fxml/src/test/resources/javafx/fxml/rt_17646.fxml
- modules/fxml/src/test/resources/javafx/fxml/rt_18680.fxml
More information about the openjfx-dev
mailing list