On Wed, 5 Oct 2022 22:17:26 GMT, Justin Lu <d...@openjdk.org> wrote: > Problem: Unused variables in GregorianCalendar, JapaneseImperialCalendar, and > Base Calendar. > > Fix: Removed all unused variables in bug description except normalizedYear in > JapaneseImpericalCalendar.getActualMaximum.() as there was no matching unused > variable within that method. > > Additionally removed realDayOfYear in GregorianCalendar.computeFields.() due > to redundancy.
LGTM ------------- Marked as reviewed by naoto (Reviewer). PR: https://git.openjdk.org/jdk/pull/10585