[
https://issues.apache.org/jira/browse/OFBIZ-8499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Deepak Dixit closed OFBIZ-8499.
-------------------------------
Resolution: Done
Assignee: Deepak Dixit
Fix Version/s: Upcoming Branch
This has been done at trunk at r#1766868
Thanks Pawan Verma for your contribution
> Party: Use UtilValidate's isEmpty and isNotEmpty methods correctly
> ------------------------------------------------------------------
>
> Key: OFBIZ-8499
> URL:
https://issues.apache.org/jira/browse/OFBIZ-8499> Project: OFBiz
> Issue Type: Sub-task
> Components: party
> Affects Versions: Trunk
> Reporter: Pawan Verma
> Assignee: Deepak Dixit
> Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8499.patch
>
>
> Use UtilValidate's isEmpty and isNotEmpty methods correctly, like,
> – used: if(!UtilValidate.isEmpty(productId)) correct use of it: if(UtilValidate.isNotEmpty(productId))
> – used: if(!UtilValidate.isNotEmpty(productId)) correct use of it: if(UtilValidate.isEmpty(productId))
> This would improve code readability of project.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)