On Thu, 2 Jul 2026 15:39:14 GMT, Andy Goryachev <[email protected]> wrote:

>> Petr Štechmüller has updated the pull request incrementally with two 
>> additional commits since the last revision:
>> 
>>  - Use collection instead of List/Set pair
>>  - Update copyright headers
>
> 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`.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2167#discussion_r3538548534

Reply via email to