-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE #9282]remove redundant judgment #9284
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about cacheMap.get()
is null or configChangeBatchListenResponse
is null?
1 As a global variable, cacheMap is initialized when it is created. So cacheMap.get() will not be empty |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #9284 +/- ##
==========================================
Coverage 44.08% 44.08%
+ Complexity 4858 4857 -1
==========================================
Files 913 913
Lines 33047 33047
Branches 3825 3826 +1
==========================================
Hits 14569 14569
+ Misses 17059 17055 -4
- Partials 1419 1423 +4
Continue to review full report at Codecov.
|
issue