246247248249250251252253254255256
if (is != null) { is.close(); is = null; } if (rw != null) { rw.dispose(); rw = null; } if (r != null) { r.close(); r = null;
277278279280281282283284285286287
10141015101610171018101910201021102210231024
walk.parseBody(parent); fileViewer.setInput(unfilteredCommit); } catch (IOException e) { fileViewer.setInput(c); } finally { walk.dispose(); } if (input.getSingleFile() != null) fileViewer.selectFirstInterestingElement(); }
7980818283848586878889
model.getCommitList().fillTo(Integer.MAX_VALUE); } catch (Throwable error) { model.setContent(error.getMessage()); } finally { if (walk != null) { walk.dispose(); } } } }); }