Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 3936a1ba0ce014175d860bf624dcc3fbebc931f0
      
https://github.com/jenkinsci/git-plugin/commit/3936a1ba0ce014175d860bf624dcc3fbebc931f0
  Author: Mark Waite <[email protected]>
  Date:   2018-05-09 (Wed, 09 May 2018)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitChangeSet.java
    M src/main/java/hudson/plugins/git/GitSCM.java
    M src/main/java/hudson/plugins/git/GitStatus.java
    M src/main/java/hudson/plugins/git/GitTagAction.java
    M src/main/java/hudson/plugins/git/util/BuildChooserDescriptor.java
    M src/main/java/jenkins/plugins/git/AbstractGitSCMSource.java
    M src/main/java/jenkins/plugins/git/GitSCMSource.java
    M src/main/java/jenkins/plugins/git/traits/GitBrowserSCMSourceTrait.java

  Log Message:
  -----------
  Suppress findbugs warnings from Jenkins 2.60 builds

Some tests call methods that rely on a Jenkins instance but the test is
being called outside a JenkinsRule.  Thus there is not a valid Jenkins
instance.  Rather than alter behavior of those tests, suppress the
findbugs warning for the Jenkins.getInstance() reference.

Problem is visible with:

    mvn clean -Djenkins.version=2.60.1 -Dtest=StashTest test findbugs:findbugs

These exclusions and the null checks should be removable once the JDK
8 pull request is merged.


  Commit: 5c8b32ac9670288b9a7fca45cdd9d67a94669c38
      
https://github.com/jenkinsci/git-plugin/commit/5c8b32ac9670288b9a7fca45cdd9d67a94669c38
  Author: Mark Waite <[email protected]>
  Date:   2018-05-09 (Wed, 09 May 2018)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitChangeSet.java
    M src/main/java/hudson/plugins/git/GitSCM.java
    M src/main/java/hudson/plugins/git/GitStatus.java
    M src/main/java/hudson/plugins/git/GitTagAction.java
    M src/main/java/hudson/plugins/git/util/BuildChooserDescriptor.java
    M src/main/java/jenkins/plugins/git/AbstractGitSCMSource.java
    M src/main/java/jenkins/plugins/git/GitSCMSource.java
    M src/main/java/jenkins/plugins/git/traits/GitBrowserSCMSourceTrait.java

  Log Message:
  -----------
  Merge pull request #587 from 
MarkEWaite/suppress-jenkins-2.60-findbugs-warnings

Suppress findbugs warnings from Jenkins 2.60 builds


Compare: 
https://github.com/jenkinsci/git-plugin/compare/dfc90c17d5ca...5c8b32ac9670
      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to