On Thu, Feb 9, 2012 at 11:45 PM, Michael Dürig <[email protected]> wrote:
>
> Hi,
>
> I stumbled upon this by chance: The equals method for the classes
> ChildNodeEntriesMap and ChildNodeEntry is not symmetric.

hmm, i am pretty sure they're symmetric, i.e.: a.equals(b) == b.equals(a)

or are you referring to the missing hashCode() override?
i admit that i've been lazy since those internal objects are not
intended to be used as keys for hash tables and sorts.

but you're probably right, it doesn't hurt to implement them :)

cheers
stefan

> This will most
> certainly lead to subtle bugs later on.
>
> Michael

Reply via email to