You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle usage of dirPathTrailingSlash in DirectoryPath
`dirPathTrailingSlash` is used both in `DirectoryPath` and `ZipArchiveFileLookup`,
the former is platform-depndent, while the latter always uses `/` as separator.
Previously, the code works by accident: `new JFile(dir, path)` and `dir.resolve(path)`
are able to handle `path = "java/lang"` on windows.
0 commit comments