You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Arturo Bernal (Jira)" <ji...@apache.org> on 2021/01/10 07:45:00 UTC

[jira] [Created] (BEANUTILS-544) Generic method to check if a CharSequence is emnpry

Arturo Bernal created BEANUTILS-544:
---------------------------------------

             Summary: Generic method to check if a CharSequence is emnpry 
                 Key: BEANUTILS-544
                 URL: https://issues.apache.org/jira/browse/BEANUTILS-544
             Project: Commons BeanUtils
          Issue Type: Improvement
            Reporter: Arturo Bernal


In order to duplicate always the same cheek 

 
{code:java}
if (expression == null || expression.length() == 0)
{code}
wold we nice have a method like en commons-lang that check if a sequence of character it's null or length ==0 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)