Branch: refs/heads/dependabot/maven/master/com.github.spotbugs-spotbugs-4.2.0
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 8c05b2d17ce86940cffa028b9ed05d381fbb65b7
      
https://github.com/jenkinsci/git-plugin/commit/8c05b2d17ce86940cffa028b9ed05d381fbb65b7
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
    M src/main/java/hudson/plugins/git/browser/GitLab.java

  Log Message:
  -----------
  Don't construct & discard a Double object

Converting a string that contains a double into a double does not
require that we construct a Double object.  Use the parseDouble method
to convert the String directly to the primitive double without
constructing an unnecessary Double object during the conversion
process.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-plugin/push/refs/heads/dependabot/maven/master/com.github.spotbugs-spotbugs-4.2.0/f101a7-8c05b2%40github.com.

Reply via email to