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 ?
Description
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 ?