1. 05 11月, 2014 1 次提交
  2. 04 11月, 2014 7 次提交
  3. 03 11月, 2014 8 次提交
  4. 02 11月, 2014 1 次提交
  5. 31 10月, 2014 1 次提交
  6. 30 10月, 2014 21 次提交
  7. 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