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
After completing line 26 with noObjectShouldBeEqualToNull. I believe the overridden (to false) equals method should cause line 57 to flag as incorrect. However, the evaluation goes straight to line 94 and asks for a new hashCode method to be implemented.
Am I misunderstanding the koan here, am I required to write new equals and a new hashcode to get line 57 to flag?
Thanks
The text was updated successfully, but these errors were encountered:
Ok. Discovered that modifying the hashcode text resulted in line 57 being detected. Sometimes I wish there were instructions for these koans!! Sorry to have bothered you.
No problem @nickbdyer, there are directions sorta... They just need configured. I can slap some in this case, or if you have time sooner; its in the PathToEnlightenment.xml
Hello,
After completing line 26 with noObjectShouldBeEqualToNull. I believe the overridden (to false) equals method should cause line 57 to flag as incorrect. However, the evaluation goes straight to line 94 and asks for a new hashCode method to be implemented.
Am I misunderstanding the koan here, am I required to write new equals and a new hashcode to get line 57 to flag?
Thanks
The text was updated successfully, but these errors were encountered: