[
https://issues.apache.org/jira/browse/OFBIZ-8413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Deepak Dixit reassigned OFBIZ-8413:
-----------------------------------
Assignee: Deepak Dixit
> UtilValidate's isEmpty and isNotEmpty methods not used correctly
> ----------------------------------------------------------------
>
> Key: OFBIZ-8413
> URL:
https://issues.apache.org/jira/browse/OFBIZ-8413> Project: OFBiz
> Issue Type: Improvement
> Components: ALL COMPONENTS
> Affects Versions: Trunk
> Reporter: Pawan Verma
> Assignee: Deepak Dixit
>
> UtilValidate's isEmpty and isNotEmpty methods not used correctly, like,
> -- used if(!UtilValidate.isEmpty(productId)) instead of if(UtilValidate.isNotEmpty(productId))
> -- used if(!UtilValidate.isNotEmpty(productId)) instead of if(UtilValidate.isEmpty(productId))
> We should use this correctly because this would improve code readabiliiy of project.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)