JinwooHwang commented on code in PR #7976: URL: https://github.com/apache/geode/pull/7976#discussion_r2939204219
########## geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/QueryCommand.java: ########## Review Comment: @kaajaln2 , StringUtils.isEmpty(null) returns true (Apache Commons Lang), so any null value returns early at line 79–83 before execution can ever reach line 88. Thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
