[ http://issues.apache.org/jira/browse/DIREVE-316?page=comments#action_12360740 ]
Ersin Er commented on DIREVE-316: --------------------------------- It's a good idea to merge related utilities and other packages while doing some cleap up for the whole project. For example there is also a ClassUtils which is just a copy of an old release of jakarta commons ClassUtils. I also needed some ready baked Class utils from Spring project and included used them in sandbox. It's better we tidy up this Utils stuff to achieve better reusable components. > StringUtils & StringTools > ------------------------- > > Key: DIREVE-316 > URL: http://issues.apache.org/jira/browse/DIREVE-316 > Project: Directory Server > Type: Improvement > Reporter: Emmanuel Lecharny > Priority: Minor > > We have two classes which semantics are almost the same : > - StringTools in ldap-common > - StringUtils in asn1-codec > The second one is horrible, because it overlaps with the > a.o.commons.lang.StringUtils. > I think it could be good to merge both classes into StringTools, and to move > this class in a common subproject to be created (ads-commons, for instance). > wdyt ? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
