Re: [jr3 Microkernel] equals() not symmetric

2012-02-10 Thread Stefan Guggisberg
On Thu, Feb 9, 2012 at 11:45 PM, Michael Dürig mdue...@apache.org 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

Re: [jr3 Microkernel] equals() not symmetric

2012-02-10 Thread Ard Schrijvers
On Fri, Feb 10, 2012 at 11:41 AM, Stefan Guggisberg stefan.guggisb...@gmail.com wrote: On Thu, Feb 9, 2012 at 11:45 PM, Michael Dürig mdue...@apache.org wrote: Hi, I stumbled upon this by chance: The equals method for the classes ChildNodeEntriesMap and ChildNodeEntry is not symmetric.

Re: [jr3 Microkernel] equals() not symmetric

2012-02-10 Thread Stefan Guggisberg
On Fri, Feb 10, 2012 at 12:00 PM, Ard Schrijvers a.schrijv...@onehippo.com wrote: On Fri, Feb 10, 2012 at 11:41 AM, Stefan Guggisberg stefan.guggisb...@gmail.com wrote: On Thu, Feb 9, 2012 at 11:45 PM, Michael Dürig mdue...@apache.org wrote: Hi, I stumbled upon this by chance: The equals

Re: [jr3 Microkernel] equals() not symmetric

2012-02-10 Thread Michael Dürig
On 10.2.12 11:00, Ard Schrijvers wrote: On Fri, Feb 10, 2012 at 11:41 AM, Stefan Guggisberg stefan.guggisb...@gmail.com wrote: On Thu, Feb 9, 2012 at 11:45 PM, Michael Dürigmdue...@apache.org wrote: Hi, I stumbled upon this by chance: The equals method for the classes ChildNodeEntriesMap

[jr3 Microkernel] equals() not symmetric

2012-02-09 Thread Michael Dürig
Hi, I stumbled upon this by chance: The equals method for the classes ChildNodeEntriesMap and ChildNodeEntry is not symmetric. This will most certainly lead to subtle bugs later on. Michael