hg: jdk9/dev/jdk: 8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
brian.burkhalter at oracle.com
brian.burkhalter at oracle.com
Wed Mar 4 23:06:19 UTC 2015
Changeset: 0e1bb756145c
Author: bpb
Date: 2015-03-04 15:05 -0800
URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/0e1bb756145c
8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
Summary: Change String equals() to equalsIgnoreCase() where needed.
Reviewed-by: alanb
! src/java.base/share/classes/jdk/internal/jrtfs/JrtFileSystem.java
! src/java.base/unix/classes/sun/nio/fs/UnixFileSystem.java
! src/java.base/windows/classes/sun/nio/fs/WindowsFileSystem.java
! src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipFileSystem.java
! test/java/nio/file/PathMatcher/Basic.java
More information about the jdk9-dev-changes
mailing list