On Fri, 5 Aug 2022 17:21:47 GMT, Daniel Fuchs <[email protected]> wrote:

>> Right - which reminds me `String.equals("")` is an anti-pattern that should 
>> probably be replaced by `String.isEmpty()`
>
> One or the other :-)

LGTM.

We need a Strings utility class! ;-) Strings.isEmptyOrNull !

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

PR: https://git.openjdk.org/jdk/pull/9571

Reply via email to