]> source.dussan.org Git - jgit.git/commit
Fix FS_Win32 if a non-directory is listed 93/190193/2
authorThomas Wolf <thomas.wolf@paranor.ch>
Mon, 31 Jan 2022 08:39:12 +0000 (09:39 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 31 Jan 2022 23:05:53 +0000 (00:05 +0100)
commit8dcb86b602c02f8f3f310f2b3a5b13ef4bb5f11b
tree12b5939d86a5f81f830cd5483aea9156dec0403e
parent0588dd0a9f7a86a7a854da444a9a27d2eabb2a66
Fix FS_Win32 if a non-directory is listed

FS.list() is supposed to return an empty array if the File given is not
a directory.

Bug: 550111
Change-Id: I245da5f1f2bdafd9dfb38fb8d7eff27d900cd5a8
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32.java