307308309310311312313314315316317
catch (IOException e) { reporter.errorText(getName(), e.getMessage()); reporter.endMethod(); reporter.flush(); throw new JGitFlowIOException(e); } finally { walk.release(); }