|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-15465) Running a maven buil... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) Running a maven... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) Running a maven... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) Running a maven... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList returni... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList returni... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList returni... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList returni... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList returni... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList returni... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList returni... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList returni... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList returni... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList returni... [email protected] (JIRA)

Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
core/src/main/java/hudson/model/RunMap.java
core/src/main/java/hudson/util/RunList.java
http://jenkins-ci.org/commit/jenkins/807dc7174cd8ed4ec3cb9562f1c3f90f4035cf33
Log:
JENKINS-15465 tweaking subList implementation and iterator.
I can't really think of how null ends up in the resulting list, but adding a check in Iterator to detect that situation.
Also, improved the efficiency of the subList implementation.
Compare: https://github.com/jenkinsci/jenkins/compare/35eadbcf6e96...807dc7174cd8