Branch: refs/heads/stable
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 01f09f66caf0cc96d1d5fd01d3105b65f745a8a4
      
https://github.com/jenkinsci/jenkins/commit/01f09f66caf0cc96d1d5fd01d3105b65f745a8a4
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-05-17 (Fri, 17 May 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/ItemGroup.java
    M maven-plugin/src/main/java/hudson/maven/MavenModuleSet.java
    M test/src/test/java/hudson/maven/MavenModuleSetTest.java

  Log Message:
  -----------
  [FIXED JENKINS-17402] getItem may return null but may not throw IAE.(cherry 
picked from commit 7fa8fe4096d0134f598a9d475df1c6199b9b05e7)

Conflicts:
        changelog.html


  Commit: 3662fb13c66c0f0c6e0d992665fd2d3a7e27b2ce
      
https://github.com/jenkinsci/jenkins/commit/3662fb13c66c0f0c6e0d992665fd2d3a7e27b2ce
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-05-17 (Fri, 17 May 2013)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  [JENKINS-17721] Noting.
(cherry picked from commit c10c814b6e403c7588eaf805128f4e549369d06a)

Conflicts:
        changelog.html


  Commit: 45699fed47c0b1f1154296d7cba44c852b7df3d1
      
https://github.com/jenkinsci/jenkins/commit/45699fed47c0b1f1154296d7cba44c852b7df3d1
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-05-17 (Fri, 17 May 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/AboutJenkins.java
    M core/src/main/resources/hudson/AboutJenkins/index.jelly

  Log Message:
  -----------
  [FIXED JENKINS-17724] /about was not showing licenses.
A recent Stapler update caused the Jelly facet to ignore *.xml.
So need to use raw j:include (as plugins were doing), not st:include (as core 
did).(cherry picked from commit 0bf434845b5de755d730fb73ae1688b02dba8894)

Conflicts:
        changelog.html
        core/src/main/resources/hudson/AboutJenkins/index.jelly


  Commit: ea0bf9577435e3195b3be02879530224885f6c24
      
https://github.com/jenkinsci/jenkins/commit/ea0bf9577435e3195b3be02879530224885f6c24
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-05-17 (Fri, 17 May 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/matrix/MatrixConfiguration.java

  Log Message:
  -----------
  [FIXED JENKINS-17728] ParentBuildAction.parent can sometimes be null.(cherry 
picked from commit 06e459fffebfe447dcd3edad73559ffb4a8ae707)

Conflicts:
        changelog.html


  Commit: a9fb7fe72c5dfe70397743892e286eccd5ae74f7
      
https://github.com/jenkinsci/jenkins/commit/a9fb7fe72c5dfe70397743892e286eccd5ae74f7
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2013-05-17 (Fri, 17 May 2013)

  Changed paths:
    M core/src/main/java/hudson/tasks/junit/PackageResult.java
    M core/src/main/java/hudson/tasks/test/TestObject.java

  Log Message:
  -----------
  Fixing StringIndexOutOfBoundsException

I'm not really sure what this code is doing or what ID is supposed to look 
like. So this is just a minimum-intrusion change to avoid an exception.

java.lang.StringIndexOutOfBoundsException: String index out of range: -1
  at java.lang.String.substring(String.java:1875)
  at 
hudson.tasks.junit.PackageResult.findCorrespondingResult(PackageResult.java:86)
  at hudson.tasks.junit.TestResult.findCorrespondingResult(TestResult.java:295)
  at 
hudson.tasks.test.AbstractTestResultAction.findCorrespondingResult(AbstractTestResultAction.java:183)
  at hudson.tasks.test.TestResult.getResultInBuild(TestResult.java:162)
  at hudson.tasks.junit.History.getList(History.java:82)
  at hudson.tasks.junit.History$1.createDataSet(History.java:105)
  at hudson.tasks.junit.History$GraphImpl.createGraph(History.java:169)
  at hudson.util.Graph.render(Graph.java:87)
  at hudson.util.Graph.doPng(Graph.java:98)
(cherry picked from commit ff7f272a4b4e96d2efe8966f94c852fff2eea46d)


Compare: 
https://github.com/jenkinsci/jenkins/compare/83b5ccbd3054...a9fb7fe72c5d

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to