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:47:00 UTC

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

     [ https://issues.apache.org/jira/browse/BEANUTILS-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arturo Bernal updated BEANUTILS-544:
------------------------------------
    Component/s: Bean / Property Utils

> 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
>          Components: Bean / Property Utils
>            Reporter: Arturo Bernal
>            Priority: Major
>
> 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)