1. 04 11月, 2014 4 次提交
  2. 03 11月, 2014 8 次提交
  3. 02 11月, 2014 1 次提交
  4. 31 10月, 2014 1 次提交
  5. 30 10月, 2014 21 次提交
  6. 29 10月, 2014 1 次提交
    • J
      fromExternalizableId should just return null, not throw IAE, if the job has... · 4cb7414e
      Jesse Glick 提交于
      fromExternalizableId should just return null, not throw IAE, if the job has since been renamed/move/deleted.
      (It could already return null if the run has since been deleted; #1264 failed to mark this properly.)
      Reserving IAE for inputs that getExternalizableId could not actually have produced,
      and making sure to also throw this in case of non-numeric text after the hash.
      Adding Javadoc for both methods.
      4cb7414e
  7. 28 10月, 2014 4 次提交