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
If two objects are equal according to the equals(Object) method, then calling the
hashCode method on each of the two objects must produce the same integer result.
Because two versions are equal independent of their build metadata, the hashCode must not include the build metadata.
The text was updated successfully, but these errors were encountered:
Quote from http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#hashCode%28%29
Because two versions are equal independent of their build metadata, the hashCode must not include the build metadata.
The text was updated successfully, but these errors were encountered: