You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/12/15 07:58:22 UTC

[GitHub] [rocketmq] xiaoyifang opened a new issue, #5699: [code issue]duplicate code of UtilAll.isBlank method

xiaoyifang opened a new issue, #5699:
URL: https://github.com/apache/rocketmq/issues/5699

   https://github.com/apache/rocketmq/blob/ec5d3236f65786be7dde712dda5f5ee152d0dce6/common/src/main/java/org/apache/rocketmq/common/UtilAll.java#L456-L467
   
   there are also two other places has the same definition.
   ![image](https://user-images.githubusercontent.com/105986/207804246-e4a85931-eb43-4dc4-8ba9-ef4a75ec1307.png)
   
   
   recommend to replace isBlank with apachecommon StringUtils.isBlank ,the implementation is the same.


-- 
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: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] lizhanhui closed issue #5699: [code issue]duplicate code of UtilAll.isBlank method

Posted by GitBox <gi...@apache.org>.
lizhanhui closed issue #5699: [code issue]duplicate code of UtilAll.isBlank method
URL: https://github.com/apache/rocketmq/issues/5699


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org