Branch: refs/heads/2.2.x
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: b82061e61fc6c4f9fa37518486639ef9496a6262
      
https://github.com/jenkinsci/git-plugin/commit/b82061e61fc6c4f9fa37518486639ef9496a6262
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2014-08-10 (Sun, 10 Aug 2014)

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

  Log Message:
  -----------
  GitChangeSet.getBranch always returned null, make it explicit

The branch instance variable was not initialized and was never
written.  The Java language spec declares that instance variables are
initialized with their default value (null for an object).  Thus,
getBranch() always returned null.

This change removes the branch instance variable which was never
assigned.

Found by findbugs


  Commit: 4fb1492a5a98bf0598451e98bd5ab77bbb39dc09
      
https://github.com/jenkinsci/git-plugin/commit/4fb1492a5a98bf0598451e98bd5ab77bbb39dc09
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2014-08-10 (Sun, 10 Aug 2014)

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

  Log Message:
  -----------
  Remove unread field from SubmoduleCOmbinator


  Commit: 5d1639fbadc3fab10a16ae8dc02a18c53f545326
      
https://github.com/jenkinsci/git-plugin/commit/5d1639fbadc3fab10a16ae8dc02a18c53f545326
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2014-08-10 (Sun, 10 Aug 2014)

  Changed paths:
    M src/findbugs/excludesFilter.xml

  Log Message:
  -----------
  Exclude wrong map iterator findbugs warning on SubmoduleCombinator

Needed due to logic of the difference() method


Compare: 
https://github.com/jenkinsci/git-plugin/compare/bd0533ccb685...5d1639fbadc3

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