Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084484 | emb-9 | Brian Burkhalter | P3 | Resolved | Fixed | team |
Paths.get("").relativize(Paths.get("x")) different on Windows and Unix. On Windows, it's ..\x. On Unix (Mac OS X here), it's x.
- backported by
-
JDK-8084484 (fs) Path.relativize() gives incorrect result for empty path on Windows
- Resolved
- relates to
-
JDK-8066943 (fs) Path.relativize() gives incorrect result for ".."
- Resolved