]> source.dussan.org Git - jgit.git/commit
[errorprone] FetchProcess: ensure exception isn't suppressed 70/172970/5
authorMatthias Sohn <matthias.sohn@sap.com>
Sat, 28 Nov 2020 23:34:41 +0000 (00:34 +0100)
committerChristian Halstrick <christian.halstrick@sap.com>
Thu, 17 Dec 2020 16:18:11 +0000 (17:18 +0100)
commitc8c0556f76be89ab422e68e6296b3cd473ab8278
treeb04769401a0a58823fdda265682706c773deaa27
parent9680407e459be6a6239dfc14f02dd52efe7b5d32
[errorprone] FetchProcess: ensure exception isn't suppressed

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

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