RFR: 8293146: Strict DateTimeFormatter fails to report an invalid week 53 [v2]

Naoto Sato naoto at openjdk.org
Tue Sep 6 19:06:45 UTC 2022


> Fixed the max week number on parsing the week of week-based year field in strict mode. It used to be always returning the largest maximum, which should be adjusted by the actual week-based year.

Naoto Sato 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 three additional commits since the last revision:

 - Merge branch 'master' into JDK-8293146-StrictDateTimeFormatter
 - Fixed typo
 - 8293146: Strict DateTimeFormatter fails to report an invalid week 53

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10184/files
  - new: https://git.openjdk.org/jdk/pull/10184/files/7c7a532c..be54a7be

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=10184&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10184&range=00-01

  Stats: 27962 lines in 532 files changed: 10072 ins; 12327 del; 5563 mod
  Patch: https://git.openjdk.org/jdk/pull/10184.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10184/head:pull/10184

PR: https://git.openjdk.org/jdk/pull/10184


More information about the core-libs-dev mailing list