You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Mathieu Lirzin (JIRA)" <ji...@apache.org> on 2018/05/20 19:06:00 UTC

[jira] [Created] (OFBIZ-10412) Remove `UtilValidate::isEmpty(String)` method

Mathieu Lirzin created OFBIZ-10412:
--------------------------------------

             Summary: Remove `UtilValidate::isEmpty(String)` method
                 Key: OFBIZ-10412
                 URL: https://issues.apache.org/jira/browse/OFBIZ-10412
             Project: OFBiz
          Issue Type: Improvement
    Affects Versions: Trunk
            Reporter: Mathieu Lirzin


UtilValidate class contains a `isEmpty` method both for `CharSequence` and for `String` types but since the first is an interface for the other and that the implementation are the same we don't need to keep the one for the concrete type.

Additionnaly I have removed the unused Generic type for the remaining implementation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)