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

fieldsAreNeverNull() for abstract classes #1

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

fieldsAreNeverNull() for abstract classes #1

GoogleCodeExporter opened this issue Mar 29, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Create an EqualsVerifier for an abstract class. (This needs to be done with
#forClass(); #forExamples() won't work because you cannot instantiate an
abstract class.

Now you can't use #fieldsAreNeverNull(), because that only works when
#forExamples() is used to instantiate an EqualsVerifier.

However, you still want to be able to use #fieldsAreNeverNull() on abstract
classes.

Original issue reported on code.google.com by jan.ouw...@gmail.com on 10 Jun 2009 at 5:03

@GoogleCodeExporter
Copy link
Author

Original comment by jan.ouw...@gmail.com on 29 Jun 2009 at 3:03

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

@GoogleCodeExporter
Copy link
Author

Original comment by jan.ouw...@gmail.com on 30 Jun 2009 at 10:33

  • 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