e404690574
Motivation: A `DefaultChannelId` has final `hashCode` field calculated in the constructor. We can use it in `equals` to the fast return for different objects. Modifications: Use `hashCode` field in `DefaultChannelId.equals()`. Result: Fast `equals` on negative scenarios. |
||
---|---|---|
.. | ||
src | ||
pom.xml |