[jira] [Commented] (OFBIZ-10691) Refactoring ‘EntityCondition’

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

[jira] [Commented] (OFBIZ-10691) Refactoring ‘EntityCondition’

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-10691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16724805#comment-16724805 ]

Mathieu Lirzin commented on OFBIZ-10691:
----------------------------------------

I have rebased the patches on {{trunk}}.

Exceptionally a {{serialVersionUID}} has been used instead of suppressing the "serial" warning for the {{EntityCondition}} interface to satisfy both Eclipse and {{javac}} linting features which disagree regarding the necessity of using the {{@SuppressWarnings}} annotation in the case of interfaces extending {{Serializable}}.

> Refactoring ‘EntityCondition’
> -----------------------------
>
>                 Key: OFBIZ-10691
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10691
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Mathieu Lirzin
>            Assignee: Gil Portenseigne
>            Priority: Minor
>             Fix For: Upcoming Branch
>
>         Attachments: OFBIZ-10691_0001-Remove-EntityConditionBase-class.patch, OFBIZ-10691_0002-Turn-EntityCondition-into-an-interface.patch, OFBIZ-10691_0003-Rename-EntityConditionFunction-class-into-EntityNotC.patch, OFBIZ-10691_0004-Rewrite-EntityConditionList-class.patch, OFBIZ-10691_0005-Rewrite-EntityFieldMap-class.patch, OFBIZ-10691_0006-Rewrite-EntityWhereString-class.patch, OFBIZ-10691_0007-Rewrite-EntityDateFilterCondition-class.patch, OFBIZ-10691_0008-Rewrite-EntityExpr-class.patch, OFBIZ-10691_0009-Rewrite-EntityConditionListBase-class.patch
>
>
> The {{EntityConditionBase}} class hierarchy is abusing inheritance in order to share code between {{EntityCondition}}, {{EntityOperator}}, and {{EntityConditionValue}}. Additionally it contains some dead code and some poorly documented classes/methods.



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