You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2009/03/17 22:27:02 UTC

[jira] Created: (WW-3045) Replace TextUtils String methods

Replace TextUtils String methods
--------------------------------

                 Key: WW-3045
                 URL: https://issues.apache.org/struts/browse/WW-3045
             Project: Struts 2
          Issue Type: Sub-task
    Affects Versions: 2.1.6
            Reporter: Musachy Barroso
             Fix For: 2.1.7


com.opensymphony.xwork2.util.TextUtil.stringSet(...) -> org.apache.commons.lang.xwork.StringUtils.isNotEmty(...)
!com.opensymphony.xwork2.util.TextUtil.stringSet(...) -> org.apache.commons.lang.xwork.StringUtils.isEmty(...)
com.opensymphony.xwork2.util.TextUtil.join(...) -> org.apache.commons.lang.xwork.StringUtils.join(...)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-3045) Replace TextUtils String methods

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-3045.
---------------------------------

    Resolution: Fixed

> Replace TextUtils String methods
> --------------------------------
>
>                 Key: WW-3045
>                 URL: https://issues.apache.org/struts/browse/WW-3045
>             Project: Struts 2
>          Issue Type: Sub-task
>    Affects Versions: 2.1.6
>            Reporter: Musachy Barroso
>             Fix For: 2.1.7
>
>
> com.opensymphony.xwork2.util.TextUtil.stringSet(...) -> org.apache.commons.lang.xwork.StringUtils.isNotEmty(...)
> !com.opensymphony.xwork2.util.TextUtil.stringSet(...) -> org.apache.commons.lang.xwork.StringUtils.isEmty(...)
> com.opensymphony.xwork2.util.TextUtil.join(...) -> org.apache.commons.lang.xwork.StringUtils.join(...)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.