sta-szek/pojo-tester

Exclude static fields form testing

sta-szek opened this issue · 0 comments

Exclude static fields from testing, as equals and hashcode methods depends on object equality, not class.

All static fields should have no impact on equals and hashcode methods.