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.
This pull request has now been integrated. Changeset: d4c9a880 Author: Justin Lu <[email protected]> Committer: Naoto Sato <[email protected]> URL: https://git.openjdk.org/jdk/commit/d4c9a88073479ff05e6c07ed599c546826d6f6ba Stats: 9 lines in 3 files changed: 0 ins; 6 del; 3 mod 6560981: (cal) unused local variables in GregorianCalendar, etc. Reviewed-by: naoto, bchristi, iris ------------- PR: https://git.openjdk.org/jdk/pull/10585
