Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: fc28fa2c93b842b54a135f9d13aa9322d04dd3bb
      
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/fc28fa2c93b842b54a135f9d13aa9322d04dd3bb
  Author: Pavel Roskin <plros...@gmail.com>
  Date:   2019-04-24 (Wed, 24 Apr 2019)

  Changed paths:
    M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger.java
    M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashRepository.java

  Log Message:
  -----------
  Iterate over map entries more efficiently

Use iteration over key-value pairs, not over keys. The later is less
efficient, as it needs to construct a temporary Set of keys.

Remove attributes to suppress corresponding FindBugs issues.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to