gerrit/gerrit-reviewdb
David Pursehouse dc4a36989a Add hashCode method on LabelVote and PatchLineComment classes
According to FindBugs:

"This class overrides equals(Object), but does not override hashCode(),
and inherits the implementation of hashCode() from java.lang.Object
(which returns the identity hash code, an arbitrary value assigned to
the object by the VM).  Therefore, the class is very likely to violate
the invariant that equal objects must have equal hashcodes."

Add implementations of hashCode.

Change-Id: I2d01ecdc51f672b4c9b9d2d1617b3625830f6d7d
2014-10-17 09:12:27 +09:00
..
src Add hashCode method on LabelVote and PatchLineComment classes 2014-10-17 09:12:27 +09:00
BUCK Improve PatchSet.Id.fromRef performance and avoid double-parsing 2014-08-07 13:30:04 -07:00