summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/exttst
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2018-03-13 17:24:10 +0900
committerMatthias Sohn <matthias.sohn@sap.com>2018-03-13 22:21:34 +0100
commitbf757cd1c6202aa6b891bdc47c206039cbf798f0 (patch)
treed41c923c2b092230078268d14e9084c071f5462c /org.eclipse.jgit.test/exttst
parent5c70be00856d5375485e6f062b6e1e09a606601f (diff)
downloadjgit-bf757cd1c6202aa6b891bdc47c206039cbf798f0.tar.gz
jgit-bf757cd1c6202aa6b891bdc47c206039cbf798f0.zip
TemporaryBufferTest: Suppress "should be managed by try-with-resource"
In most of the tests, the temporary buffer is explicitly destroyed in a finally block after being closed. This is not possible if using the try-with-resource construct, because the variable is not accessible in the finally block scope. Change-Id: I3bab30695ddd12e1a0ae107989638428fe3ef551 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.test/exttst')
0 files changed, 0 insertions, 0 deletions