RFR: 8267569: java.io.File.equals contains misleading Javadoc
Brian Burkhalter
bpb at openjdk.java.net
Thu May 27 20:42:20 UTC 2021
Modify the specification of `java.io.File.equals` to clarify that equality is based only on a comparison of abstract pathnames as opposed to the file system objects that the `File`s represent.
-------------
Commit messages:
- 8267569: java.io.File.equals contains misleading Javadoc
Changes: https://git.openjdk.java.net/jdk/pull/4232/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4232&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8267569
Stats: 9 lines in 1 file changed: 4 ins; 0 del; 5 mod
Patch: https://git.openjdk.java.net/jdk/pull/4232.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4232/head:pull/4232
PR: https://git.openjdk.java.net/jdk/pull/4232
More information about the core-libs-dev
mailing list