On Tue, 7 Jul 2026 17:47:00 GMT, Andy Goryachev <[email protected]> wrote:
>> modules/javafx.fxml/src/main/java/com/sun/javafx/fxml/builder/ProxyBuilder.java
>> line 202:
>>
>>> 200: if (ObservableMap.class.isAssignableFrom(retType)) {
>>> 201: return FXCollections.observableHashMap();
>>> 202: }
>>
>> Question: the `javafx.collection` package also declares an `ObservableArray`
>> class, should it be handled here?
>
> `ObservableArray` descendants are used in `TriangleMesh`.
All right, I will check it and if possible add more tests with
`ObservableArray`.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2167#discussion_r3541652048