RFR: 8261004: java.util.Formatter throws wrong exception for mismatched flags in %% conversion
Updating the specification to reflect well-established behavior in Formatter when incorrect flags used for `%`. ------------- Commit messages: - Changing docs to reflect behavior Changes: https://git.openjdk.java.net/jdk/pull/2389/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2389&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8261004 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.java.net/jdk/pull/2389.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/2389/head:pull/2389 PR: https://git.openjdk.java.net/jdk/pull/2389
On Wed, 3 Feb 2021 22:42:00 GMT, Ian Graves <igraves@openjdk.org> wrote:
Updating the specification to reflect well-established behavior in Formatter when incorrect flags used for `%`.
Marked as reviewed by smarks (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/2389
On Wed, 3 Feb 2021 22:42:00 GMT, Ian Graves <igraves@openjdk.org> wrote:
Updating the specification to reflect well-established behavior in Formatter when incorrect flags used for `%`.
This pull request has now been integrated. Changeset: 350303d4 Author: Ian Graves <igraves@openjdk.org> Committer: Stuart Marks <smarks@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/350303d4 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8260221: java.util.Formatter throws wrong exception for mismatched flags in %% conversion Reviewed-by: smarks ------------- PR: https://git.openjdk.java.net/jdk/pull/2389
participants (2)
-
Ian Graves
-
Stuart Marks