You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like the EqualsVerifier to check if fields are annotated with @NonNull.
It should not fail on fields that can never be null.
I don't want to .suppress(Warning.NULL_FIELDS) because someone might add a
nullable field to the class under test.
Original issue reported on code.google.com by jorn86 on 16 Jun 2010 at 8:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
jorn86
on 16 Jun 2010 at 8:44The text was updated successfully, but these errors were encountered: