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
jochenwierum edited this page Jul 9, 2012
·
1 revision
Row fixtures are mostly unchanged. But we got one thing working: the ScientificDouble class. The problem is, that equals(Object) is overridden, but hashCode() is not. fit.RowFixture uses a HashMap, which is a problem here. Each ScientificDouble now has the hash code 1. Our solution is not nice, but it works ;-)