Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/subversion-plugin
  Commit: f30a73a79b42647de56a3a2f0212c7af1e39337d
      
https://github.com/jenkinsci/subversion-plugin/commit/f30a73a79b42647de56a3a2f0212c7af1e39337d
  Author: christ66 <[email protected]>
  Date:   2015-07-13 (Mon, 13 Jul 2015)

  Changed paths:
    M src/main/java/hudson/scm/CredentialsSVNAuthenticationProviderImpl.java
    M src/main/java/hudson/scm/SubversionRepositoryStatus.java
    M src/main/java/hudson/scm/SubversionSCM.java
    M 
src/main/java/hudson/scm/listtagsparameter/ListSubversionTagsParameterDefinition.java
    M src/main/java/jenkins/scm/impl/subversion/SVNRepositoryView.java

  Log Message:
  -----------
  Fix several potential null pointer dereferences.


  Commit: 90b5a393c9454d92e074f4447b9a8d6b034262cc
      
https://github.com/jenkinsci/subversion-plugin/commit/90b5a393c9454d92e074f4447b9a8d6b034262cc
  Author: christ66 <[email protected]>
  Date:   2015-07-13 (Mon, 13 Jul 2015)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/scm/PerJobCredentialStore.java
    M src/main/java/hudson/scm/SubversionSCM.java
    M src/main/java/hudson/scm/SubversionTagAction.java
    M 
src/main/java/hudson/scm/listtagsparameter/ListSubversionTagsParameterValue.java
    M src/main/resources/hudson/scm/SubversionTagAction/tagForm.jelly

  Log Message:
  -----------
  Merge branch 'master' into NPDereference

Conflicts:
        src/main/java/hudson/scm/SubversionSCM.java


  Commit: 974734bd8f1a24c4e078ce5608182adf4a362ae3
      
https://github.com/jenkinsci/subversion-plugin/commit/974734bd8f1a24c4e078ce5608182adf4a362ae3
  Author: christ66 <[email protected]>
  Date:   2015-07-19 (Sun, 19 Jul 2015)

  Changed paths:
    M 
src/main/java/hudson/scm/listtagsparameter/ListSubversionTagsParameterDefinition.java

  Log Message:
  -----------
  Return warning if we are unable to locate the tags directory.


  Commit: 630c351f7c392c4b4357056a56209345e5b4ec6c
      
https://github.com/jenkinsci/subversion-plugin/commit/630c351f7c392c4b4357056a56209345e5b4ec6c
  Author: christ66 <[email protected]>
  Date:   2015-07-19 (Sun, 19 Jul 2015)

  Changed paths:
    M src/main/java/hudson/scm/SubversionSCM.java

  Log Message:
  -----------
  Annotate SubversionSCM.descriptor with CheckForNull to discover more issues 
later.


  Commit: 4f46ce16025cdf6d040e3554efdb7ed0e6d092ba
      
https://github.com/jenkinsci/subversion-plugin/commit/4f46ce16025cdf6d040e3554efdb7ed0e6d092ba
  Author: christ66 <[email protected]>
  Date:   2015-07-19 (Sun, 19 Jul 2015)

  Changed paths:
    M src/main/java/hudson/scm/SubversionSCM.java

  Log Message:
  -----------
  Display a warnining if we are unable to check the remote location.


  Commit: 164eaa4bc84c6e2bd64e73f162651d0ad6751fe7
      
https://github.com/jenkinsci/subversion-plugin/commit/164eaa4bc84c6e2bd64e73f162651d0ad6751fe7
  Author: christ66 <[email protected]>
  Date:   2015-07-19 (Sun, 19 Jul 2015)

  Changed paths:
    M src/main/java/hudson/scm/SubversionRepositoryStatus.java

  Log Message:
  -----------
  Use Collections.emptyList.


  Commit: 461d9f89e5649795a6fe8dc3e583c09a8f85cd76
      
https://github.com/jenkinsci/subversion-plugin/commit/461d9f89e5649795a6fe8dc3e583c09a8f85cd76
  Author: christ66 <[email protected]>
  Date:   2015-07-19 (Sun, 19 Jul 2015)

  Changed paths:
    M src/main/java/hudson/scm/SubversionRepositoryStatus.java

  Log Message:
  -----------
  Fix imports.


  Commit: 3c72204a06372c2eb2886918063802978a8d2273
      
https://github.com/jenkinsci/subversion-plugin/commit/3c72204a06372c2eb2886918063802978a8d2273
  Author: christ66 <[email protected]>
  Date:   2015-07-19 (Sun, 19 Jul 2015)

  Changed paths:
    M src/main/java/hudson/scm/SubversionSCM.java

  Log Message:
  -----------
  Perform null check earlier and use an empty array.


  Commit: e6310ad85bb0c109ad040bec3d93928b98da4e36
      
https://github.com/jenkinsci/subversion-plugin/commit/e6310ad85bb0c109ad040bec3d93928b98da4e36
  Author: christ66 <[email protected]>
  Date:   2015-07-19 (Sun, 19 Jul 2015)

  Changed paths:
    M src/main/java/hudson/scm/SubversionRepositoryStatus.java

  Log Message:
  -----------
  Perform null check earlier, and log a warning if the Jenkins instance is 
currently not online.


  Commit: 8e1e0aeefb9705d8976d1de4c3aca8aec97d9f5f
      
https://github.com/jenkinsci/subversion-plugin/commit/8e1e0aeefb9705d8976d1de4c3aca8aec97d9f5f
  Author: Manuel Recena <[email protected]>
  Date:   2015-08-06 (Thu, 06 Aug 2015)

  Changed paths:
    M src/main/java/hudson/scm/CredentialsSVNAuthenticationProviderImpl.java
    M src/main/java/hudson/scm/SubversionRepositoryStatus.java
    M src/main/java/hudson/scm/SubversionSCM.java
    M 
src/main/java/hudson/scm/listtagsparameter/ListSubversionTagsParameterDefinition.java
    M src/main/java/jenkins/scm/impl/subversion/SVNRepositoryView.java

  Log Message:
  -----------
  Merge pull request #124 from christ66/NPDereference

Fix findbugs null pointer dereferences


Compare: 
https://github.com/jenkinsci/subversion-plugin/compare/b121992a56d6...8e1e0aeefb97

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