Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 6586d779b1652ac91c20e2bb11f8915d1e36beea
      
https://github.com/jenkinsci/jenkins/commit/6586d779b1652ac91c20e2bb11f8915d1e36beea
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-20 (Wed, 20 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/PluginWrapper.java
    M core/src/main/java/jenkins/model/Jenkins.java

  Log Message:
  -----------
  Better null safety.
Defense against an exception consistently thrown when running functional tests 
against 1.532.1 (but not 1.540, for whatever reason):
… hudson.PluginWrapper stop
WARNING: Failed to shut down …
java.lang.NullPointerException
        at jenkins.model.Jenkins.lookup(Jenkins.java:3898)
        at hudson.PluginWrapper.getPlugin(PluginWrapper.java:287)
        at hudson.PluginWrapper.stop(PluginWrapper.java:377)
        at hudson.PluginManager.stop(PluginManager.java:650)
        at 
org.jvnet.hudson.test.TestPluginManager.reallyStop(TestPluginManager.java:129)
        at 
org.jvnet.hudson.test.TestPluginManager.access$000(TestPluginManager.java:55)
        at 
org.jvnet.hudson.test.TestPluginManager$1.run(TestPluginManager.java:140)



-- 
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/groups/opt_out.

Reply via email to