You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "hengyoush (GitHub)" <gi...@apache.org> on 2019/08/16 14:14:40 UTC

[GitHub] [dubbo] hengyoush opened pull request #4860: Optimize code of DubboBeanDefinitionParser.java

1. 判断字符串为空改为使用StringUtils
2. 将过多嵌套层次的if,循环改为使用卫语句
3. 增加使用lambda表达式和Optional代替for循环和判空

[ Full content available at: https://github.com/apache/dubbo/pull/4860 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] ralf0131 closed pull request #4860: Optimize code of DubboBeanDefinitionParser.java

Posted by "ralf0131 (GitHub)" <gi...@apache.org>.
[ pull request closed by ralf0131 ]

[ Full content available at: https://github.com/apache/dubbo/pull/4860 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org