Thanks Emmanuel. I think it makes totally sense that you continue with the modifications. Then we can review the changes live on the code which is much easier than discussing a single method.
Kind Regards, Stefan On Fri, Feb 18, 2011 at 9:52 AM, Emmanuel Lecharny <[email protected]> wrote: > Hi, > > just to inform you that the following modifications has been done yesterday > : > > Removed methods : > > Dn(String) > Dn(SchemaManager, String) > add(int, Rdn) > add(int, String) > > Renamed methods : > > isChildOf(Dn) -> isDescendantOf(Dn) > isChildOf(String) -> isDescendantOf(String) > isParentOf(Dn) -> isAncestorOf(Dn) > isParentOf(String) -> isAncestorOf(String) > > (we can sill discuss the final name to use) > > > Added method : > > getSchemaManager() > > > I will continue with the suggested modifications, assuming that those were > the low hanging fruits... > > > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.iktek.com > >
