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

2023-09-05 Thread Justin Lu
On Fri, 1 Sep 2023 22:26:00 GMT, Justin Lu wrote: >> Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8315720) >> which refines the spec of `equals()` and `hashCode()` in `java.text.Format` >> related classes. >> >> The current spec for most of these methods is either

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

2023-09-01 Thread Naoto Sato
On Fri, 1 Sep 2023 22:26:00 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 [v3]

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