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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

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

Jacques Le Roux reassigned OFBIZ-10412:
---------------------------------------

    Assignee: Jacques Le Roux

> Remove `UtilValidate::isEmpty(String)` method
> ---------------------------------------------
>
>                 Key: OFBIZ-10412
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10412
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: base
>    Affects Versions: Trunk
>            Reporter: Mathieu Lirzin
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: OFBIZ-10412-remove-isEmpty-for-strings.patch
>
>
> 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)