[ http://issues.apache.org/jira/browse/DIREVE-316?page=comments#action_12360792 ]
Trustin Lee commented on DIREVE-316: ------------------------------------ We need an automatic fork generator plugin now. This shouldn't be that hard. We could replace the package names simply. For example, from org.apache.commons.lang to org.apache.directory.common.fork.lang And let's put all our own utility classes and forks there. WDYT? Hmm.. but if we're going to strip all unused classes, then it becomes so complex. We'll have to use a library such as JDepend. The question would be 'is it worth for us take that much time on this issue?' > 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
