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)