diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2018-03-13 17:24:10 +0900 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-03-13 22:21:34 +0100 |
commit | bf757cd1c6202aa6b891bdc47c206039cbf798f0 (patch) | |
tree | d41c923c2b092230078268d14e9084c071f5462c /org.eclipse.jgit.test/exttst | |
parent | 5c70be00856d5375485e6f062b6e1e09a606601f (diff) | |
download | jgit-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