Re: Rdn and Ava cleanup

2011-02-24 Thread Emmanuel Lecharny
On 2/24/11 2:50 AM, Alex Karasulu wrote: On Wed, Feb 23, 2011 at 8:51 PM, Stefan Seelmannseelm...@apache.org wrote: It made me think that maybe using a hashed index for Rdn is probably a better idea, because then we won't need this comparison to be done (the equals method would be enough) and

Re: Rdn and Ava cleanup

2011-02-24 Thread Emmanuel Lécharny
On 2/24/11 3:01 AM, Alex Karasulu wrote: On Wed, Feb 23, 2011 at 12:14 PM, Emmanuel Lecharnyelecha...@gmail.com wrote: Hi guys, those last 2 days I did some cleanup in the Rdn and Ava classes, in th espirit of Dn cleanup. Here is a summary of what has been done, roughly : - injection of the

Rdn and Ava cleanup

2011-02-23 Thread Emmanuel Lecharny
Hi guys, those last 2 days I did some cleanup in the Rdn and Ava classes, in th espirit of Dn cleanup. Here is a summary of what has been done, roughly : - injection of the SchemaManager in both classes' constructors - removing of the compareTo method - made some methods private - made the

Re: Rdn and Ava cleanup

2011-02-23 Thread Kiran Ayyagari
On Wed, Feb 23, 2011 at 3:44 PM, Emmanuel Lecharny elecha...@gmail.com wrote: Hi guys, those last 2 days I did some cleanup in the Rdn and Ava classes, in th espirit of Dn cleanup. Here is a summary of what has been done, roughly : - injection of the SchemaManager in both classes'

Re: Rdn and Ava cleanup

2011-02-23 Thread Stefan Seelmann
Hi Emmanuel, On Wed, Feb 23, 2011 at 11:14 AM, Emmanuel Lecharny elecha...@gmail.com wrote: Hi guys, those last 2 days I did some cleanup in the Rdn and Ava classes, in th espirit of Dn cleanup. Here is a summary of what has been done, roughly : - injection of the SchemaManager in both

Re: Rdn and Ava cleanup

2011-02-23 Thread Alex Karasulu
On Wed, Feb 23, 2011 at 8:51 PM, Stefan Seelmann seelm...@apache.org wrote: Hi Emmanuel, On Wed, Feb 23, 2011 at 11:14 AM, Emmanuel Lecharny elecha...@gmail.com wrote: Hi guys, those last 2 days I did some cleanup in the Rdn and Ava classes, in th espirit of Dn cleanup. Here is a summary

Re: Rdn and Ava cleanup

2011-02-23 Thread Alex Karasulu
On Wed, Feb 23, 2011 at 12:14 PM, Emmanuel Lecharny elecha...@gmail.com wrote: Hi guys, those last 2 days I did some cleanup in the Rdn and Ava classes, in th espirit of Dn cleanup. Here is a summary of what has been done, roughly : - injection of the SchemaManager in both classes'