You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/01/10 08:01:58 UTC

[GitHub] [commons-beanutils] arturobernalg opened a new pull request #66: [BEANUTILS-544] - Checks if a CharSequence is empty ("") or null

arturobernalg opened a new pull request #66:
URL: https://github.com/apache/commons-beanutils/pull/66


   In order to duplicate always the same cheek  in the class 
   DefaultResolver
    
   if (expression == null || expression.length() == 0)
   wold we nice have a method like en commons-lang that  checks if a Char Sequence is empty ("") or null


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org