jgit/org.eclipse.jgit
Dave Borowitz 5fe8e31d43 Ensure DirectoryStream is closed promptly
From the javadoc for Files.list:

"The returned stream encapsulates a DirectoryStream. If timely disposal
of file system resources is required, the try-with-resources construct
should be used to ensure that the stream's close method is invoked
after the stream operations are completed."

This is the only call to Files#newDirectoryStream that is not already in
a try-with-resources.

Change-Id: I91e6c56b5d74e8435457ad6ed9e6b4b24d2aa14e
(cherry picked from commit 1c16ea4601)
2018-06-09 17:34:29 +09:00
..
.settings Silence API warnings for reintroduced ResolveMerger#processEntry 2017-12-03 13:58:34 +01:00
META-INF Prepare 4.9.3-SNAPSHOT builds 2017-12-16 03:49:03 +01:00
findBugs [findBugs] Silence warning about Transport initialization 2012-09-14 00:01:47 +02:00
resources/org/eclipse/jgit Merge branch 'stable-4.8' into stable-4.9 2018-05-10 12:30:05 +02:00
src/org/eclipse/jgit Ensure DirectoryStream is closed promptly 2018-06-09 17:34:29 +09:00
.classpath Change JGit minimum execution environment to JavaSE-1.8 2016-09-20 11:32:36 +02:00
.fbprefs
.gitignore
.project
BUILD Bazel: Restrict src globs to Java source files 2017-04-13 14:14:55 +09:00
about.html SHA-1: collision detection support 2017-02-28 16:38:43 -08:00
build.properties
plugin.properties
pom.xml Prepare 4.9.3-SNAPSHOT builds 2017-12-16 03:49:03 +01:00