[
https://issues.apache.org/jira/browse/BEANUTILS-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arturo Bernal updated BEANUTILS-544:
------------------------------------
Description:
In order to duplicate always the same cheek in the class
DefaultResolver
{code:java}
if (expression == null || expression.length() == 0)
{code}
wold we nice have a method like en commons-lang that checks if a Char Sequence
is empty ("") or null
was:
In order to duplicate always the same cheek in the class
DefaultResolver
{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
> Generic method to Checks if a CharSequence is empty ("") or null
> -----------------------------------------------------------------
>
> 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 in the class
> DefaultResolver
>
> {code:java}
> if (expression == null || expression.length() == 0)
> {code}
> wold we nice have a method like en commons-lang that checks if a Char
> Sequence is empty ("") or null
--
This message was sent by Atlassian Jira
(v8.3.4#803005)