On Wed, 5 Oct 2022 22:17:26 GMT, Justin Lu <[email protected]> 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.
Marked as reviewed by iris (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/10585
