On Tue, 23 Jul 2024 15:43:42 GMT, Chen Liang wrote:
>> Convert `AnnotationImpl` to a record so it comes with proper `equals` and
>> `hashCode` implementations. This also fixes the comparison for
>> annotation-valued annotation element values.
>
> Chen Liang has updated the pull request with a n
> Convert `AnnotationImpl` to a record so it comes with proper `equals` and
> `hashCode` implementations. This also fixes the comparison for
> annotation-valued annotation element values.
Chen Liang has updated the pull request with a new target base due to a merge
or a rebase. The pull request
On Tue, 23 Jul 2024 04:44:57 GMT, Chen Liang wrote:
> Convert `AnnotationImpl` to a record so it comes with proper `equals` and
> `hashCode` implementations. This also fixes the comparison for
> annotation-valued annotation element values.
Looks good to me, thanks for the fix.
-
Convert `AnnotationImpl` to a record so it comes with proper `equals` and
`hashCode` implementations. This also fixes the comparison for
annotation-valued annotation element values.
-
Commit messages:
- 8336927: Missing equals and hashCode in java.lang.classfile.Annotation
Changes