On Thu, 3 Nov 2022 16:21:20 GMT, Ajit Ghaisas <[email protected]> wrote:

>> there is a fall through (return is inside an `if` on line 173). 
>> The original code is a bit confusing, it took me a while to see the fall 
>> through cases, that's why I added explicit comments.
>
> There is a `return null` on line 176.
> In that case, we will return from either line 173 or line 176. Hence, there 
> is no fall through.

Any comments on this?

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

PR: https://git.openjdk.org/jfx/pull/876

Reply via email to