On Thu, 6 Apr 2023 16:49:34 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

>> Phil Race has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   fix ranges
>
> modules/javafx.graphics/src/main/java/com/sun/javafx/font/PrismFontFactory.java
>  line 245:
> 
>> 243:          * Probably this should be handled elsewhere
>> 244:          */
>> 245:         if (isMacOSX && name.startsWith("System ")) {
> 
> `name` can be null, so you need a null check here. This is the cause of the 
> unit test failures.

fixed

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1067#discussion_r1160085423

Reply via email to