Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically ignore null checks for fields annotated with @NonNull #28

Closed
GoogleCodeExporter opened this issue Mar 29, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 6 Jul 2010 at 4:31

  • Changed state: Accepted
  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 20 Jan 2011 at 7:38

  • Added labels: Priority-Medium
  • Removed labels: Priority-Low

@GoogleCodeExporter
Copy link
Author

I'll implement this for the next release.

Original comment by [email protected] on 20 Jan 2011 at 7:41

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 18 Feb 2011 at 7:12

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant