On Sat, 1 Nov 2025 01:05:39 GMT, Alexander Matveev <[email protected]> wrote:

> Looks like this code will return `true` even if value is `false`

Correct. This code filters the node by its name. If the name is `true` or 
`false`, it accepts it and pass further, otherwise it returns `false` and the 
function returns an empty Optional.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28089#discussion_r2483044693

Reply via email to