On Mon, 24 Aug 2026 15:34:33 GMT, Andy Goryachev <[email protected]> wrote:

>> Changes the `BinarySerializer.writeSimpleSelector` to emit sorted 
>> pseudoclasses' names.
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Andy Goryachev has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   lambda

This latest version looks good to me. I'll re-test it and then approve.

modules/javafx.graphics/src/test/java/test/javafx/css/StylesheetTest.java line 
894:

> 892:         BinarySerializer.write(selector, out, store);
> 893: 
> 894:         ArrayList<String> expected = new ArrayList();

Suggestion:`new ArrayList<>()`

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

PR Review: https://git.openjdk.org/jfx/pull/2271#pullrequestreview-4996816031
PR Review Comment: https://git.openjdk.org/jfx/pull/2271#discussion_r3833171427

Reply via email to