RFR: JDK-8319626: Override toString() for ZipFile [v8]

Sean Coffey coffeys at openjdk.org
Tue Dec 19 16:58:51 UTC 2023


On Mon, 11 Dec 2023 05:47:33 GMT, Justin Lu <jlu at openjdk.org> wrote:

>> 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 with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 10 additional commits since the last revision:
> 
>  - Merge branch 'master' into JDK-8319626
>  - break line
>  - reflect review: change impl to store field name
>  - drop additional specification
>  - drop 2nd paragraph
>  - return base name, not full path
>  - shorten wording
>  - reflect review: use separator, clarify spec
>  - reflect review: change string value and drop spec
>  - init

Marked as reviewed by coffeys (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/16643#pullrequestreview-1789330433


More information about the core-libs-dev mailing list