x22x22 opened a new pull request #5612:
URL: https://github.com/apache/skywalking/pull/5612


   Please answer these questions before submitting a pull request
   
   - Why submit this pull request?
   - [x] Bug fix
   - [ ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   
   ___
   ### Bug fix
   - Bug description.
   
   Accessing a value using a key that was retrieved from a keySet iterator. It 
is more efficient to use an iterator on the entrySet of the map, avoiding the 
extra HashMap.get(key) lookup.
   
   - How to fix?
   
   replace with entrySet
   
   ___
   ### New feature or improvement
   - Describe the details and related test reports.
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to