]> source.dussan.org Git - jgit.git/commit
[errorprone] WalkFetchConnection: ensure exception isn't suppressed 69/172969/5
authorMatthias Sohn <matthias.sohn@sap.com>
Sat, 28 Nov 2020 23:29:08 +0000 (00:29 +0100)
committerChristian Halstrick <christian.halstrick@sap.com>
Thu, 17 Dec 2020 16:18:11 +0000 (17:18 +0100)
commit9680407e459be6a6239dfc14f02dd52efe7b5d32
treeffdda1337f16760412114a85f13961e396c30e46
parent5dfe4c096e9f4defed3f5de4bf2c8728b61f4708
[errorprone] WalkFetchConnection: ensure exception isn't suppressed

If TransportException is thrown in the finally block of
downloadPackedObject() ensure that the exception handled in the previous
catch block isn't suppressed.

Change-Id: I23982a2b215e38f681cc1719788985e60232699a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/WalkFetchConnection.java