RFR: 8278587: StringTokenizer(String, String, boolean) documentation bug
This is a doc fix to `StringTokenizer`, where the original spec does not account for the delimiter's length in the case of a supplementary character. Corresponding CSR has been drafted: https://bugs.openjdk.java.net/browse/JDK-8278814 ------------- Commit messages: - 8278587: StringTokenizer(String, String, boolean) documentation bug Changes: https://git.openjdk.java.net/jdk/pull/6836/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6836&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8278587 Stats: 5 lines in 1 file changed: 1 ins; 0 del; 4 mod Patch: https://git.openjdk.java.net/jdk/pull/6836.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/6836/head:pull/6836 PR: https://git.openjdk.java.net/jdk/pull/6836
On Tue, 14 Dec 2021 18:25:45 GMT, Naoto Sato <naoto@openjdk.org> wrote:
This is a doc fix to `StringTokenizer`, where the original spec does not account for the delimiter's length in the case of a supplementary character. Corresponding CSR has been drafted: https://bugs.openjdk.java.net/browse/JDK-8278814
Corresponding CSR also Reviewed. ------------- Marked as reviewed by iris (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/6836
On Tue, 14 Dec 2021 18:25:45 GMT, Naoto Sato <naoto@openjdk.org> wrote:
This is a doc fix to `StringTokenizer`, where the original spec does not account for the delimiter's length in the case of a supplementary character. Corresponding CSR has been drafted: https://bugs.openjdk.java.net/browse/JDK-8278814
Marked as reviewed by joehw (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/6836
On Tue, 14 Dec 2021 18:25:45 GMT, Naoto Sato <naoto@openjdk.org> wrote:
This is a doc fix to `StringTokenizer`, where the original spec does not account for the delimiter's length in the case of a supplementary character. Corresponding CSR has been drafted: https://bugs.openjdk.java.net/browse/JDK-8278814
Marked as reviewed by lancea (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/6836
This is a doc fix to `StringTokenizer`, where the original spec does not account for the delimiter's length in the case of a supplementary character. Corresponding CSR has been drafted: https://bugs.openjdk.java.net/browse/JDK-8278814
Naoto Sato has updated the pull request incrementally with one additional commit since the last revision: Reflects CSR comments. ------------- Changes: - all: https://git.openjdk.java.net/jdk/pull/6836/files - new: https://git.openjdk.java.net/jdk/pull/6836/files/1fcb399d..45bb8396 Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6836&range=01 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6836&range=00-01 Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod Patch: https://git.openjdk.java.net/jdk/pull/6836.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/6836/head:pull/6836 PR: https://git.openjdk.java.net/jdk/pull/6836
On Thu, 16 Dec 2021 18:41:32 GMT, Naoto Sato <naoto@openjdk.org> wrote:
This is a doc fix to `StringTokenizer`, where the original spec does not account for the delimiter's length in the case of a supplementary character. Corresponding CSR has been drafted: https://bugs.openjdk.java.net/browse/JDK-8278814
Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
Reflects CSR comments.
Marked as reviewed by rriggs (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/6836
On Thu, 16 Dec 2021 18:41:32 GMT, Naoto Sato <naoto@openjdk.org> wrote:
This is a doc fix to `StringTokenizer`, where the original spec does not account for the delimiter's length in the case of a supplementary character. Corresponding CSR has been drafted: https://bugs.openjdk.java.net/browse/JDK-8278814
Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
Reflects CSR comments.
Marked as reviewed by darcy (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/6836
On Thu, 16 Dec 2021 18:41:32 GMT, Naoto Sato <naoto@openjdk.org> wrote:
This is a doc fix to `StringTokenizer`, where the original spec does not account for the delimiter's length in the case of a supplementary character. Corresponding CSR has been drafted: https://bugs.openjdk.java.net/browse/JDK-8278814
Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
Reflects CSR comments.
Marked as reviewed by iris (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/6836
On Tue, 14 Dec 2021 18:25:45 GMT, Naoto Sato <naoto@openjdk.org> wrote:
This is a doc fix to `StringTokenizer`, where the original spec does not account for the delimiter's length in the case of a supplementary character. Corresponding CSR has been drafted: https://bugs.openjdk.java.net/browse/JDK-8278814
This pull request has now been integrated. Changeset: 8f5fdd86 Author: Naoto Sato <naoto@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/8f5fdd864b6f1cf4a2d9d961d8d4118960f0... Stats: 6 lines in 1 file changed: 2 ins; 0 del; 4 mod 8278587: StringTokenizer(String, String, boolean) documentation bug Reviewed-by: iris, joehw, lancea, rriggs, darcy ------------- PR: https://git.openjdk.java.net/jdk/pull/6836
participants (6)
-
Iris Clark
-
Joe Darcy
-
Joe Wang
-
Lance Andersen
-
Naoto Sato
-
Roger Riggs