Skip to content
  1. Apr 20, 2013
  2. Apr 19, 2013
  3. Apr 18, 2013
  4. Apr 17, 2013
  5. Apr 16, 2013
    • Kohsuke Kawaguchi's avatar
      38eec416
    • Kohsuke Kawaguchi's avatar
      Fixing StringIndexOutOfBoundsException · ff7f272a
      Kohsuke Kawaguchi authored
      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)
      ff7f272a
    • Jesse Glick's avatar
      Merge pull request #760 from mpapo/JENKINS-17416 · 5ee9ab54
      Jesse Glick authored
      JENKINS-17416 - Improve Wipe Out Workspace label
      5ee9ab54
    • Kohsuke Kawaguchi's avatar
      the trunk is toward 1.513-SNAPSHOT · 72fbcbfc
      Kohsuke Kawaguchi authored
      72fbcbfc
    • Kohsuke Kawaguchi's avatar
      creating an RC branch · 1c35f363
      Kohsuke Kawaguchi authored
      1c35f363
    • Kohsuke Kawaguchi's avatar
      [JENKINS-13995] · 084da443
      Kohsuke Kawaguchi authored
      Added logging more liberally, and fixed the problem.
      The root cause was that when the mouse enters a hot spot, I wasn't cancelling the previous delayed hide timer.
      
      This fix eliminates the need for the hack in the hide method where I was testing if the mouse was still over the hotspot.
      084da443
Loading