google / error-prone

Catch common Java mistakes as compile-time errors
https://errorprone.info
Apache License 2.0
6.83k stars 742 forks source link

Add a check to prevent record components of array type. #4569

Closed copybara-service[bot] closed 2 weeks ago

copybara-service[bot] commented 2 weeks ago

Add a check to prevent record components of array type.

The default equals and hashCode for a record with an array component will be inaccurate. Also, records should be immutable, and non-empty arrays are mutable.