Re: RFR: 5066247: Refine the spec of equals() and hashCode() for j.text.Format classes [v2]

2023-09-01 Thread Naoto Sato
On Fri, 1 Sep 2023 19:56:53 GMT, Justin Lu wrote: >> Please review this PR which refines the spec of `equals()` and `hashCode()` >> in `java.text.Format` related classes. >> >> The current spec for most of these methods is either "_Overrides >> _" or are incomplete/wrong (i.e. see

Re: RFR: 5066247: Refine the spec of equals() and hashCode() for j.text.Format classes [v2]

2023-09-01 Thread Justin Lu
> Please review this PR which refines the spec of `equals()` and `hashCode()` > in `java.text.Format` related classes. > > The current spec for most of these methods is either "_Overrides > _" or are incomplete/wrong (i.e. see `ChoiceFormat`). > > This fix adjusts the spec to provide a