RFR: JDK-8319626: Override toString() for ZipFile [v5]
Justin Lu
jlu at openjdk.org
Thu Nov 30 21:11:33 UTC 2023
> Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8319982) which overrides and provides an implementation of `toString()` in _java.util.zip.ZipFile_ (and by extension, _java.util.jar.JarFile_).
Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
return base name, not full path
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16643/files
- new: https://git.openjdk.org/jdk/pull/16643/files/8c182f07..3d8ed448
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16643&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16643&range=03-04
Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/16643.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16643/head:pull/16643
PR: https://git.openjdk.org/jdk/pull/16643
More information about the core-libs-dev
mailing list