Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 09c7cf6ad7cfb4d88d6d8936f29b13f3ca187875
      
https://github.com/jenkinsci/jenkins/commit/09c7cf6ad7cfb4d88d6d8936f29b13f3ca187875
  Author: Jesse Glick <[email protected]>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M core/src/main/java/hudson/model/AbstractProject.java
    M core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java
    M maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java

  Log Message:
  -----------
  [JENKINS-15156] Found a problem with uninitialized run maps in new Maven 
modules.
Not observed in actual usage, but reproducible (for me at least, though 
apparently not ci.jenkins-ci.org) in a test:
java.lang.AssertionError: null
    at 
jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:628)
    at 
jenkins.model.lazy.AbstractLazyLoadRunMap.all(AbstractLazyLoadRunMap.java:581)
    at 
jenkins.model.lazy.AbstractLazyLoadRunMap.entrySet(AbstractLazyLoadRunMap.java:243)
    at java.util.AbstractMap$2$1.<init>(AbstractMap.java:378)
    at java.util.AbstractMap$2.iterator(AbstractMap.java:377)
    at hudson.util.RunList.iterator(RunList.java:103)
    at hudson.util.RunList.size(RunList.java:114)
    at 
hudson.maven.MavenProjectTest.testDeleteSetBuildDeletesModuleBuilds(MavenProjectTest.java:159)



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