You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@archiva.apache.org by Trygve Laugstøl <tr...@apache.org> on 2006/12/03 13:52:49 UTC

Re: svn commit: r481446 - in /maven/archiva/trunk: ./ archiva-cli/ archiva-cli/src/main/java/org/apache/maven/archiva/cli/ archiva-configuration/ archiva-configuration/src/main/java/org/apache/maven/archiva/configuration/ archiva-core/ archiva-core/src/mai...

bayard@apache.org wrote:
> Author: bayard
> Date: Fri Dec  1 15:44:12 2006
> New Revision: 481446
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=481446
> Log:
> Moved from Plexus-Util StringUtils to Lang StringUtils. replace, split and join should just have had performance improvements (probably won't be noticed). isEmpty no longer trims, but usually people don't expect that so that's a semi bugfix. I've also switched a couple of \!isEmpty's to isNotEmpty. 

All of my code that's using StringUtils.isEmpty depends on it trimming 
the input string. Is there an alternative method I can use?

--
Trygve