Files
gerrit/gerrit-gwtui/src/main/java
David Ostrovsky e2636a3b5a Fix StackOverflowError during hash code computation
I7659ae66b provided wrong implementation of hashCode(). Objects.hash()
calls Arrays.hashCode(values) on provided values, which in turn calls
hashCode() on its parameters, which in turn leads to endless recursion,
and in the end to StackOverflowError error.

Change-Id: I709239cbd27592765319b15c13044ab9aad738c0
2014-11-18 22:00:38 +01:00
..