<i18n dev> Integrated: 8313813: Field sun.util.calendar.CalendarDate#forceStandardTime is never set
Justin Lu
jlu at openjdk.org
Mon Sep 18 22:11:52 UTC 2023
On Wed, 13 Sep 2023 17:52:13 GMT, Justin Lu <jlu at openjdk.org> wrote:
> Please review this PR which is a continuation of [JDK-6453901](https://bugs.openjdk.org/browse/JDK-6453901) to remove unused code from the _sun.util.Calendar_ classes.
>
> `forceStandardTime` is always false.
>
> In addition, `locale` is never by used by _CalendarDate_ or any inheritors and can be removed.
>
> As a result, _ImmutableGregorianDate_ no longer needs to override the _setLocale_ method and throw UnsupportedOperationException.
This pull request has now been integrated.
Changeset: 373e37bf
Author: Justin Lu <jlu at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/373e37bf13df654ba40c0bd9fcf345215be4eafb
Stats: 49 lines in 3 files changed: 1 ins; 39 del; 9 mod
8313813: Field sun.util.calendar.CalendarDate#forceStandardTime is never set
Reviewed-by: aturbanov, naoto
-------------
PR: https://git.openjdk.org/jdk/pull/15726
More information about the i18n-dev
mailing list