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
Some Java API classes contain recursive data structures. If you include one of
these in as a field, EqualsVerifier complains about it, even if the class isn't
part of the equals/hashCode contract.
You can work around it by adding them to the prefabValues manually. However,
this isn't very nice. It would be better if EqualsVerifier already contained
prefabValues for these classes.
Classes for which this applies:
* java.util.Date
* java.util.regex.Pattern
* more?
Original issue reported on code.google.com by [email protected] on 20 Jul 2010 at 11:57
The text was updated successfully, but these errors were encountered:
It's actually become quite a list. Most Map, Queue and Set implementations were
affected, as well as (Gregorian)Calendar, Locale, Scanner, and several others.
I think I got most of them now.
Original issue reported on code.google.com by
[email protected]
on 20 Jul 2010 at 11:57The text was updated successfully, but these errors were encountered: