dan-s1 commented on PR #9674: URL: https://github.com/apache/nifi/pull/9674#issuecomment-2628361563
@exceptionfactory I did notice two things which are not directly related to this ticket but I believe should be addressed. In class `SimpleRedisDistributedMapCacheClientService `, Intellij reports that line 111 is unreachable code as `existingValue == null `is always false and similarly on line 183 where `v == null `is always false In addition Intellij reports `RedisStateProvider` has unreachable code on line 324 as `keys == null` is always false. -- 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]
